+ ln -s /usr/share/clickhouse-test/ci/stress.py /usr/bin/stress
+ ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test
+ source /attach_gdb.lib
++ source /utils.lib
+ source /stress_tests.lib
++ sysctl kernel.core_pattern=core.%e.%p-%P
kernel.core_pattern = core.%e.%p-%P
++ OK='\tOK\t\N\t'
++ FAIL='\tFAIL\t\N\t'
++ FAILURE_CONTEXT_LINES=100
++ FAILURE_CONTEXT_MAX_LINE_WIDTH=300
+ install_packages package_folder
+ dpkg -i package_folder/clickhouse-common-static_24.3.12.76.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 49237 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_24.3.12.76.altinitystable_amd64.deb ...
Unpacking clickhouse-common-static (24.3.12.76.altinitystable) ...
Setting up clickhouse-common-static (24.3.12.76.altinitystable) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_24.3.12.76.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 49266 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_24.3.12.76.altinitystable_amd64.deb ...
Unpacking clickhouse-common-static-dbg (24.3.12.76.altinitystable) ...
Setting up clickhouse-common-static-dbg (24.3.12.76.altinitystable) ...
+ dpkg -i package_folder/clickhouse-server_24.3.12.76.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 49275 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_24.3.12.76.altinitystable_amd64.deb ...
Unpacking clickhouse-server (24.3.12.76.altinitystable) ...
Setting up clickhouse-server (24.3.12.76.altinitystable) ...
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse.
Creating symlink /usr/bin/ch to /usr/bin/clickhouse.
Creating symlink /usr/bin/chl to /usr/bin/clickhouse.
Creating symlink /usr/bin/chc to /usr/bin/clickhouse.
Creating clickhouse group if it does not exist.
groupadd -r clickhouse
Creating clickhouse user if it does not exist.
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse
Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf.
Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration.
Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration.
Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it.
/etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path.
/etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path.
Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it.
Log directory /var/log/clickhouse-server/ already exists.
Creating data directory /var/lib/clickhouse/.
Creating pid directory /var/run/clickhouse-server.
chown -R clickhouse:clickhouse '/var/log/clickhouse-server/'
chown -R clickhouse:clickhouse '/var/run/clickhouse-server'
chown clickhouse:clickhouse '/var/lib/clickhouse/'
groupadd -r clickhouse-bridge
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge'
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge'
Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.
Setting capabilities for clickhouse binary. This is optional.
chown -R clickhouse:clickhouse '/etc/clickhouse-server'
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
Start clickhouse-client with:
clickhouse-client
+ dpkg -i package_folder/clickhouse-client_24.3.12.76.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 49292 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_24.3.12.76.altinitystable_amd64.deb ...
Unpacking clickhouse-client (24.3.12.76.altinitystable) ...
Setting up clickhouse-client (24.3.12.76.altinitystable) ...
+ export THREAD_FUZZER_CPU_TIME_PERIOD_US=1000
+ THREAD_FUZZER_CPU_TIME_PERIOD_US=1000
+ export THREAD_FUZZER_SLEEP_PROBABILITY=0.1
+ THREAD_FUZZER_SLEEP_PROBABILITY=0.1
+ export THREAD_FUZZER_SLEEP_TIME_US_MAX=100000
+ THREAD_FUZZER_SLEEP_TIME_US_MAX=100000
+ export THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US_MAX=10000
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US_MAX=10000
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US_MAX=10000
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US_MAX=10000
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US_MAX=10000
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US_MAX=10000
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US_MAX=10000
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US_MAX=10000
+ export THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY=0.01
+ THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY=0.01
+ export THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY=0.01
+ THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY=0.01
+ export ZOOKEEPER_FAULT_INJECTION=1
+ ZOOKEEPER_FAULT_INJECTION=1
+ configure
+ export USE_DATABASE_ORDINARY=1
+ USE_DATABASE_ORDINARY=1
+ export EXPORT_S3_STORAGE_POLICIES=1
+ EXPORT_S3_STORAGE_POLICIES=1
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
+ SRC_PATH=/usr/share/clickhouse-test/config
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_fault_injection.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml
+ value=0
+ sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=32653312
+ sed --follow-symlinks -i 's|[[:digit:]]\+|32653312|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=60305408
+ sed --follow-symlinks -i 's|[[:digit:]]\+|60305408|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_ordinary.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ARM=aarch64
++ uname -m
+ OS=x86_64
+ [[ -n 1 ]]
+ echo x86_64
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
+ echo 'Adding azure configuration'
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
x86_64
Adding azure configuration
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|100000|10000|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ randomize_config_boolean_value filtered_list keeper_port
+ value=1
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|1|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ randomize_config_boolean_value multi_read keeper_port
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|0|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ randomize_config_boolean_value check_not_exists keeper_port
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|0|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ randomize_config_boolean_value create_if_not_exists keeper_port
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|0|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ sudo chown clickhouse /etc/clickhouse-server/config.d/keeper_port.xml
+ sudo chgrp clickhouse /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ randomize_config_boolean_value use_compression zookeeper_fault_injection
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ sed 's|[01]|0|'
+ sudo mv /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml.tmp /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ randomize_config_boolean_value allow_experimental_block_number_column block_number
+ value=1
+ sudo cat /etc/clickhouse-server/config.d/block_number.xml
+ sed 's|[01]|1|'
+ sudo mv /etc/clickhouse-server/config.d/block_number.xml.tmp /etc/clickhouse-server/config.d/block_number.xml
+ echo 'ASAN_OPTIONS='\''malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'\'''
+ export 'ASAN_OPTIONS=malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ ASAN_OPTIONS='malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ sudo chown root: /var/lib/clickhouse
+ echo '1'
+ local total_mem
++ awk '/MemTotal/ { print $(NF-1) }' /proc/meminfo
+ total_mem=32086444
+ total_mem=32856518656
+ max_server_memory_usage_to_ram_ratio=0.5
+ echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5'
+ cat
Setting max_server_memory_usage_to_ram_ratio to 0.5
+ local max_users_mem
+ max_users_mem=9856955596
+ echo 'Setting max_memory_usage_for_user=9856955596 and max_memory_usage for queries to 10G'
+ cat
Setting max_memory_usage_for_user=9856955596 and max_memory_usage for queries to 10G
+ cat
+ ./setup_minio.sh stateless
+ azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log
+ export MINIO_ROOT_USER=clickhouse
+ MINIO_ROOT_USER=clickhouse
+ export MINIO_ROOT_PASSWORD=clickhouse
+ MINIO_ROOT_PASSWORD=clickhouse
+ main stateless
+ local query_dir
++ check_arg stateless
++ local query_dir
++ '[' '!' 1 -eq 1 ']'
++ case "$1" in
++ query_dir=0_stateless
++ echo 0_stateless
+ query_dir=0_stateless
+ '[' '!' -f ./minio ']'
+ start_minio
+ mkdir -p ./minio_data
+ ./minio --version
Azurite Blob service is starting on 0.0.0.0:10000
Azurite Blob service successfully listens on http://0.0.0.0:10000
minio version RELEASE.2022-01-03T18-22-58Z
+ wait_for_it
+ local counter=0
+ local max_counter=60
+ local url=http://localhost:11111
+ params=('--silent' '--verbose')
+ local params
+ ./minio server --address :11111 ./minio_data
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=1
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 1 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=2
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 2 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=3
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 3 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=4
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 4 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=5
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 5 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=6
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 6 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=7
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 7 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=8
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 8 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=9
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 9 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=10
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 10 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
API: http://172.17.0.2:11111 http://127.0.0.1:11111
Console: http://172.17.0.2:33981 http://127.0.0.1:33981
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (33981), please use --console-address ":PORT" to choose a static port.
+ counter=11
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
AccessDeniedAccess Denied./182A01454C4F807D42cb61ca-9617-4245-b64e-497dc5bc4b51
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 291 root 10u IPv6 43286 0t0 TCP *:11111 (LISTEN)
+ sleep 5
+ setup_minio stateless
+ local test_type=stateless
+ ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse
Added `clickminio` successfully.
+ ./mc admin user add clickminio test testtest
Added user `test` successfully.
+ ./mc admin policy set clickminio readwrite user=test
Policy `readwrite` is set on user `test`
+ ./mc mb clickminio/test
Bucket created successfully `clickminio/test`.
+ '[' stateless = stateless ']'
+ ./mc policy set public clickminio/test
Access permission for `clickminio/test` is set to `public`
+ upload_data 0_stateless /usr/share/clickhouse-test
+ local query_dir=0_stateless
+ local test_path=/usr/share/clickhouse-test
+ local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio
++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio
+ for file in $(ls "${data_path}")
+ echo 02366_data.jsonl
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl
02366_data.jsonl
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl`
Total: 0 B, Transferred: 0 B, Speed: 0 B/s
02731.arrow
+ for file in $(ls "${data_path}")
+ echo 02731.arrow
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow`
Total: 0 B, Transferred: 3.82 MiB, Speed: 137.46 MiB/s
02731.parquet
+ for file in $(ls "${data_path}")
+ echo 02731.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet`
Total: 0 B, Transferred: 1.57 MiB, Speed: 94.81 MiB/s
+ for file in $(ls "${data_path}")
+ echo 02876.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet
02876.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet`
Total: 0 B, Transferred: 293 B, Speed: 38.80 KiB/s
a.tsv
+ for file in $(ls "${data_path}")
+ echo a.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv`
Total: 0 B, Transferred: 24 B, Speed: 3.65 KiB/s
b.tsv
+ for file in $(ls "${data_path}")
+ echo b.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv`
Total: 0 B, Transferred: 33 B, Speed: 4.43 KiB/s
+ for file in $(ls "${data_path}")
+ echo c.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv
c.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv`
Total: 0 B, Transferred: 33 B, Speed: 4.88 KiB/s
tsv_with_header.tsv
+ for file in $(ls "${data_path}")
+ echo tsv_with_header.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv`
Total: 0 B, Transferred: 44 B, Speed: 6.38 KiB/s
+ setup_aws_credentials
+ local minio_root_user=clickhouse
+ local minio_root_password=clickhouse
+ mkdir -p /root/.aws
+ cat
+ config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ start_server
+ counter=0
+ max_attempt=120
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 0 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 6 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=8
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=9
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 9 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=10
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 10 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=11
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 11 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=12
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 12 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=13
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 13 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=14
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 14 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=15
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 15 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [05/Mar/2025:20:13:45 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:20:13:45 +0000] "PUT /devstoreaccount1/cont/cpzjhmnjnpmuiqkkgsjhnponhdukfyho?blockid=fqzsdilptpghyzmkispghxxiiuclrkexmuoigolurlsmfrfykoosgotciodzzxqr&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:20:13:45 +0000] "PUT /devstoreaccount1/cont/cpzjhmnjnpmuiqkkgsjhnponhdukfyho?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:20:13:45 +0000] "GET /devstoreaccount1/cont/cpzjhmnjnpmuiqkkgsjhnponhdukfyho HTTP/1.1" 206 4
127.0.0.1 - - [05/Mar/2025:20:13:45 +0000] "GET /devstoreaccount1/cont/cpzjhmnjnpmuiqkkgsjhnponhdukfyho HTTP/1.1" 206 2
127.0.0.1 - - [05/Mar/2025:20:13:45 +0000] "DELETE /devstoreaccount1/cont/cpzjhmnjnpmuiqkkgsjhnponhdukfyho HTTP/1.1" 202 -
+ counter=16
+ clickhouse-client --query 'SELECT 1'
1
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 577
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ hxB =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ false
+ return
+ setup_logs_replication
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ clickhouse-client --query 'CREATE DATABASE datasets'
+ clickhouse-client --multiquery
+ clickhouse-client --query 'SHOW TABLES FROM datasets'
hits_v1
visits_v1
+ clickhouse-client --query 'CREATE DATABASE IF NOT EXISTS test'
+ stop_server
+ local max_tries=90
+ local check_hang=true
+ local pid
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ pid=577
+ clickhouse stop --max-tries 90 --do-not-kill
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Sent terminate signal to process with pid 577.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 577.
The process with pid = 577 is running.
Waiting for server to stop
Now there is no clickhouse-server process.
Server stopped
+ return
+ mv /var/log/clickhouse-server/clickhouse-server.log /var/log/clickhouse-server/clickhouse-server.initial.log
Using cache policy: SLRU
+ cache_policy=
+ '[' 1 -eq 1 ']'
+ cache_policy=SLRU
+ echo 'Using cache policy: SLRU'
+ '[' SLRU = SLRU ']'
+ sudo cat /etc/clickhouse-server/config.d/storage_conf.xml
+ sed 's|LRU|SLRU|'
+ mv /etc/clickhouse-server/config.d/storage_conf.xml.tmp /etc/clickhouse-server/config.d/storage_conf.xml
+ start_server
+ counter=0
+ max_attempt=120
+ clickhouse-client --query 'SELECT 1'
script.gdb:13: Error in sourced command file:
No stack.
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 0 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 6 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=8
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=9
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 9 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=10
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 10 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=11
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 11 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=12
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 12 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=13
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 13 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [05/Mar/2025:20:16:33 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [05/Mar/2025:20:16:33 +0000] "PUT /devstoreaccount1/cont/jspszpnjatdtqsvvyfxmjfwvgliepoug?blockid=eqyplccbrdgxwbisababnwklxcuwtdjmjagizpbexvksycmbfwegaseegzztmfmx&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:20:16:33 +0000] "PUT /devstoreaccount1/cont/jspszpnjatdtqsvvyfxmjfwvgliepoug?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:20:16:33 +0000] "GET /devstoreaccount1/cont/jspszpnjatdtqsvvyfxmjfwvgliepoug HTTP/1.1" 206 4
127.0.0.1 - - [05/Mar/2025:20:16:33 +0000] "GET /devstoreaccount1/cont/jspszpnjatdtqsvvyfxmjfwvgliepoug HTTP/1.1" 206 2
127.0.0.1 - - [05/Mar/2025:20:16:33 +0000] "DELETE /devstoreaccount1/cont/jspszpnjatdtqsvvyfxmjfwvgliepoug HTTP/1.1" 202 -
+ counter=14
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 14 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=15
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 15 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=16
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 16 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=17
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 17 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=18
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 18 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=19
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 19 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=20
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 20 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=21
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 21 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=22
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 22 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=23
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 23 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=24
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 24 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=25
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 25 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=26
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 26 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=27
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 27 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=28
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 28 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=29
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 29 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=30
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 30 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=31
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 31 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=32
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 32 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=33
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 33 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=34
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 34 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=35
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 35 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=36
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 36 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=37
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 37 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=38
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 38 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=39
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 39 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=40
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 40 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=41
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 41 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=42
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 42 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=43
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 43 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=44
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 44 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=45
+ clickhouse-client --query 'SELECT 1'
1
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 1447
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ hxB =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ false
+ return
+ clickhouse-client --query 'SHOW TABLES FROM datasets'
hits_v1
visits_v1
+ clickhouse-client --query 'SHOW TABLES FROM test'
+ clickhouse-client --query 'CREATE TABLE test.hits_s3 (WatchID UInt64, JavaEnable UInt8, Title String, GoodEvent Int16,
EventTime DateTime, EventDate Date, CounterID UInt32, ClientIP UInt32, ClientIP6 FixedString(16), RegionID UInt32,
UserID UInt64, CounterClass Int8, OS UInt8, UserAgent UInt8, URL String, Referer String, URLDomain String, RefererDomain String,
Refresh UInt8, IsRobot UInt8, RefererCategories Array(UInt16), URLCategories Array(UInt16), URLRegions Array(UInt32),
RefererRegions Array(UInt32), ResolutionWidth UInt16, ResolutionHeight UInt16, ResolutionDepth UInt8, FlashMajor UInt8,
FlashMinor UInt8, FlashMinor2 String, NetMajor UInt8, NetMinor UInt8, UserAgentMajor UInt16, UserAgentMinor FixedString(2),
CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8, MobilePhone UInt8, MobilePhoneModel String, Params String,
IPNetworkID UInt32, TraficSourceID Int8, SearchEngineID UInt16, SearchPhrase String, AdvEngineID UInt8, IsArtifical UInt8,
WindowClientWidth UInt16, WindowClientHeight UInt16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 UInt8,
SilverlightVersion2 UInt8, SilverlightVersion3 UInt32, SilverlightVersion4 UInt16, PageCharset String, CodeVersion UInt32,
IsLink UInt8, IsDownload UInt8, IsNotBounce UInt8, FUniqID UInt64, HID UInt32, IsOldCounter UInt8, IsEvent UInt8,
IsParameter UInt8, DontCountHits UInt8, WithHash UInt8, HitColor FixedString(1), UTCEventTime DateTime, Age UInt8,
Sex UInt8, Income UInt8, Interests UInt16, Robotness UInt8, GeneralInterests Array(UInt16), RemoteIP UInt32,
RemoteIP6 FixedString(16), WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage FixedString(2),
BrowserCountry FixedString(2), SocialNetwork String, SocialAction String, HTTPError UInt16, SendTiming Int32,
DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32,
RedirectTiming Int32, DOMInteractiveTiming Int32, DOMContentLoadedTiming Int32, DOMCompleteTiming Int32,
LoadEventStartTiming Int32, LoadEventEndTiming Int32, NSToDOMContentLoadedTiming Int32, FirstPaintTiming Int32,
RedirectCount Int8, SocialSourceNetworkID UInt8, SocialSourcePage String, ParamPrice Int64, ParamOrderID String,
ParamCurrency FixedString(3), ParamCurrencyID UInt16, GoalsReached Array(UInt32), OpenstatServiceName String,
OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String,
UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, RefererHash UInt64,
URLHash UInt64, CLID UInt32, YCLID UInt64, ShareService String, ShareURL String, ShareTitle String,
ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64),
IslandID FixedString(16), RequestNum UInt32, RequestTry UInt8) ENGINE = MergeTree() PARTITION BY toYYYYMM(EventDate)
ORDER BY (CounterID, EventDate, intHash32(UserID)) SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='\''s3_cache'\'''
+ clickhouse-client --query 'CREATE TABLE test.hits (WatchID UInt64, JavaEnable UInt8, Title String, GoodEvent Int16,
EventTime DateTime, EventDate Date, CounterID UInt32, ClientIP UInt32, ClientIP6 FixedString(16), RegionID UInt32,
UserID UInt64, CounterClass Int8, OS UInt8, UserAgent UInt8, URL String, Referer String, URLDomain String,
RefererDomain String, Refresh UInt8, IsRobot UInt8, RefererCategories Array(UInt16), URLCategories Array(UInt16),
URLRegions Array(UInt32), RefererRegions Array(UInt32), ResolutionWidth UInt16, ResolutionHeight UInt16, ResolutionDepth UInt8,
FlashMajor UInt8, FlashMinor UInt8, FlashMinor2 String, NetMajor UInt8, NetMinor UInt8, UserAgentMajor UInt16,
UserAgentMinor FixedString(2), CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8, MobilePhone UInt8,
MobilePhoneModel String, Params String, IPNetworkID UInt32, TraficSourceID Int8, SearchEngineID UInt16,
SearchPhrase String, AdvEngineID UInt8, IsArtifical UInt8, WindowClientWidth UInt16, WindowClientHeight UInt16,
ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 UInt8, SilverlightVersion2 UInt8, SilverlightVersion3 UInt32,
SilverlightVersion4 UInt16, PageCharset String, CodeVersion UInt32, IsLink UInt8, IsDownload UInt8, IsNotBounce UInt8,
FUniqID UInt64, HID UInt32, IsOldCounter UInt8, IsEvent UInt8, IsParameter UInt8, DontCountHits UInt8, WithHash UInt8,
HitColor FixedString(1), UTCEventTime DateTime, Age UInt8, Sex UInt8, Income UInt8, Interests UInt16, Robotness UInt8,
GeneralInterests Array(UInt16), RemoteIP UInt32, RemoteIP6 FixedString(16), WindowName Int32, OpenerName Int32,
HistoryLength Int16, BrowserLanguage FixedString(2), BrowserCountry FixedString(2), SocialNetwork String, SocialAction String,
HTTPError UInt16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32,
FetchTiming Int32, RedirectTiming Int32, DOMInteractiveTiming Int32, DOMContentLoadedTiming Int32, DOMCompleteTiming Int32,
LoadEventStartTiming Int32, LoadEventEndTiming Int32, NSToDOMContentLoadedTiming Int32, FirstPaintTiming Int32,
RedirectCount Int8, SocialSourceNetworkID UInt8, SocialSourcePage String, ParamPrice Int64, ParamOrderID String,
ParamCurrency FixedString(3), ParamCurrencyID UInt16, GoalsReached Array(UInt32), OpenstatServiceName String,
OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String,
UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, RefererHash UInt64,
URLHash UInt64, CLID UInt32, YCLID UInt64, ShareService String, ShareURL String, ShareTitle String,
ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64),
IslandID FixedString(16), RequestNum UInt32, RequestTry UInt8) ENGINE = MergeTree() PARTITION BY toYYYYMM(EventDate)
ORDER BY (CounterID, EventDate, intHash32(UserID)) SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='\''s3_cache'\'''
+ clickhouse-client --query 'CREATE TABLE test.visits (CounterID UInt32, StartDate Date, Sign Int8, IsNew UInt8,
VisitID UInt64, UserID UInt64, StartTime DateTime, Duration UInt32, UTCStartTime DateTime, PageViews Int32,
Hits Int32, IsBounce UInt8, Referer String, StartURL String, RefererDomain String, StartURLDomain String,
EndURL String, LinkURL String, IsDownload UInt8, TraficSourceID Int8, SearchEngineID UInt16, SearchPhrase String,
AdvEngineID UInt8, PlaceID Int32, RefererCategories Array(UInt16), URLCategories Array(UInt16), URLRegions Array(UInt32),
RefererRegions Array(UInt32), IsYandex UInt8, GoalReachesDepth Int32, GoalReachesURL Int32, GoalReachesAny Int32,
SocialSourceNetworkID UInt8, SocialSourcePage String, MobilePhoneModel String, ClientEventTime DateTime, RegionID UInt32,
ClientIP UInt32, ClientIP6 FixedString(16), RemoteIP UInt32, RemoteIP6 FixedString(16), IPNetworkID UInt32,
SilverlightVersion3 UInt32, CodeVersion UInt32, ResolutionWidth UInt16, ResolutionHeight UInt16, UserAgentMajor UInt16,
UserAgentMinor UInt16, WindowClientWidth UInt16, WindowClientHeight UInt16, SilverlightVersion2 UInt8, SilverlightVersion4 UInt16,
FlashVersion3 UInt16, FlashVersion4 UInt16, ClientTimeZone Int16, OS UInt8, UserAgent UInt8, ResolutionDepth UInt8,
FlashMajor UInt8, FlashMinor UInt8, NetMajor UInt8, NetMinor UInt8, MobilePhone UInt8, SilverlightVersion1 UInt8,
Age UInt8, Sex UInt8, Income UInt8, JavaEnable UInt8, CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8,
BrowserLanguage UInt16, BrowserCountry UInt16, Interests UInt16, Robotness UInt8, GeneralInterests Array(UInt16),
Params Array(String), Goals Nested(ID UInt32, Serial UInt32, EventTime DateTime, Price Int64, OrderID String, CurrencyID UInt32),
WatchIDs Array(UInt64), ParamSumPrice Int64, ParamCurrency FixedString(3), ParamCurrencyID UInt16, ClickLogID UInt64,
ClickEventID Int32, ClickGoodEvent Int32, ClickEventTime DateTime, ClickPriorityID Int32, ClickPhraseID Int32, ClickPageID Int32,
ClickPlaceID Int32, ClickTypeID Int32, ClickResourceID Int32, ClickCost UInt32, ClickClientIP UInt32, ClickDomainID UInt32,
ClickURL String, ClickAttempt UInt8, ClickOrderID UInt32, ClickBannerID UInt32, ClickMarketCategoryID UInt32, ClickMarketPP UInt32,
ClickMarketCategoryName String, ClickMarketPPName String, ClickAWAPSCampaignName String, ClickPageName String, ClickTargetType UInt16,
ClickTargetPhraseID UInt64, ClickContextType UInt8, ClickSelectType Int8, ClickOptions String, ClickGroupBannerID Int32,
OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String,
UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, FirstVisit DateTime,
PredLastVisit Date, LastVisit Date, TotalVisits UInt32, TraficSource Nested(ID Int8, SearchEngineID UInt16, AdvEngineID UInt8,
PlaceID UInt16, SocialSourceNetworkID UInt8, Domain String, SearchPhrase String, SocialSourcePage String), Attendance FixedString(16),
CLID UInt32, YCLID UInt64, NormalizedRefererHash UInt64, SearchPhraseHash UInt64, RefererDomainHash UInt64, NormalizedStartURLHash UInt64,
StartURLDomainHash UInt64, NormalizedEndURLHash UInt64, TopLevelDomain UInt64, URLScheme UInt64, OpenstatServiceNameHash UInt64,
OpenstatCampaignIDHash UInt64, OpenstatAdIDHash UInt64, OpenstatSourceIDHash UInt64, UTMSourceHash UInt64, UTMMediumHash UInt64,
UTMCampaignHash UInt64, UTMContentHash UInt64, UTMTermHash UInt64, FromHash UInt64, WebVisorEnabled UInt8, WebVisorActivity UInt32,
ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64),
Market Nested(Type UInt8, GoalID UInt32, OrderID String, OrderPrice Int64, PP UInt32, DirectPlaceID UInt32, DirectOrderID UInt32,
DirectBannerID UInt32, GoodID String, GoodName String, GoodQuantity Int32, GoodPrice Int64), IslandID FixedString(16))
ENGINE = CollapsingMergeTree(Sign) PARTITION BY toYYYYMM(StartDate) ORDER BY (CounterID, StartDate, intHash32(UserID), VisitID)
SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='\''s3_cache'\'''
+ clickhouse-client --query 'INSERT INTO test.hits_s3 SELECT * FROM datasets.hits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0'
+ clickhouse-client --query 'INSERT INTO test.hits SELECT * FROM datasets.hits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0'
+ clickhouse-client --query 'INSERT INTO test.visits SELECT * FROM datasets.visits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0'
+ clickhouse-client --query 'DROP TABLE datasets.visits_v1 SYNC'
+ clickhouse-client --query 'DROP TABLE datasets.hits_v1 SYNC'
+ clickhouse-client --query 'SHOW TABLES FROM test'
hits
hits_s3
visits
+ clickhouse-client --query 'SYSTEM STOP THREAD FUZZER'
+ stop_server
+ local max_tries=90
+ local check_hang=true
+ local pid
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ pid=1447
+ clickhouse stop --max-tries 90 --do-not-kill
script.gdb:13: Error in sourced command file:
No stack.
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1447.
The process with pid = 1447 is running.
Sent terminate signal to process with pid 1447.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1447.
The process with pid = 1447 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1447.
The process with pid = 1447 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1447.
The process with pid = 1447 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1447.
The process with pid = 1447 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1447.
The process with pid = 1447 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1447.
The process with pid = 1447 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1447.
The process with pid = 1447 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1447.
The process with pid = 1447 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1447.
The process with pid = 1447 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1447.
The process with pid = 1447 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1447.
The process with pid = 1447 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1447.
The process with pid = 1447 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1447.
The process with pid = 1447 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1447.
The process with pid = 1447 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1447.
The process with pid = 1447 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1447.
The process with pid = 1447 is running.
Waiting for server to stop
Found pid = 1447 in the list of running processes.
The process with pid = 1447 is running.
Waiting for server to stop
Now there is no clickhouse-server process.
Server stopped
+ return
+ export USE_S3_STORAGE_FOR_MERGE_TREE=1
+ USE_S3_STORAGE_FOR_MERGE_TREE=1
+ export RANDOMIZE_OBJECT_KEY_TYPE=1
+ RANDOMIZE_OBJECT_KEY_TYPE=1
+ export ZOOKEEPER_FAULT_INJECTION=1
+ ZOOKEEPER_FAULT_INJECTION=1
+ export THREAD_POOL_FAULT_INJECTION=1
+ THREAD_POOL_FAULT_INJECTION=1
+ configure
+ export USE_DATABASE_ORDINARY=1
+ USE_DATABASE_ORDINARY=1
+ export EXPORT_S3_STORAGE_POLICIES=1
+ EXPORT_S3_STORAGE_POLICIES=1
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
+ SRC_PATH=/usr/share/clickhouse-test/config
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_fault_injection.xml /etc/clickhouse-server/config.d/
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ ln -sf /usr/share/clickhouse-test/config/config.d/cannot_allocate_thread_injection.xml /etc/clickhouse-server/config.d/
+ value=0
+ sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=47091712
+ sed --follow-symlinks -i 's|[[:digit:]]\+|47091712|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=45287424
+ sed --follow-symlinks -i 's|[[:digit:]]\+|45287424|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_ordinary.xml /etc/clickhouse-server/users.d/
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ object_key_types_options=("generate-suffix" "generate-full-key" "generate-template-key")
+ object_key_type=generate-suffix
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ object_key_type=generate-suffix
+ case $object_key_type in
+ ln -sf /usr/share/clickhouse-test/config/config.d/s3_storage_policy_by_default.xml /etc/clickhouse-server/config.d/
+ ARM=aarch64
++ uname -m
+ OS=x86_64
x86_64
Adding azure configuration
+ [[ -n 1 ]]
+ echo x86_64
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
+ echo 'Adding azure configuration'
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|100000|10000|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ randomize_config_boolean_value filtered_list keeper_port
+ value=1
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|1|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ randomize_config_boolean_value multi_read keeper_port
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|0|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ randomize_config_boolean_value check_not_exists keeper_port
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|0|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ randomize_config_boolean_value create_if_not_exists keeper_port
+ value=0
+ sudo cat /etc/clickhouse-server/config.d/keeper_port.xml
+ sed 's|[01]|0|'
+ sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml
+ sudo chown clickhouse /etc/clickhouse-server/config.d/keeper_port.xml
+ sudo chgrp clickhouse /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ randomize_config_boolean_value use_compression zookeeper_fault_injection
+ value=1
+ sudo cat /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ sed 's|[01]|1|'
+ sudo mv /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml.tmp /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ randomize_config_boolean_value allow_experimental_block_number_column block_number
+ value=1
+ sudo cat /etc/clickhouse-server/config.d/block_number.xml
+ sed 's|[01]|1|'
+ sudo mv /etc/clickhouse-server/config.d/block_number.xml.tmp /etc/clickhouse-server/config.d/block_number.xml
+ echo 'ASAN_OPTIONS='\''malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'\'''
+ export 'ASAN_OPTIONS=malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ ASAN_OPTIONS='malloc_context_size=10 allocator_release_to_os_interval_ms=10000'
+ sudo chown root: /var/lib/clickhouse
+ echo '1'
+ local total_mem
++ awk '/MemTotal/ { print $(NF-1) }' /proc/meminfo
+ total_mem=32086444
+ total_mem=32856518656
+ max_server_memory_usage_to_ram_ratio=0.5
Setting max_server_memory_usage_to_ram_ratio to 0.5
+ echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5'
+ cat
Setting max_memory_usage_for_user=9856955596 and max_memory_usage for queries to 10G
+ local max_users_mem
+ max_users_mem=9856955596
+ echo 'Setting max_memory_usage_for_user=9856955596 and max_memory_usage for queries to 10G'
+ cat
+ cat
+ sudo cat /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml
+ sed 's|s3|s3default|'
+ mv /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml.tmp /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml
+ sudo chown clickhouse /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml
+ sudo chgrp clickhouse /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml
+ sudo cat /etc/clickhouse-server/config.d/logger_trace.xml
+ sed 's|trace|test|'
+ mv /etc/clickhouse-server/config.d/logger_trace.xml.tmp /etc/clickhouse-server/config.d/logger_trace.xml
+ '[' SLRU = SLRU ']'
+ sudo cat /etc/clickhouse-server/config.d/storage_conf.xml
+ sed 's|LRU|SLRU|'
+ mv /etc/clickhouse-server/config.d/storage_conf.xml.tmp /etc/clickhouse-server/config.d/storage_conf.xml
++ date +%-d
+ '[' 1 -eq 1 ']'
+ sudo echo 'true'
+ start_server
+ counter=0
+ max_attempt=120
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 0 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [05/Mar/2025:21:22:18 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [05/Mar/2025:21:22:18 +0000] "PUT /devstoreaccount1/cont/ctayffkbwroxsjfonlsvwianwiyoqasd?blockid=cxcdlerfjymnchbxyjxccmgqalngdrtanddcgojinwqrqjdyqkkskrofbhiamxtx&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:21:22:18 +0000] "PUT /devstoreaccount1/cont/ctayffkbwroxsjfonlsvwianwiyoqasd?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:21:22:18 +0000] "GET /devstoreaccount1/cont/ctayffkbwroxsjfonlsvwianwiyoqasd HTTP/1.1" 206 4
127.0.0.1 - - [05/Mar/2025:21:22:18 +0000] "GET /devstoreaccount1/cont/ctayffkbwroxsjfonlsvwianwiyoqasd HTTP/1.1" 206 2
127.0.0.1 - - [05/Mar/2025:21:22:18 +0000] "DELETE /devstoreaccount1/cont/ctayffkbwroxsjfonlsvwianwiyoqasd HTTP/1.1" 202 -
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 6 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=8
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=9
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 9 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=10
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 10 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=11
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 11 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=12
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 12 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=13
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 13 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=14
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 14 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=15
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 15 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=16
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 16 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=17
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 17 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=18
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 18 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=19
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 19 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=20
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 20 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=21
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 21 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=22
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 22 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=23
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 23 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=24
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 24 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=25
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 25 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=26
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 26 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=27
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 27 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=28
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 28 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=29
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 29 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=30
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 30 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=31
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 31 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=32
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 32 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=33
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 33 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=34
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 34 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=35
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 35 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=36
+ clickhouse-client --query 'SELECT 1'
1
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 2806
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ hxB =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ false
+ return
+ stress --hung-check --drop-databases --output-folder test_output --skip-func-tests '' --global-time-limit 1200
2025-03-05 22:24:37,045 Run func tests '/usr/bin/clickhouse-test --client-option http_make_head_request=0 --global_time_limit=1200 '
2025-03-05 22:24:37,546 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_1 --client-option join_use_nulls=1 join_algorithm='parallel_hash' memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 group_by_use_nulls=1 --global_time_limit=1200 '
2025-03-05 22:24:38,047 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_2', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 use_query_cache=1 --global_time_limit=1200 '
2025-03-05 22:24:38,548 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_3 --client-option join_algorithm='partial_merge' use_query_cache=1 group_by_use_nulls=1 --global_time_limit=1200 '
2025-03-05 22:24:39,049 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 http_make_head_request=1 --global_time_limit=1200 '
2025-03-05 22:24:39,551 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_5', 's1', 'r1')" --database=test_5 --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 join_algorithm='full_sorting_merge' use_query_cache=1 group_by_use_nulls=1 --global_time_limit=1200 '
2025-03-05 22:24:40,052 Run func tests '/usr/bin/clickhouse-test --order=random --client-option memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 http_make_head_request=1 --global_time_limit=1200 '
2025-03-05 22:24:40,553 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_7 --client-option join_use_nulls=1 join_algorithm='grace_hash' group_by_use_nulls=1 optimize_trivial_approximate_count_query=1 http_make_head_request=1 --global_time_limit=1200 '
2025-03-05 22:24:41,054 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_8', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 use_query_cache=1 http_make_head_request=0 --global_time_limit=1200 '
2025-03-05 22:24:41,555 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_9 --client-option join_algorithm='auto' max_rows_in_join=1000 group_by_use_nulls=1 --global_time_limit=1200 '
2025-03-05 22:24:42,056 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 use_query_cache=1 --global_time_limit=1200 '
2025-03-05 22:24:42,558 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_11', 's1', 'r1')" --database=test_11 --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 join_algorithm='parallel_hash' memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 group_by_use_nulls=1 --global_time_limit=1200 '
2025-03-05 22:24:43,059 Run func tests '/usr/bin/clickhouse-test --order=random --client-option use_query_cache=1 implicit_transaction=1 throw_on_unsupported_query_inside_transaction=0 --global_time_limit=1200 '
2025-03-05 22:24:43,560 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_13 --client-option join_use_nulls=1 join_algorithm='partial_merge' group_by_use_nulls=1 http_make_head_request=1 --global_time_limit=1200 '
2025-03-05 22:24:44,061 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_14', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 use_query_cache=1 optimize_trivial_approximate_count_query=1 --global_time_limit=1200 '
2025-03-05 22:24:44,562 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_15 --client-option join_algorithm='full_sorting_merge' group_by_use_nulls=1 http_make_head_request=1 --global_time_limit=1200 '
2025-03-05 22:24:45,064 Will wait functests to finish
2025-03-05 22:24:45,064 Finished 10 from 16 processes
2025-03-05 22:24:50,068 Finished 10 from 16 processes
2025-03-05 22:24:55,073 Finished 10 from 16 processes
2025-03-05 22:25:00,078 Finished 10 from 16 processes
2025-03-05 22:25:05,080 Finished 10 from 16 processes
2025-03-05 22:25:10,085 Finished 10 from 16 processes
2025-03-05 22:25:15,090 Finished 10 from 16 processes
2025-03-05 22:25:20,091 Finished 10 from 16 processes
2025-03-05 22:25:25,096 Finished 10 from 16 processes
2025-03-05 22:25:30,097 Finished 10 from 16 processes
2025-03-05 22:25:35,102 Finished 10 from 16 processes
2025-03-05 22:25:40,104 Finished 10 from 16 processes
2025-03-05 22:25:45,108 Finished 10 from 16 processes
2025-03-05 22:25:50,108 Finished 10 from 16 processes
2025-03-05 22:25:55,112 Finished 10 from 16 processes
2025-03-05 22:26:00,115 Finished 10 from 16 processes
2025-03-05 22:26:05,117 Finished 10 from 16 processes
2025-03-05 22:26:10,120 Finished 10 from 16 processes
2025-03-05 22:26:15,125 Finished 10 from 16 processes
2025-03-05 22:26:20,128 Finished 10 from 16 processes
2025-03-05 22:26:25,132 Finished 10 from 16 processes
2025-03-05 22:26:30,136 Finished 10 from 16 processes
2025-03-05 22:26:35,140 Finished 10 from 16 processes
2025-03-05 22:26:40,144 Finished 10 from 16 processes
2025-03-05 22:26:45,148 Finished 10 from 16 processes
2025-03-05 22:26:50,153 Finished 10 from 16 processes
2025-03-05 22:26:55,157 Finished 10 from 16 processes
2025-03-05 22:27:00,160 Finished 10 from 16 processes
2025-03-05 22:27:05,164 Finished 10 from 16 processes
2025-03-05 22:27:10,168 Finished 10 from 16 processes
2025-03-05 22:27:15,172 Finished 10 from 16 processes
2025-03-05 22:27:20,176 Finished 10 from 16 processes
2025-03-05 22:27:25,180 Finished 10 from 16 processes
2025-03-05 22:27:30,185 Finished 10 from 16 processes
2025-03-05 22:27:35,188 Finished 10 from 16 processes
2025-03-05 22:27:40,192 Finished 10 from 16 processes
2025-03-05 22:27:45,196 Finished 10 from 16 processes
2025-03-05 22:27:50,200 Finished 10 from 16 processes
2025-03-05 22:27:55,204 Finished 10 from 16 processes
2025-03-05 22:28:00,209 Finished 10 from 16 processes
2025-03-05 22:28:05,212 Finished 10 from 16 processes
2025-03-05 22:28:10,215 Finished 10 from 16 processes
2025-03-05 22:28:15,220 Finished 10 from 16 processes
2025-03-05 22:28:20,225 Finished 10 from 16 processes
2025-03-05 22:28:25,229 Finished 10 from 16 processes
2025-03-05 22:28:30,232 Finished 10 from 16 processes
2025-03-05 22:28:35,236 Finished 10 from 16 processes
2025-03-05 22:28:40,238 Finished 10 from 16 processes
2025-03-05 22:28:45,240 Finished 10 from 16 processes
2025-03-05 22:28:50,244 Finished 10 from 16 processes
2025-03-05 22:28:55,248 Finished 10 from 16 processes
2025-03-05 22:29:00,252 Finished 10 from 16 processes
2025-03-05 22:29:05,256 Finished 10 from 16 processes
2025-03-05 22:29:10,260 Finished 10 from 16 processes
2025-03-05 22:29:15,265 Finished 10 from 16 processes
2025-03-05 22:29:20,269 Finished 10 from 16 processes
2025-03-05 22:29:25,272 Finished 10 from 16 processes
2025-03-05 22:29:30,276 Finished 10 from 16 processes
2025-03-05 22:29:35,280 Finished 10 from 16 processes
2025-03-05 22:29:40,285 Finished 10 from 16 processes
2025-03-05 22:29:45,288 Finished 10 from 16 processes
2025-03-05 22:29:50,293 Finished 10 from 16 processes
2025-03-05 22:29:55,296 Finished 10 from 16 processes
2025-03-05 22:30:00,300 Finished 10 from 16 processes
2025-03-05 22:30:05,304 Finished 10 from 16 processes
2025-03-05 22:30:10,308 Finished 10 from 16 processes
2025-03-05 22:30:15,312 Finished 10 from 16 processes
2025-03-05 22:30:20,316 Finished 10 from 16 processes
2025-03-05 22:30:25,320 Finished 10 from 16 processes
2025-03-05 22:30:30,325 Finished 10 from 16 processes
2025-03-05 22:30:35,328 Finished 10 from 16 processes
2025-03-05 22:30:40,332 Finished 10 from 16 processes
2025-03-05 22:30:45,336 Finished 10 from 16 processes
2025-03-05 22:30:50,336 Finished 10 from 16 processes
2025-03-05 22:30:55,340 Finished 10 from 16 processes
2025-03-05 22:31:00,344 Finished 10 from 16 processes
2025-03-05 22:31:05,346 Finished 10 from 16 processes
2025-03-05 22:31:10,348 Finished 10 from 16 processes
2025-03-05 22:31:15,353 Finished 10 from 16 processes
2025-03-05 22:31:20,355 Finished 10 from 16 processes
2025-03-05 22:31:25,360 Finished 10 from 16 processes
2025-03-05 22:31:30,361 Finished 10 from 16 processes
2025-03-05 22:31:35,364 Finished 10 from 16 processes
2025-03-05 22:31:40,368 Finished 10 from 16 processes
2025-03-05 22:31:45,372 Finished 10 from 16 processes
2025-03-05 22:31:50,376 Finished 10 from 16 processes
2025-03-05 22:31:55,380 Finished 10 from 16 processes
2025-03-05 22:32:00,384 Finished 10 from 16 processes
2025-03-05 22:32:05,388 Finished 10 from 16 processes
2025-03-05 22:32:10,392 Finished 10 from 16 processes
2025-03-05 22:32:15,396 Finished 10 from 16 processes
2025-03-05 22:32:20,400 Finished 10 from 16 processes
2025-03-05 22:32:25,405 Finished 10 from 16 processes
API: PutObjectPart(bucket=test, object=test/qki/tmiqchdsbwtgqpmmddfaopppvdcuz)
Time: 21:32:27 UTC 03/05/2025
DeploymentID: 42cb61ca-9617-4245-b64e-497dc5bc4b51
RequestID: 182A0595E32E60C0
RemoteHost: ::1
Host: localhost:11111
UserAgent: aws-sdk-cpp/1.11.234 ua/2.0 md/aws-crt#0.24.11-dev+55278024 os/Linux/5.15.0-133-generic md/arch#x86_64 lang/c++#C++23 md/Clang#17.0.6 cfg/retry-mode#custom api/S3
Error: open /minio_data/.minio.sys/multipart/da1a686e76409a5dc718994b72e893e338b7d6662252ca607eb0111d93270bde/cd4584dc-cea4-4126-a6d9-b3ba5b582ccb/00002.465d097852fd7abb4d732e3567c29bd5.16777216: no such file or directory (*fs.PathError)
uploadID=cd4584dc-cea4-4126-a6d9-b3ba5b582ccb, partPath=/minio_data/.minio.sys/multipart/da1a686e76409a5dc718994b72e893e338b7d6662252ca607eb0111d93270bde/cd4584dc-cea4-4126-a6d9-b3ba5b582ccb/00002.465d097852fd7abb4d732e3567c29bd5.16777216, filepath=/minio_data/.minio.sys/tmp/3233e8b4-509f-4041-9373-63ebdad55336/cd4584dc-cea4-4126-a6d9-b3ba5b582ccb.ccca3c6a-4a3d-4ed7-b6d4-33d647dc6d51
1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend()
2025-03-05 22:32:30,410 Finished 10 from 16 processes
2025-03-05 22:32:35,412 Finished 10 from 16 processes
2025-03-05 22:32:40,416 Finished 10 from 16 processes
2025-03-05 22:32:45,420 Finished 10 from 16 processes
2025-03-05 22:32:50,424 Finished 10 from 16 processes
2025-03-05 22:32:55,428 Finished 10 from 16 processes
2025-03-05 22:33:00,433 Finished 10 from 16 processes
2025-03-05 22:33:05,436 Finished 10 from 16 processes
2025-03-05 22:33:10,440 Finished 10 from 16 processes
2025-03-05 22:33:15,441 Finished 10 from 16 processes
2025-03-05 22:33:20,446 Finished 10 from 16 processes
2025-03-05 22:33:25,448 Finished 10 from 16 processes
2025-03-05 22:33:30,452 Finished 10 from 16 processes
2025-03-05 22:33:35,456 Finished 10 from 16 processes
2025-03-05 22:33:40,460 Finished 10 from 16 processes
2025-03-05 22:33:45,464 Finished 10 from 16 processes
2025-03-05 22:33:50,469 Finished 10 from 16 processes
2025-03-05 22:33:55,472 Finished 10 from 16 processes
2025-03-05 22:34:00,475 Finished 10 from 16 processes
2025-03-05 22:34:05,477 Finished 10 from 16 processes
2025-03-05 22:34:10,480 Finished 10 from 16 processes
2025-03-05 22:34:15,485 Finished 10 from 16 processes
2025-03-05 22:34:20,490 Finished 10 from 16 processes
2025-03-05 22:34:25,493 Finished 10 from 16 processes
2025-03-05 22:34:30,496 Finished 10 from 16 processes
2025-03-05 22:34:35,500 Finished 10 from 16 processes
2025-03-05 22:34:40,504 Finished 10 from 16 processes
2025-03-05 22:34:45,505 Finished 10 from 16 processes
2025-03-05 22:34:50,507 Finished 10 from 16 processes
2025-03-05 22:34:55,512 Finished 10 from 16 processes
2025-03-05 22:35:00,517 Finished 10 from 16 processes
2025-03-05 22:35:05,521 Finished 10 from 16 processes
2025-03-05 22:35:10,522 Finished 10 from 16 processes
2025-03-05 22:35:15,527 Finished 10 from 16 processes
2025-03-05 22:35:20,532 Finished 10 from 16 processes
2025-03-05 22:35:25,536 Finished 10 from 16 processes
2025-03-05 22:35:30,540 Finished 10 from 16 processes
2025-03-05 22:35:35,545 Finished 10 from 16 processes
2025-03-05 22:35:40,550 Finished 10 from 16 processes
2025-03-05 22:35:45,552 Finished 10 from 16 processes
2025-03-05 22:35:50,556 Finished 10 from 16 processes
2025-03-05 22:35:55,559 Finished 10 from 16 processes
2025-03-05 22:36:00,564 Finished 10 from 16 processes
2025-03-05 22:36:05,568 Finished 10 from 16 processes
2025-03-05 22:36:10,573 Finished 10 from 16 processes
2025-03-05 22:36:15,576 Finished 10 from 16 processes
2025-03-05 22:36:20,579 Finished 10 from 16 processes
2025-03-05 22:36:25,584 Finished 10 from 16 processes
2025-03-05 22:36:30,588 Finished 10 from 16 processes
2025-03-05 22:36:35,593 Finished 10 from 16 processes
2025-03-05 22:36:40,596 Finished 10 from 16 processes
2025-03-05 22:36:45,601 Finished 10 from 16 processes
2025-03-05 22:36:50,605 Finished 10 from 16 processes
2025-03-05 22:36:55,609 Finished 10 from 16 processes
2025-03-05 22:37:00,612 Finished 10 from 16 processes
2025-03-05 22:37:05,617 Finished 10 from 16 processes
2025-03-05 22:37:10,622 Finished 10 from 16 processes
2025-03-05 22:37:15,627 Finished 10 from 16 processes
2025-03-05 22:37:20,632 Finished 10 from 16 processes
2025-03-05 22:37:25,637 Finished 10 from 16 processes
2025-03-05 22:37:30,641 Finished 10 from 16 processes
2025-03-05 22:37:35,644 Finished 10 from 16 processes
2025-03-05 22:37:40,648 Finished 10 from 16 processes
2025-03-05 22:37:45,652 Finished 10 from 16 processes
2025-03-05 22:37:50,656 Finished 10 from 16 processes
2025-03-05 22:37:55,660 Finished 10 from 16 processes
2025-03-05 22:38:00,663 Finished 10 from 16 processes
2025-03-05 22:38:05,668 Finished 10 from 16 processes
2025-03-05 22:38:10,672 Finished 10 from 16 processes
2025-03-05 22:38:15,676 Finished 10 from 16 processes
2025-03-05 22:38:20,680 Finished 10 from 16 processes
2025-03-05 22:38:25,684 Finished 10 from 16 processes
2025-03-05 22:38:30,685 Finished 10 from 16 processes
2025-03-05 22:38:35,689 Finished 10 from 16 processes
2025-03-05 22:38:40,692 Finished 10 from 16 processes
2025-03-05 22:38:45,696 Finished 10 from 16 processes
2025-03-05 22:38:50,700 Finished 10 from 16 processes
2025-03-05 22:38:55,704 Finished 10 from 16 processes
2025-03-05 22:39:00,708 Finished 10 from 16 processes
2025-03-05 22:39:05,712 Finished 10 from 16 processes
2025-03-05 22:39:10,716 Finished 10 from 16 processes
2025-03-05 22:39:15,721 Finished 10 from 16 processes
2025-03-05 22:39:20,724 Finished 10 from 16 processes
2025-03-05 22:39:25,728 Finished 10 from 16 processes
2025-03-05 22:39:30,733 Finished 10 from 16 processes
2025-03-05 22:39:35,736 Finished 10 from 16 processes
2025-03-05 22:39:40,740 Finished 10 from 16 processes
2025-03-05 22:39:45,744 Finished 10 from 16 processes
2025-03-05 22:39:50,748 Finished 10 from 16 processes
2025-03-05 22:39:55,752 Finished 10 from 16 processes
2025-03-05 22:40:00,756 Finished 10 from 16 processes
2025-03-05 22:40:05,760 Finished 10 from 16 processes
2025-03-05 22:40:10,764 Finished 10 from 16 processes
2025-03-05 22:40:15,768 Finished 10 from 16 processes
2025-03-05 22:40:20,773 Finished 10 from 16 processes
2025-03-05 22:40:25,776 Finished 10 from 16 processes
2025-03-05 22:40:30,780 Finished 10 from 16 processes
2025-03-05 22:40:35,785 Finished 10 from 16 processes
2025-03-05 22:40:40,788 Finished 10 from 16 processes
2025-03-05 22:40:45,793 Finished 10 from 16 processes
2025-03-05 22:40:50,796 Finished 10 from 16 processes
2025-03-05 22:40:55,800 Finished 10 from 16 processes
2025-03-05 22:41:00,804 Finished 10 from 16 processes
2025-03-05 22:41:05,808 Finished 10 from 16 processes
2025-03-05 22:41:10,812 Finished 10 from 16 processes
2025-03-05 22:41:15,816 Finished 10 from 16 processes
2025-03-05 22:41:20,820 Finished 10 from 16 processes
2025-03-05 22:41:25,822 Finished 10 from 16 processes
2025-03-05 22:41:30,828 Finished 10 from 16 processes
2025-03-05 22:41:35,832 Finished 10 from 16 processes
2025-03-05 22:41:40,837 Finished 10 from 16 processes
2025-03-05 22:41:45,840 Finished 10 from 16 processes
2025-03-05 22:41:50,844 Finished 10 from 16 processes
2025-03-05 22:41:55,848 Finished 10 from 16 processes
2025-03-05 22:42:00,852 Finished 10 from 16 processes
2025-03-05 22:42:05,853 Finished 10 from 16 processes
2025-03-05 22:42:10,856 Finished 10 from 16 processes
2025-03-05 22:42:15,860 Finished 10 from 16 processes
2025-03-05 22:42:20,865 Finished 10 from 16 processes
2025-03-05 22:42:25,868 Finished 10 from 16 processes
2025-03-05 22:42:30,872 Finished 10 from 16 processes
2025-03-05 22:42:35,876 Finished 10 from 16 processes
2025-03-05 22:42:40,880 Finished 10 from 16 processes
2025-03-05 22:42:45,884 Finished 10 from 16 processes
2025-03-05 22:42:50,888 Finished 10 from 16 processes
2025-03-05 22:42:55,892 Finished 10 from 16 processes
2025-03-05 22:43:00,897 Finished 10 from 16 processes
2025-03-05 22:43:05,900 Finished 10 from 16 processes
2025-03-05 22:43:10,904 Finished 10 from 16 processes
2025-03-05 22:43:15,908 Finished 10 from 16 processes
2025-03-05 22:43:20,912 Finished 10 from 16 processes
2025-03-05 22:43:25,918 Finished 10 from 16 processes
2025-03-05 22:43:30,923 Finished 10 from 16 processes
2025-03-05 22:43:35,928 Finished 10 from 16 processes
2025-03-05 22:43:40,932 Finished 10 from 16 processes
2025-03-05 22:43:45,936 Finished 10 from 16 processes
2025-03-05 22:43:50,940 Finished 10 from 16 processes
2025-03-05 22:43:55,944 Finished 10 from 16 processes
2025-03-05 22:44:00,949 Finished 10 from 16 processes
2025-03-05 22:44:05,952 Finished 10 from 16 processes
2025-03-05 22:44:10,956 Finished 10 from 16 processes
2025-03-05 22:44:15,957 Finished 10 from 16 processes
2025-03-05 22:44:20,960 Finished 10 from 16 processes
2025-03-05 22:44:25,965 Finished 10 from 16 processes
2025-03-05 22:44:30,968 Finished 10 from 16 processes
2025-03-05 22:44:35,973 Finished 10 from 16 processes
2025-03-05 22:44:40,978 Finished 10 from 16 processes
2025-03-05 22:44:45,981 Finished 10 from 16 processes
2025-03-05 22:44:50,984 Finished 11 from 16 processes
2025-03-05 22:44:55,988 Finished 11 from 16 processes
2025-03-05 22:45:00,992 Finished 12 from 16 processes
2025-03-05 22:45:05,996 Finished 12 from 16 processes
2025-03-05 22:45:10,996 Finished 12 from 16 processes
2025-03-05 22:45:16,000 Finished 12 from 16 processes
2025-03-05 22:45:21,004 Finished 12 from 16 processes
2025-03-05 22:45:26,008 Finished 12 from 16 processes
2025-03-05 22:45:31,012 Finished 12 from 16 processes
2025-03-05 22:45:36,016 Finished 12 from 16 processes
2025-03-05 22:45:41,021 Finished 13 from 16 processes
2025-03-05 22:45:46,024 Finished 13 from 16 processes
2025-03-05 22:45:51,029 Finished 13 from 16 processes
2025-03-05 22:45:56,032 Finished 13 from 16 processes
2025-03-05 22:46:01,036 Finished 14 from 16 processes
2025-03-05 22:46:06,037 Finished 15 from 16 processes
2025-03-05 22:46:11,040 Finished 15 from 16 processes
2025-03-05 22:46:16,045 Finished 15 from 16 processes
2025-03-05 22:46:21,048 Finished 15 from 16 processes
2025-03-05 22:46:26,052 Finished 15 from 16 processes
2025-03-05 22:46:31,052 Finished 15 from 16 processes
2025-03-05 22:46:36,056 Finished 15 from 16 processes
2025-03-05 22:46:41,060 Finished 15 from 16 processes
2025-03-05 22:46:46,064 Finished 15 from 16 processes
2025-03-05 22:46:51,068 Finished 15 from 16 processes
2025-03-05 22:46:56,072 Finished 15 from 16 processes
2025-03-05 22:47:01,077 Finished 15 from 16 processes
2025-03-05 22:47:06,080 Finished 15 from 16 processes
2025-03-05 22:47:11,085 Finished 15 from 16 processes
2025-03-05 22:47:16,088 Finished 15 from 16 processes
2025-03-05 22:47:21,092 Finished 15 from 16 processes
2025-03-05 22:47:26,096 Finished 15 from 16 processes
2025-03-05 22:47:31,101 Finished 15 from 16 processes
2025-03-05 22:47:36,104 Finished 15 from 16 processes
2025-03-05 22:47:41,108 Finished 15 from 16 processes
2025-03-05 22:47:46,112 Finished 15 from 16 processes
2025-03-05 22:47:51,116 Finished 15 from 16 processes
2025-03-05 22:47:56,121 Finished 15 from 16 processes
2025-03-05 22:48:01,126 Finished 15 from 16 processes
2025-03-05 22:48:06,131 Finished 15 from 16 processes
2025-03-05 22:48:11,136 Finished 15 from 16 processes
2025-03-05 22:48:16,141 Finished 15 from 16 processes
2025-03-05 22:48:21,145 Finished 15 from 16 processes
2025-03-05 22:48:26,146 Finished 15 from 16 processes
2025-03-05 22:48:31,148 Finished 15 from 16 processes
2025-03-05 22:48:36,149 Finished 15 from 16 processes
2025-03-05 22:48:41,151 Finished 15 from 16 processes
2025-03-05 22:48:46,155 Finished 15 from 16 processes
2025-03-05 22:48:51,160 Finished 15 from 16 processes
2025-03-05 22:48:56,166 Finished 15 from 16 processes
2025-03-05 22:49:01,171 Finished 15 from 16 processes
2025-03-05 22:49:06,176 Finished 15 from 16 processes
2025-03-05 22:49:11,180 Finished 15 from 16 processes
2025-03-05 22:49:16,184 Finished 15 from 16 processes
2025-03-05 22:49:21,188 Finished 15 from 16 processes
2025-03-05 22:49:26,192 Finished 15 from 16 processes
2025-03-05 22:49:31,196 Finished 15 from 16 processes
2025-03-05 22:49:36,200 Finished 15 from 16 processes
2025-03-05 22:49:41,204 Finished 15 from 16 processes
2025-03-05 22:49:46,208 Finished 15 from 16 processes
2025-03-05 22:49:51,212 Finished 15 from 16 processes
2025-03-05 22:49:56,216 Finished 15 from 16 processes
2025-03-05 22:50:01,219 Finished 15 from 16 processes
2025-03-05 22:50:06,224 Finished 15 from 16 processes
2025-03-05 22:50:11,229 Finished 15 from 16 processes
2025-03-05 22:50:16,232 Finished 15 from 16 processes
2025-03-05 22:50:21,236 Finished 15 from 16 processes
2025-03-05 22:50:26,240 Finished 15 from 16 processes
2025-03-05 22:50:31,244 Finished 15 from 16 processes
2025-03-05 22:50:36,249 Finished 15 from 16 processes
2025-03-05 22:50:41,254 Finished 15 from 16 processes
2025-03-05 22:50:46,258 Finished 15 from 16 processes
2025-03-05 22:50:51,260 Finished 15 from 16 processes
2025-03-05 22:50:56,263 Finished 15 from 16 processes
2025-03-05 22:51:01,265 Finished 15 from 16 processes
2025-03-05 22:51:06,268 Finished 15 from 16 processes
2025-03-05 22:51:11,273 Finished 15 from 16 processes
2025-03-05 22:51:16,278 Finished 15 from 16 processes
2025-03-05 22:51:21,280 Finished 15 from 16 processes
2025-03-05 22:51:26,285 Finished 15 from 16 processes
2025-03-05 22:51:31,285 Finished 15 from 16 processes
2025-03-05 22:51:36,288 Finished 15 from 16 processes
2025-03-05 22:51:41,292 Finished 15 from 16 processes
2025-03-05 22:51:46,296 Finished 15 from 16 processes
2025-03-05 22:51:51,300 Finished 15 from 16 processes
2025-03-05 22:51:56,304 Finished 15 from 16 processes
2025-03-05 22:52:01,305 Finished 15 from 16 processes
2025-03-05 22:52:06,308 Finished 15 from 16 processes
2025-03-05 22:52:11,312 Finished 15 from 16 processes
2025-03-05 22:52:16,316 Finished 15 from 16 processes
2025-03-05 22:52:21,320 Finished 15 from 16 processes
2025-03-05 22:52:26,325 Finished 15 from 16 processes
2025-03-05 22:52:31,329 Finished 15 from 16 processes
2025-03-05 22:52:36,334 Finished 15 from 16 processes
2025-03-05 22:52:41,340 Finished 15 from 16 processes
2025-03-05 22:52:46,344 Finished 15 from 16 processes
2025-03-05 22:52:51,346 All processes finished
2025-03-05 22:52:51,346 Compressing stress logs
2025-03-05 22:52:51,370 Logs compressed
2025-03-05 22:52:51,370 Will terminate gdb (if any)
2025-03-05 22:52:51,370 Running command: kill -TERM $(pidof gdb)
2025-03-05 22:52:51,374 Running command: timeout 50s tail --pid=$(pidof gdb) -f /dev/null || kill -9 $(pidof gdb) ||:
Quit
2025-03-05 22:52:52,393 Running command: kill -CONT $(cat /var/run/clickhouse-server/clickhouse-server.pid) && clickhouse client -q 'SELECT 1 FORMAT Null'
2025-03-05 22:52:53,108 Running command: clickhouse client -q "SYSTEM STOP THREAD FUZZER" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2025-03-05 22:52:53,824 Running command: clickhouse client -q "SYSTEM START MERGES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2025-03-05 22:52:54,440 Running command: clickhouse client -q "SYSTEM START DISTRIBUTED SENDS" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2025-03-05 22:52:55,056 Running command: clickhouse client -q "SYSTEM START TTL MERGES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2025-03-05 22:52:55,672 Running command: clickhouse client -q "SYSTEM START MOVES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2025-03-05 22:52:56,338 Running command: clickhouse client -q "SYSTEM START FETCHES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2025-03-05 22:52:56,954 Running command: clickhouse client -q "SYSTEM START REPLICATED SENDS" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2025-03-05 22:52:57,620 Running command: clickhouse client -q "SYSTEM START REPLICATION QUEUES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2025-03-05 22:52:58,286 Running command: clickhouse client -q "SYSTEM DROP MARK CACHE" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2025-03-05 22:52:58,851 Running command: clickhouse client -q "KILL QUERY WHERE upper(query) LIKE 'WATCH %'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2025-03-05 22:52:59,467 Running command: clickhouse client -q "KILL QUERY WHERE query LIKE 'insert into tableB select %'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2025-03-05 22:53:00,183 Running command: clickhouse client -q "KILL QUERY WHERE query LIKE 'SELECT URL, uniq(SearchPhrase) AS u FROM test.hits GROUP BY URL ORDER BY u %'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2025-03-05 22:53:00,849 Running command: clickhouse client -q "KILL QUERY WHERE query LIKE 'SELECT (SELECT number FROM system.numbers WHERE number = 1000000000000)%'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000
2025-03-05 22:58:04,576 Checking if some queries hung
Using queries from '/usr/share/clickhouse-test/queries' directory
Connecting to ClickHouse server... OK
Connected to server 24.3.12.76.altinitystable @ 552780245684c25bd4bd0689593fe37df0ea2aec HEAD
Running 1 stateless tests (MainProcess).
00001_select_1: [ OK ]
1 tests passed. 0 tests skipped. 3.36 s elapsed (MainProcess).
Won't run stateful tests because test data wasn't loaded.
Checking the hung queries: done
No queries hung.
All tests have finished.
Top patterns of log messages:
count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string
1. 4197 0.048 1.03 MiB 0.042 1 46 ['Information'] 0.317 WriteBufferFromS3 is not finalized in destructor. The file might not be written to S3. {}.
2. 4176 0.048 263.90 KiB 0.011 1 95 ['Trace'] 0 Access granted: {}{}
3. 3998 0.046 374.34 KiB 0.015 1 18 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part
4. 3034 0.035 210.93 KiB 0.008 75 494 ['Trace'] 0.956 Trying to reserve {} using storage policy from min volume index {}
5. 2646 0.03 128.23 KiB 0.005 1 90 ['Trace'] 0.758 filled checksums {}
6. 2510 0.029 301.21 KiB 0.012 70 102 ['Trace'] 0.756 Renaming temporary part {} to {} with tid {}.
7. 2377 0.027 364.44 KiB 0.015 2 43 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {}
8. 2374 0.027 459.75 KiB 0.018 1 43 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {})
9. 2298 0.026 136.89 KiB 0.005 1 32 ['Debug'] 0.822 Key {} is removed from metadata
10. 2056 0.024 73.15 KiB 0.003 15 15 ['Trace'] 1 Flushed system log up to offset {}
11. 2048 0.023 117.72 KiB 0.005 15 15 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {}
12. 1953 0.022 55.16 KiB 0.002 1 43 ['Debug'] 0 Processed in {} sec.
13. 1852 0.021 936.65 KiB 0.038 1 95 ['Debug'] 0.998 Objects with paths [{}] were removed from S3
14. 1766 0.02 154.92 KiB 0.006 15 28 ['Trace'] 0 Reading {} ranges in{}order from part {}, approx. {} rows starting from {}
15. 1755 0.02 2.04 MiB 0.084 1 51 ['Debug'] 0.999 metadata and objects were removed for [{}], only metadata were removed for [{}].
16. 1538 0.018 457.47 KiB 0.018 1 46 ['Trace'] 0 Query {} to stage {}{}
17. 1511 0.017 87.06 KiB 0.003 1 116 ['Debug'] 0.048 Submitting key {} for removal
18. 1509 0.017 438.94 KiB 0.018 1 46 ['Trace'] 0 Query {} from stage {} to stage {}{}
19. 1387 0.016 155.77 KiB 0.006 3 46 ['Debug'] 0.998 {} Authenticated with global context as user {}
20. 1387 0.016 112.96 KiB 0.005 3 46 ['Debug'] 0.998 {} Authenticating user '{}' from {}
21. 1384 0.016 151.38 KiB 0.006 2 43 ['Debug'] 1 {} Creating session context with user_id: {}
22. 1357 0.016 119.27 KiB 0.005 3 43 ['Debug'] 0.998 {} Logout, user_id: {}
23. 1316 0.015 82.55 KiB 0.003 1 48 ['Debug'] 0.618 Peak memory usage{}: {}.
24. 1303 0.015 7.52 MiB 0.309 23 58 ['Error'] 0.425 Cannot schedule a task: {} (threads={}, jobs={})
25. 1299 0.015 162.52 KiB 0.007 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {}
26. 1270 0.015 56.58 KiB 0.002 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {}
27. 1064 0.012 34.75 KiB 0.001 1 43 ['Trace'] 1 TCP Request. Address: {}
28. 1064 0.012 98.22 KiB 0.004 1 43 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}.
29. 1035 0.012 27.29 KiB 0.001 1 40 ['Debug'] 1 Done processing connection.
30. 956 0.011 76.33 KiB 0.003 1 31 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec.
31. 895 0.01 99.76 KiB 0.004 1 16 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {}
32. 844 0.01 43.07 KiB 0.002 22 408 ['Debug'] 0.996 Selected {} parts from {} to {}
33. 839 0.01 67.21 KiB 0.003 1 18 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {}
34. 839 0.01 28.54 KiB 0.001 1 18 ['Debug'] 0 Selected MergeAlgorithm: {}
35. 759 0.009 81.40 KiB 0.003 1 27 ['Trace'] 0 PREWHERE condition was split into {} steps: {}
36. 690 0.008 62.77 KiB 0.003 1 131 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.)
37. 577 0.007 98.57 KiB 0.004 1 56 ['Information'] 0.026 Done writing part of data into temporary file {}, compressed {}, uncompressed {}
38. 574 0.007 77.36 KiB 0.003 1 57 ['Information'] 0.028 Sorting and writing part of data into temporary file {}
39. 570 0.007 99.64 KiB 0.004 1 117 ['Debug'] 0.493 Recursively remove path {}: metadata and objects were removed for [{}], only metadata were removed for [{}].
40. 555 0.006 115.00 KiB 0.005 21 8 ['Information'] 1 {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting)
41. 542 0.006 71.27 KiB 0.003 1 17 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec.
42. 488 0.006 32.56 KiB 0.001 19 16 ['Trace'] 0 Merged {} parts: [{}, {}] -> {}
43. 479 0.005 14.54 KiB 0.001 1 125 ['Trace'] 0 Aggregation method: {}
44. 417 0.005 9.12 KiB 0 40 290 ['Trace'] 1 Execution took {} ms.
45. 394 0.005 4.23 KiB 0 1 122 ['Trace'] 0 Aggregating
46. 369 0.004 81.41 KiB 0.003 1 43 ['Trace'] 0.68 Create WriteBufferFromS3, {}
47. 368 0.004 32.46 KiB 0.001 1 44 ['Trace'] 0.674 Close WriteBufferFromS3. {}.
48. 362 0.004 63.99 KiB 0.003 2 31 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {}
49. 361 0.004 131.30 KiB 0.005 2 31 ['Trace'] 1 Request URI: {}
50. 342 0.004 7.01 KiB 0 2 30 ['Debug'] 0.12 Done processing query
51. 339 0.004 35.47 KiB 0.001 1 33 ['Trace'] 0.723 Single part upload has completed. {}, size {}
52. 337 0.004 44.59 KiB 0.002 45 37 ['Debug'] 1 Removing {} parts from filesystem (serially): Parts: [{}]
53. 330 0.004 26.85 KiB 0.001 1 4 ['Debug'] 0.467 Merging configuration file '{}'.
54. 327 0.004 4.68 MiB 0.192 1 137 ['Trace'] 0.006 Exception while executing query. Current state:
{}
55. 326 0.004 9.53 KiB 0 1 25 ['Trace'] 0.025 {} -> {}
56. 321 0.004 9.84 KiB 0 41 39 ['Debug'] 0.012 Key condition: {}
57. 309 0.004 38.07 KiB 0.002 16 8 ['Debug'] 1 Removing {} parts from memory: Parts: [{}]
58. 307 0.004 37.51 KiB 0.002 15 8 ['Trace'] 1 Found {} old parts to remove. Parts: [{}]
59. 304 0.003 28.80 KiB 0.001 1 41 ['Trace'] 0.74 finalizeImpl WriteBufferFromS3. {}.
60. 300 0.003 35.30 KiB 0.001 39 39 ['Debug'] 0.013 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges
61. 258 0.003 18.03 KiB 0.001 1 23 ['Debug'] 0.147 Schedule load job '{}' into {}
62. 249 0.003 8.43 KiB 0 1 99 ['Debug'] 0.558 Spawn loader worker #{} in {}
63. 249 0.003 12.89 KiB 0.001 32 29 ['Trace'] 0.016 Spreading mark ranges among streams (default reading)
64. 249 0.003 16.74 KiB 0.001 1 95 ['Debug'] 1 Execute load job '{}' in {}
65. 246 0.003 16.90 KiB 0.001 1 92 ['Debug'] 1 Finish load job '{}' with status {}
66. 246 0.003 5.69 KiB 0 1 131 ['Debug'] 1 Stop worker in {}
67. 244 0.003 9.73 KiB 0 32 28 ['Debug'] 0.016 Reading approx. {} rows with {} streams
68. 226 0.003 6.65 KiB 0 10 99 ['Trace'] 0 Found (LEFT) boundary mark: {}
69. 226 0.003 15.47 KiB 0.001 10 99 ['Trace'] 0 Running binary search on index range for part {} ({} marks)
70. 226 0.003 6.88 KiB 0 10 99 ['Trace'] 0 Found (RIGHT) boundary mark: {}
71. 226 0.003 6.55 KiB 0 10 99 ['Trace'] 0 Found {} range in {} steps
72. 224 0.003 1.97 KiB 0 2 23 ['Trace'] 0.009 No tables
73. 224 0.003 7.06 KiB 0 1 28 ['Debug'] 0.018 min_marks_for_concurrent_read={}
74. 223 0.003 7.40 KiB 0 1 98 ['Debug'] 0.511 Change current priority: {} -> {}
75. 221 0.003 17.05 KiB 0.001 1 26 ['Trace'] 0 Query span trace_id for opentelemetry log: {}
76. 215 0.002 7.92 KiB 0 16 33 ['Debug'] 0 MinMax index condition: {}
77. 195 0.002 16.67 KiB 0.001 18 165 ['Trace'] 1 Scheduling next merge selecting task after {}ms, current attempt status: {}
78. 194 0.002 34.43 KiB 0.001 1 2 ['Trace'] 1 Creating part at path {}
79. 188 0.002 52.33 KiB 0.002 1 11 ['Trace'] 0 {}Keys: {}, datatype: {}, kind: {}, strictness: {}, right header: {}
80. 187 0.002 14.28 KiB 0.001 1 12 ['Trace'] 0.005 {}Join data is being destroyed, {} bytes and {} rows in hash table
81. 187 0.002 6.03 KiB 0 1 1 ['Trace'] 1 Received heartbeat for session #{}
82. 173 0.002 6.93 KiB 0 1 93 ['Trace'] 0 Converting aggregation data to two-level.
83. 163 0.002 18.62 KiB 0.001 21 68 ['Trace'] 0 Bypassing cache because file segment state is `PARTIALLY_DOWNLOADED_NO_CONTINUATION` and downloaded part already used
84. 160 0.002 12.36 KiB 0 1 18 ['Debug'] 0.2 Prioritize load job '{}': {} -> {}
85. 143 0.002 5.03 KiB 0 1 87 ['Trace'] 0.021 Converting aggregated data to blocks
86. 143 0.002 7.97 KiB 0 1 87 ['Debug'] 0.014 Read {} blocks of partially aggregated data, total {} rows.
87. 140 0.002 6.43 KiB 0 1 86 ['Trace'] 0 Merging partially aggregated single-level data.
88. 140 0.002 14.76 KiB 0.001 1 86 ['Debug'] 0 Converted aggregated data to blocks. {} rows, {} in {} sec. ({:.3f} rows/sec., {}/sec.)
89. 140 0.002 6.02 KiB 0 1 85 ['Trace'] 0 Reading blocks of partially aggregated data.
90. 140 0.002 6.29 KiB 0 1 86 ['Trace'] 0 Merged partially aggregated single-level data.
91. 139 0.002 17.18 KiB 0.001 1 119 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {}
92. 139 0.002 10.32 KiB 0 1 20 ['Debug'] 0 Waiting for table {} to be finally dropped
93. 137 0.002 26.27 KiB 0.001 1 117 ['Information'] 1 Removing metadata {} of dropped table {}
94. 136 0.002 9.89 KiB 0 1 30 ['Trace'] 0 The min valid primary key position for moving to the tail of PREWHERE is {}
95. 131 0.002 2.30 KiB 0 128 38 ['Debug'] 0.168 Loading data parts
96. 130 0.001 17.30 KiB 0.001 1 12 ['Debug'] 0 Before join block: '{}'
97. 130 0.001 29.74 KiB 0.001 1 12 ['Debug'] 0 After join block: '{}'
98. 128 0.001 2.88 KiB 0 1 83 ['Trace'] 0 Merging aggregated data
99. 126 0.001 2.09 KiB 0 1 107 ['Debug'] 1 Updated DNS cache
100. 126 0.001 3.92 KiB 0 19 7 ['Debug'] 0 Requested flush up to offset {}
Top messages without format string (fmt::runtime):
count pattern runtime_message line
1. 4 CodeDBExceptionReceivedfromlocal Code: 439. DB::Exception: Received from localhost:9000. DB::Exception: Cannot schedule a task: fault injected (threads=900, jobs=824). Stack trace:
0. /build/contrib/llvm-project/libcxx/include/exception:141: std::exception::capture() @ 0x000000000a8f8182 ('/executeQuery.cpp',218)
2. 4 CodeDBExceptionReceivedfromDBExc Code: 439. DB::Exception: Received from 127.0.0.2:9000. DB::Exception: Cannot schedule a task: fault injected (threads=807, jobs=779). Stack trace:
0. /build/contrib/llvm-project/libcxx/include/exception:141: std::exception::capture() @ 0x000000000a8f8182 ('/executeQuery.cpp',218)
3. 3 configatindexiscommittedprevconf config at index 1 is committed, prev config log idx 22 ('/LoggerWrapper.h',43)
4. 2 skippedconfiglatestconfig skipped config 1, latest config 22 ('/LoggerWrapper.h',43)
5. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43)
6. 1 newconfiglogidxprevlogidxcurconf new config log idx 411, prev log idx 22, cur config log idx 22, prev log idx 1 ('/LoggerWrapper.h',43)
7. 1 RaftASIOlistenerinitiatedonunsec Raft ASIO listener initiated on :::9234, unsecured ('/LoggerWrapper.h',43)
8. 1 newconfigurationlogidxprevlogidx new configuration: log idx 411, prev log idx 22
peer 1, DC ID 0, localhost:9234, voting member, 1
my id: 1, leader: 1, term: 3 ('/LoggerWrapper.h',43)
9. 1 parameterselectiontimeoutrangehe parameters: election timeout range 0 - 0, heartbeat 0, leadership expiry 0, max batch 100, backoff 50, snapshot distance 10000, enable randomized snapshot creation NO, log sync stop gap 99999, reserved logs 2147483647, client timeout 10000, auto forwarding ('/LoggerWrapper.h',43)
10. 1 VOTEINITmyidmyrolecandidateterml [VOTE INIT] my id 1, my role candidate, term 3, log idx 410, log term 2, priority (target 1 / mine 1) ('/LoggerWrapper.h',43)
11. 1 StartingClickHousealtinitystable Starting ClickHouse 24.3.12.76.altinitystable (revision: 54490, git hash: 552780245684c25bd4bd0689593fe37df0ea2aec, build id: D9FAA6DDDB0FFB2AB68A9A31CE572A71326CFB16), PID 2806 ('',0)
12. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43)
13. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43)
14. 1 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
0. /build/contrib/llvm-project/libcxx/include/exception:141: std::exception::capture() @ 0x000000 ('/Exception.cpp',222)
15. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43)
16. 1 newelectiontimeoutrange new election timeout range: 0 - 0 ('/LoggerWrapper.h',43)
17. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 410, last log index 410 ('/LoggerWrapper.h',43)
18. 1 peerDCIDlocalhostvotingmembermyi peer 1: DC ID 0, localhost:9234, voting member, 1
my id: 1, voting_member
num peers: 0 ('/LoggerWrapper.h',43)
19. 1 prevotetermisdifferentresetitto pre-vote term (0) is different, reset it to 2 ('/LoggerWrapper.h',43)
20. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 411 ('/LoggerWrapper.h',43)
21. 1 numberofpendingcommitelements number of pending commit elements: 0 ('/LoggerWrapper.h',43)
22. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43)
23. 1 startingup starting up ('',0)
24. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0)
25. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43)
26. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER ===
commit index 0
term 2
election timer allowed
log store start 1, end 410
config log idx 22, prev log idx 1
-- ASYNC REPLICATION -- ('/LoggerWrapper.h',43)
27. 1 detectaconfigurationchangethatis detect a configuration change that is not committed yet at index 1 ('/LoggerWrapper.h',43)
28. 1 PRIORITYdecaytargetmine [PRIORITY] decay, target 1 -> 1, mine 1 ('/LoggerWrapper.h',43)
29. 1 Currentlyassignedconfigisnewerth Currently assigned config is newer than some uncomitted config. This can only happen during startup or force recovery. If that is not the case, this is a bug. ('/LoggerWrapper.h',43)
30. 1 invalidelectiontimeoutlowerbound invalid election timeout lower bound detected, adjusted to 0 ('/LoggerWrapper.h',43)
Top messages not matching their format strings:
message_format_string count() any_message
1. {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 263 /var/lib/clickhouse/disks/s3/store/b5c/b5c1a781-0b5c-4dfb-bb23-0f220cedfbbd/tmp_insert_all_3_3_0/ is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) (skipped 1 similar messages)
2. 30 Forked a child process to watch
3. Query {} to stage {}{} 12 Query SELECT finalizeAggregation(uniqThetaUnion(__table1.a, __table1.b)) AS `finalizeAggregation(uniqThetaUnion(a, b))`, finalizeAggregation(__table1.a) AS `finalizeAggregation(a)`, finalizeAggregation(__table1.b) AS `finalizeAggregation(b)` FROM (SELECT _CAST(' \0\0̓\0\0\0\0\0\0\0d�\03@�N����$', 'AggregateFunction(uniqTheta, UInt8)') AS a, _CAST('(\0\0̓\0\0\0\0\0\0\0������N����$���\raug', 'AggregateFunction(uniqTheta, UInt8)') AS b FROM system.one AS __table2) AS __table1 to stage Complete
4. Query {} from stage {} to stage {}{} 12 Query (SELECT _CAST(' \0\0̓\0\0\0\0\0\0\0d�\03@�N����$', 'AggregateFunction(uniqTheta, UInt8)') AS a, _CAST('(\0\0̓\0\0\0\0\0\0\0������N����$���\raug', 'AggregateFunction(uniqTheta, UInt8)') AS b FROM system.one AS __table2) AS __table1 from stage FetchColumns to stage Complete
Top short messages:
c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
1. 6 {} Server was built in debug mode. It will work slowly. 26
2. 1 {}:{}: '{}' /build/src/Processors/Transforms/MergeJoinTransform.cpp:836: ' UInt32(size = 1) UInt32(size = 1) UInt32(size = 1)' 88
3. 1 Found {} on {} Found changelog_1_100000.bin on LocalLogDisk 18
Top messages by level:
(0.014825687238303294,'Cannot schedule a task: {} (threads={}, jobs={})') Error
(0.0012174585836519207,'WriteBufferFromS3 was neither finished nor aborted, try to abort upload in destructor. {}.') Warning
(0.04775395958492627,'WriteBufferFromS3 is not finalized in destructor. The file might not be written to S3. {}.') Information
(0.046013107591480064,'Reading {} marks from part {}, total {} rows starting from the beginning of the part') Debug
(0.04756053158565447,'Access granted: {}{}') Trace
2025-03-05 22:58:32,368 Stress test finished
+ echo -e 'Test script exit code\tOK\t\N\t'
+ rg -Fa 'No queries hung' /test_output/test_results.tsv
+ grep -Fa OK
No queries hung OK \N
+ stop_server
+ local max_tries=90
+ local check_hang=true
+ local pid
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ pid=2806
+ clickhouse stop --max-tries 90 --do-not-kill
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2806.
The process with pid = 2806 is running.
Sent terminate signal to process with pid 2806.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2806.
The process with pid = 2806 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2806.
The process with pid = 2806 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2806.
The process with pid = 2806 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2806.
The process with pid = 2806 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2806.
The process with pid = 2806 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2806.
The process with pid = 2806 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2806.
The process with pid = 2806 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2806.
The process with pid = 2806 does not exist.
Server stopped
+ return
+ mv /var/log/clickhouse-server/clickhouse-server.log /var/log/clickhouse-server/clickhouse-server.stress.log
+ unset THREAD_FUZZER_CPU_TIME_PERIOD_US THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY THREAD_FUZZER_SLEEP_PROBABILITY THREAD_FUZZER_SLEEP_TIME_US_MAX THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US_MAX THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US_MAX THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US_MAX THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US_MAX THREAD_POOL_FAULT_INJECTION
+ start_server
+ counter=0
+ max_attempt=120
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 0 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [05/Mar/2025:21:58:41 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [05/Mar/2025:21:58:41 +0000] "PUT /devstoreaccount1/cont/unwxmkjmqnunbzumnaeejefkpqysexlg?blockid=vvhrzrtdqtgdytxnmzrnkuihvdjugowrrkqfvmokzipkqtonngypxbocxuolvpkz&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:21:58:41 +0000] "PUT /devstoreaccount1/cont/unwxmkjmqnunbzumnaeejefkpqysexlg?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:21:58:41 +0000] "GET /devstoreaccount1/cont/unwxmkjmqnunbzumnaeejefkpqysexlg HTTP/1.1" 206 4
127.0.0.1 - - [05/Mar/2025:21:58:41 +0000] "GET /devstoreaccount1/cont/unwxmkjmqnunbzumnaeejefkpqysexlg HTTP/1.1" 206 2
127.0.0.1 - - [05/Mar/2025:21:58:41 +0000] "DELETE /devstoreaccount1/cont/unwxmkjmqnunbzumnaeejefkpqysexlg HTTP/1.1" 202 -
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 6 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=8
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=9
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 9 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=10
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR)
+ '[' 10 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [05/Mar/2025:21:59:01 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [05/Mar/2025:21:59:01 +0000] "PUT /devstoreaccount1/cont/djmeuzvekogurvlphjqskgkqfbbimjmd?blockid=mwrzyqitgywaqgruvleeazlbxeplitrfqgvmealrsuqdxidswoazowpgpkgezlxs&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:21:59:01 +0000] "PUT /devstoreaccount1/cont/djmeuzvekogurvlphjqskgkqfbbimjmd?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:21:59:01 +0000] "GET /devstoreaccount1/cont/djmeuzvekogurvlphjqskgkqfbbimjmd HTTP/1.1" 206 4
127.0.0.1 - - [05/Mar/2025:21:59:01 +0000] "GET /devstoreaccount1/cont/djmeuzvekogurvlphjqskgkqfbbimjmd HTTP/1.1" 206 2
127.0.0.1 - - [05/Mar/2025:21:59:01 +0000] "DELETE /devstoreaccount1/cont/djmeuzvekogurvlphjqskgkqfbbimjmd HTTP/1.1" 202 -
+ counter=11
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 11 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=12
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 12 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=13
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 13 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=14
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 14 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=15
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 15 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=16
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 16 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=17
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 17 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=18
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 18 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=19
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 19 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=20
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 20 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=21
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR)
+ '[' 21 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [05/Mar/2025:21:59:23 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [05/Mar/2025:21:59:23 +0000] "PUT /devstoreaccount1/cont/ytdxajmeblwtsepkpzakgeclxzaheiwi?blockid=qdvhkjxwsomobdkappsmbiepjgerzrngpciqdkamjyawzsyyxxxhoebbcvfsusca&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:21:59:23 +0000] "PUT /devstoreaccount1/cont/ytdxajmeblwtsepkpzakgeclxzaheiwi?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:21:59:23 +0000] "GET /devstoreaccount1/cont/ytdxajmeblwtsepkpzakgeclxzaheiwi HTTP/1.1" 206 4
127.0.0.1 - - [05/Mar/2025:21:59:23 +0000] "GET /devstoreaccount1/cont/ytdxajmeblwtsepkpzakgeclxzaheiwi HTTP/1.1" 206 2
127.0.0.1 - - [05/Mar/2025:21:59:23 +0000] "DELETE /devstoreaccount1/cont/ytdxajmeblwtsepkpzakgeclxzaheiwi HTTP/1.1" 202 -
+ counter=22
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 22 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=23
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 23 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=24
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 24 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=25
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 25 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=26
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 26 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=27
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 27 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=28
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 28 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=29
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 29 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=30
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 30 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=31
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 31 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=32
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR)
+ '[' 32 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=33
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 33 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [05/Mar/2025:21:59:47 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [05/Mar/2025:21:59:47 +0000] "PUT /devstoreaccount1/cont/neqaviwxrfpugypwiuzxpxyvlrhqgxcn?blockid=xrgymgqtncqnxhfluiiqgmaiwwuuxtlyuiuvsuocxlzcnvfrkhzyjwsinxjgkonc&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:21:59:47 +0000] "PUT /devstoreaccount1/cont/neqaviwxrfpugypwiuzxpxyvlrhqgxcn?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:21:59:47 +0000] "GET /devstoreaccount1/cont/neqaviwxrfpugypwiuzxpxyvlrhqgxcn HTTP/1.1" 206 4
127.0.0.1 - - [05/Mar/2025:21:59:47 +0000] "GET /devstoreaccount1/cont/neqaviwxrfpugypwiuzxpxyvlrhqgxcn HTTP/1.1" 206 2
127.0.0.1 - - [05/Mar/2025:21:59:47 +0000] "DELETE /devstoreaccount1/cont/neqaviwxrfpugypwiuzxpxyvlrhqgxcn HTTP/1.1" 202 -
+ counter=34
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 34 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=35
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 35 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=36
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 36 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=37
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 37 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=38
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 38 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=39
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 39 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=40
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 40 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=41
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 41 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=42
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 42 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=43
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 43 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=44
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 44 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=45
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR)
+ '[' 45 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [05/Mar/2025:22:00:11 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [05/Mar/2025:22:00:11 +0000] "PUT /devstoreaccount1/cont/hsszzrpqghczqmbwmydbdagojlavtvrl?blockid=ilpuasimjjaktlunjaceyckhujrmxjfzyhevebdhjxsvvwzcqvwwseadbktwtbru&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:22:00:11 +0000] "PUT /devstoreaccount1/cont/hsszzrpqghczqmbwmydbdagojlavtvrl?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:22:00:11 +0000] "GET /devstoreaccount1/cont/hsszzrpqghczqmbwmydbdagojlavtvrl HTTP/1.1" 206 4
127.0.0.1 - - [05/Mar/2025:22:00:11 +0000] "GET /devstoreaccount1/cont/hsszzrpqghczqmbwmydbdagojlavtvrl HTTP/1.1" 206 2
127.0.0.1 - - [05/Mar/2025:22:00:11 +0000] "DELETE /devstoreaccount1/cont/hsszzrpqghczqmbwmydbdagojlavtvrl HTTP/1.1" 202 -
+ counter=46
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 46 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=47
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 47 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=48
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 48 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=49
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 49 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=50
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 50 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=51
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 51 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=52
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 52 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=53
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 53 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=54
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 54 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=55
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 55 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=56
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 56 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=57
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR)
+ '[' 57 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [05/Mar/2025:22:00:34 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [05/Mar/2025:22:00:34 +0000] "PUT /devstoreaccount1/cont/oozfiswexphimsfwwdtgjndifijcmnyc?blockid=vvhovprutkbathywzzmoyuiukjipvkfheucyejokyitgcmtzqklqsewaflnycufv&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:22:00:34 +0000] "PUT /devstoreaccount1/cont/oozfiswexphimsfwwdtgjndifijcmnyc?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:22:00:34 +0000] "GET /devstoreaccount1/cont/oozfiswexphimsfwwdtgjndifijcmnyc HTTP/1.1" 206 4
127.0.0.1 - - [05/Mar/2025:22:00:34 +0000] "GET /devstoreaccount1/cont/oozfiswexphimsfwwdtgjndifijcmnyc HTTP/1.1" 206 2
127.0.0.1 - - [05/Mar/2025:22:00:34 +0000] "DELETE /devstoreaccount1/cont/oozfiswexphimsfwwdtgjndifijcmnyc HTTP/1.1" 202 -
+ counter=58
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 58 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=59
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 59 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=60
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 60 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=61
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 61 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=62
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 62 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=63
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 63 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=64
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 64 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=65
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 65 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=66
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 66 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=67
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 67 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=68
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR)
+ '[' 68 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [05/Mar/2025:22:00:57 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [05/Mar/2025:22:00:57 +0000] "PUT /devstoreaccount1/cont/hwsfvntjfdursnqnzvvmkkmabrxqxrde?blockid=bbluiukizxdvzzgspdcqoothfsumeonipxpwmljfkalchpcwbwmdqhchpyrtapnc&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:22:00:57 +0000] "PUT /devstoreaccount1/cont/hwsfvntjfdursnqnzvvmkkmabrxqxrde?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:22:00:57 +0000] "GET /devstoreaccount1/cont/hwsfvntjfdursnqnzvvmkkmabrxqxrde HTTP/1.1" 206 4
127.0.0.1 - - [05/Mar/2025:22:00:57 +0000] "GET /devstoreaccount1/cont/hwsfvntjfdursnqnzvvmkkmabrxqxrde HTTP/1.1" 206 2
127.0.0.1 - - [05/Mar/2025:22:00:57 +0000] "DELETE /devstoreaccount1/cont/hwsfvntjfdursnqnzvvmkkmabrxqxrde HTTP/1.1" 202 -
+ counter=69
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 69 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=70
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 70 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=71
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 71 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=72
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 72 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=73
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 73 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=74
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 74 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=75
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 75 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=76
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 76 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=77
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 77 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=78
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 78 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=79
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR)
+ '[' 79 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [05/Mar/2025:22:01:19 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [05/Mar/2025:22:01:19 +0000] "PUT /devstoreaccount1/cont/udfxqhjflxgcntqszzuxqwqgfrpsuxya?blockid=uenbrpjnrlxbdyubseycfdxgvlonsevebrzzwvbqmakmkyhmlkustijnihdilgig&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:22:01:19 +0000] "PUT /devstoreaccount1/cont/udfxqhjflxgcntqszzuxqwqgfrpsuxya?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:22:01:19 +0000] "GET /devstoreaccount1/cont/udfxqhjflxgcntqszzuxqwqgfrpsuxya HTTP/1.1" 206 4
127.0.0.1 - - [05/Mar/2025:22:01:19 +0000] "GET /devstoreaccount1/cont/udfxqhjflxgcntqszzuxqwqgfrpsuxya HTTP/1.1" 206 2
127.0.0.1 - - [05/Mar/2025:22:01:19 +0000] "DELETE /devstoreaccount1/cont/udfxqhjflxgcntqszzuxqwqgfrpsuxya HTTP/1.1" 202 -
+ counter=80
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 80 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=81
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 81 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=82
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 82 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=83
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 83 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=84
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 84 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=85
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 85 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=86
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 86 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=87
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 87 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=88
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 88 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=89
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 89 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=90
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR)
+ '[' 90 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [05/Mar/2025:22:01:40 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [05/Mar/2025:22:01:40 +0000] "PUT /devstoreaccount1/cont/odtsoudhifhfeoqixvejbpanwtzfefio?blockid=txahdetsvtkreeovjnnongljneacvijrvqotqcevdctfzmajewifpmlabfpmjtzv&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:22:01:40 +0000] "PUT /devstoreaccount1/cont/odtsoudhifhfeoqixvejbpanwtzfefio?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:22:01:40 +0000] "GET /devstoreaccount1/cont/odtsoudhifhfeoqixvejbpanwtzfefio HTTP/1.1" 206 4
127.0.0.1 - - [05/Mar/2025:22:01:40 +0000] "GET /devstoreaccount1/cont/odtsoudhifhfeoqixvejbpanwtzfefio HTTP/1.1" 206 2
127.0.0.1 - - [05/Mar/2025:22:01:40 +0000] "DELETE /devstoreaccount1/cont/odtsoudhifhfeoqixvejbpanwtzfefio HTTP/1.1" 202 -
+ counter=91
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 91 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=92
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 92 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=93
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 93 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=94
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 94 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=95
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 95 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=96
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 96 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=97
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 97 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=98
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 98 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=99
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 99 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=100
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 100 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=101
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR)
+ '[' 101 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [05/Mar/2025:22:02:02 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [05/Mar/2025:22:02:02 +0000] "PUT /devstoreaccount1/cont/nwcvyfltkhohdzwoxvqmygcdeqpoxsol?blockid=gwijshhlyabxyntrxcrrivsjthnvduxnnrkbfkmforkbduwefdgubpepwdcuvyso&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:22:02:02 +0000] "PUT /devstoreaccount1/cont/nwcvyfltkhohdzwoxvqmygcdeqpoxsol?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:22:02:02 +0000] "GET /devstoreaccount1/cont/nwcvyfltkhohdzwoxvqmygcdeqpoxsol HTTP/1.1" 206 4
127.0.0.1 - - [05/Mar/2025:22:02:02 +0000] "GET /devstoreaccount1/cont/nwcvyfltkhohdzwoxvqmygcdeqpoxsol HTTP/1.1" 206 2
127.0.0.1 - - [05/Mar/2025:22:02:02 +0000] "DELETE /devstoreaccount1/cont/nwcvyfltkhohdzwoxvqmygcdeqpoxsol HTTP/1.1" 202 -
+ counter=102
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 102 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=103
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 103 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=104
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 104 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=105
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 105 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=106
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 106 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=107
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 107 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=108
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 108 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=109
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 109 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=110
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 110 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=111
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 111 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=112
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR)
+ '[' 112 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=113
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 113 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [05/Mar/2025:22:02:25 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [05/Mar/2025:22:02:25 +0000] "PUT /devstoreaccount1/cont/jgphmcouugkdqyknksgrxcrzjxitjurk?blockid=blwirxfpiimhjoqmrdtxufaqxzmknrvgzumcywgpzdzsgoqixkzfvtavcvsoascz&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:22:02:25 +0000] "PUT /devstoreaccount1/cont/jgphmcouugkdqyknksgrxcrzjxitjurk?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:22:02:25 +0000] "GET /devstoreaccount1/cont/jgphmcouugkdqyknksgrxcrzjxitjurk HTTP/1.1" 206 4
127.0.0.1 - - [05/Mar/2025:22:02:25 +0000] "GET /devstoreaccount1/cont/jgphmcouugkdqyknksgrxcrzjxitjurk HTTP/1.1" 206 2
127.0.0.1 - - [05/Mar/2025:22:02:25 +0000] "DELETE /devstoreaccount1/cont/jgphmcouugkdqyknksgrxcrzjxitjurk HTTP/1.1" 202 -
+ counter=114
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 114 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=115
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 115 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=116
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 116 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=117
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 117 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=118
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 118 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=119
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 119 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=120
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 120 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=121
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Cannot start clickhouse-server
+ '[' 121 -gt 120 ']'
+ echo 'Cannot start clickhouse-server'
+ rg --text '.*Application' /var/log/clickhouse-server/clickhouse-server.log
++ trim_server_logs application_errors.txt
++ head -n 100 /test_output/application_errors.txt
++ grep -Eo ' \[ [0-9]+ \] \{.*'
++ escaped
++ clickhouse local -S 's String' --input-format=LineAsString -q 'select substr(s, 1, 300)
from table format CustomSeparated settings format_custom_row_after_delimiter='\''\\\\n'\'''
+ echo -e 'Cannot start clickhouse-server\tFAIL\t\N\t [ 11589 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table 01056_window_view_proc_hop_watch.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table 01056_window_view_proc_hop_watch.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new \\n [ 12435 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table 01056_window_view_proc_hop_watch.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table 01056_window_view_proc_hop_watch.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new \\n [ 13287 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table 01056_window_view_proc_hop_watch.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table 01056_window_view_proc_hop_watch.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new \\n [ 14134 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table 01056_window_view_proc_hop_watch.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table 01056_window_view_proc_hop_watch.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new \\n [ 14981 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table 01056_window_view_proc_hop_watch.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table 01056_window_view_proc_hop_watch.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new \\n [ 15842 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table 01056_window_view_proc_hop_watch.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table 01056_window_view_proc_hop_watch.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new \\n [ 16727 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table 01056_window_view_proc_hop_watch.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table 01056_window_view_proc_hop_watch.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new \\n [ 17581 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table 01056_window_view_proc_hop_watch.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table 01056_window_view_proc_hop_watch.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new \\n [ 18413 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table 01056_window_view_proc_hop_watch.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table 01056_window_view_proc_hop_watch.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new \\n [ 19247 ] {} Application: Code: 696. DB::Exception: Load job \'\''startup table 01056_window_view_proc_hop_watch.wv\'\'' -> Code: 695. DB::Exception: Load job \'\''load table 01056_window_view_proc_hop_watch.wv\'\'' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new \\n'
+ cat /var/log/clickhouse-server/stdout.log
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 20096.
The process with pid = 20096 is already running.
+ tail -n100 /var/log/clickhouse-server/stderr.log
Logging trace to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging trace to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
Logging test to /var/log/clickhouse-server/clickhouse-server.log
Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
+ rg -F -v -e ' RaftInstance:' -e ' RaftInstance'
+ tail -n100000 /var/log/clickhouse-server/clickhouse-server.log
+ tail -n100
2025.03.05 23:02:34.536681 [ 20859 ] {} ReadBufferFromRemoteFSGather: Reading from file: test/mzw/aiyuxgdasvcllzokkbnvttiimizez (store/1de/1debc995-8692-4c42-954c-57d52f901198/202503_67_67_0/serialization.json)
2025.03.05 23:02:34.536737 [ 20879 ] {} ReadBufferFromRemoteFSGather: Reading from file: test/uch/ncrhtisqycghosbhawdzxbxskolwt (store/1de/1debc995-8692-4c42-954c-57d52f901198/202503_68_68_0/serialization.json)
2025.03.05 23:02:34.536782 [ 20840 ] {} CachedOnDiskReadBufferFromFile(e3c85be8dcaf302ff915ff6b5d83cb21): Key: e3c85be8dcaf302ff915ff6b5d83cb21. Returning with 657 bytes, buffer position: 0 (offset: 0, predownloaded: 0), buffer available: 657, current range: [0, 656], file offset of buffer end: 657, file segment state: DOWNLOADED, current write offset: 657, read_type: CACHED, reading until position: 657, started with offset: 0, remaining ranges: [0, 656]
2025.03.05 23:02:34.536818 [ 20892 ] {} CachedOnDiskReadBufferFromFile(c1e7d553b285dac5e92338401ebf33dd): Current read type: CACHED, read offset: 0, impl offset: 0, impl position: 0, file segment: File segment: [0, 44214], key: c1e7d553b285dac5e92338401ebf33dd, state: DOWNLOADED, downloaded size: 44215, reserved size: 44215, downloader id: None, current write offset: 44215, caller id: None:OutdatedParts:20892, kind: Regular, unbound: 0
2025.03.05 23:02:34.536848 [ 20859 ] {} CachedOnDiskReadBufferFromFile(66ef4515aaa8cddfce6c39480ac4a29b): Reset state for seek to position 0
2025.03.05 23:02:34.536899 [ 20879 ] {} CachedOnDiskReadBufferFromFile(fee89c2c7219701716f1464efa638e22): Reset state for seek to position 0
2025.03.05 23:02:34.536931 [ 20892 ] {} CachedOnDiskReadBufferFromFile(c1e7d553b285dac5e92338401ebf33dd): Read 44215 bytes, read type CACHED, file offset: 0, impl offset: 44215/44215, impl position: 0, segment: [0, 44214]
2025.03.05 23:02:34.536987 [ 20859 ] {} CachedOnDiskReadBufferFromFile(66ef4515aaa8cddfce6c39480ac4a29b): Having 1 file segments to read: [0, 90215], current offset: 0
2025.03.05 23:02:34.537013 [ 20879 ] {} CachedOnDiskReadBufferFromFile(fee89c2c7219701716f1464efa638e22): Having 1 file segments to read: [0, 90225], current offset: 0
2025.03.05 23:02:34.537032 [ 20892 ] {} CachedOnDiskReadBufferFromFile(c1e7d553b285dac5e92338401ebf33dd): Key: c1e7d553b285dac5e92338401ebf33dd. Returning with 44215 bytes, buffer position: 0 (offset: 0, predownloaded: 0), buffer available: 44215, current range: [0, 44214], file offset of buffer end: 44215, file segment state: DOWNLOADED, current write offset: 44215, read_type: CACHED, reading until position: 44215, started with offset: 0, remaining ranges: [0, 44214]
2025.03.05 23:02:34.537236 [ 20859 ] {} CachedOnDiskReadBufferFromFile(66ef4515aaa8cddfce6c39480ac4a29b): Current read type: CACHED, read offset: 0, impl read range: 0, file segment: File segment: [0, 90215], key: 66ef4515aaa8cddfce6c39480ac4a29b, state: DOWNLOADED, downloaded size: 90216, reserved size: 90216, downloader id: None, current write offset: 90216, caller id: None:OutdatedParts:20859, kind: Regular, unbound: 0
2025.03.05 23:02:34.537254 [ 20879 ] {} CachedOnDiskReadBufferFromFile(fee89c2c7219701716f1464efa638e22): Current read type: CACHED, read offset: 0, impl read range: 0, file segment: File segment: [0, 90225], key: fee89c2c7219701716f1464efa638e22, state: DOWNLOADED, downloaded size: 90226, reserved size: 90226, downloader id: None, current write offset: 90226, caller id: None:OutdatedParts:20879, kind: Regular, unbound: 0
2025.03.05 23:02:34.537282 [ 20864 ] {} ReadBufferFromRemoteFSGather: Reading from file: test/fwz/nbviloiegzmintufoqkfjijsetuyp (store/eca/eca2e068-f817-4cd0-b4bb-4c92546607ab/202503_181_181_0/metadata_version.txt)
2025.03.05 23:02:34.537398 [ 20859 ] {} CachedOnDiskReadBufferFromFile(66ef4515aaa8cddfce6c39480ac4a29b): Current read type: CACHED, read offset: 0, impl offset: 0, impl position: 0, file segment: File segment: [0, 90215], key: 66ef4515aaa8cddfce6c39480ac4a29b, state: DOWNLOADED, downloaded size: 90216, reserved size: 90216, downloader id: None, current write offset: 90216, caller id: None:OutdatedParts:20859, kind: Regular, unbound: 0
2025.03.05 23:02:34.537442 [ 20864 ] {} CachedOnDiskReadBufferFromFile(d357206d06de912eaa73ef0d46b08ff9): Reset state for seek to position 0
2025.03.05 23:02:34.537443 [ 20879 ] {} CachedOnDiskReadBufferFromFile(fee89c2c7219701716f1464efa638e22): Current read type: CACHED, read offset: 0, impl offset: 0, impl position: 0, file segment: File segment: [0, 90225], key: fee89c2c7219701716f1464efa638e22, state: DOWNLOADED, downloaded size: 90226, reserved size: 90226, downloader id: None, current write offset: 90226, caller id: None:OutdatedParts:20879, kind: Regular, unbound: 0
2025.03.05 23:02:34.537517 [ 20859 ] {} CachedOnDiskReadBufferFromFile(66ef4515aaa8cddfce6c39480ac4a29b): Read 90216 bytes, read type CACHED, file offset: 0, impl offset: 90216/90216, impl position: 0, segment: [0, 90215]
2025.03.05 23:02:34.537554 [ 20864 ] {} CachedOnDiskReadBufferFromFile(d357206d06de912eaa73ef0d46b08ff9): Having 1 file segments to read: [0, 0], current offset: 0
2025.03.05 23:02:34.537647 [ 20859 ] {} CachedOnDiskReadBufferFromFile(66ef4515aaa8cddfce6c39480ac4a29b): Key: 66ef4515aaa8cddfce6c39480ac4a29b. Returning with 90216 bytes, buffer position: 0 (offset: 0, predownloaded: 0), buffer available: 90216, current range: [0, 90215], file offset of buffer end: 90216, file segment state: DOWNLOADED, current write offset: 90216, read_type: CACHED, reading until position: 90216, started with offset: 0, remaining ranges: [0, 90215]
2025.03.05 23:02:34.537809 [ 20864 ] {} CachedOnDiskReadBufferFromFile(d357206d06de912eaa73ef0d46b08ff9): Current read type: CACHED, read offset: 0, impl read range: 0, file segment: File segment: [0, 0], key: d357206d06de912eaa73ef0d46b08ff9, state: DOWNLOADED, downloaded size: 1, reserved size: 1, downloader id: None, current write offset: 1, caller id: None:OutdatedParts:20864, kind: Regular, unbound: 0
2025.03.05 23:02:34.537963 [ 20864 ] {} CachedOnDiskReadBufferFromFile(d357206d06de912eaa73ef0d46b08ff9): Current read type: CACHED, read offset: 0, impl offset: 0, impl position: 0, file segment: File segment: [0, 0], key: d357206d06de912eaa73ef0d46b08ff9, state: DOWNLOADED, downloaded size: 1, reserved size: 1, downloader id: None, current write offset: 1, caller id: None:OutdatedParts:20864, kind: Regular, unbound: 0
2025.03.05 23:02:34.538067 [ 20864 ] {} CachedOnDiskReadBufferFromFile(d357206d06de912eaa73ef0d46b08ff9): Read 1 bytes, read type CACHED, file offset: 0, impl offset: 1/1, impl position: 0, segment: [0, 0]
2025.03.05 23:02:34.538164 [ 20864 ] {} CachedOnDiskReadBufferFromFile(d357206d06de912eaa73ef0d46b08ff9): Key: d357206d06de912eaa73ef0d46b08ff9. Returning with 1 bytes, buffer position: 0 (offset: 0, predownloaded: 0), buffer available: 1, current range: [0, 0], file offset of buffer end: 1, file segment state: DOWNLOADED, current write offset: 1, read_type: CACHED, reading until position: 1, started with offset: 0, remaining ranges: [0, 0]
2025.03.05 23:02:34.538913 [ 20882 ] {} ReadBufferFromRemoteFSGather: Reading from file: test/pde/dccatfntbqaqbtgvfpynzyzxbjcaq (store/d6e/d6e34560-791e-4c8b-afed-219ccdbc3d94/202503_303_303_0/default_compression_codec.txt)
2025.03.05 23:02:34.539141 [ 20877 ] {} system.text_log (d6e34560-791e-4c8b-afed-219ccdbc3d94): Loading Outdated part 202503_300_300_0 from disk s3
2025.03.05 23:02:34.536374 [ 20872 ] {} CachedOnDiskReadBufferFromFile(bdf9181bc777bbeaaca864e921e94a9b): Current read type: CACHED, read offset: 0, impl read range: 0, file segment: File segment: [0, 79], key: bdf9181bc777bbeaaca864e921e94a9b, state: DOWNLOADED, downloaded size: 80, reserved size: 80, downloader id: None, current write offset: 80, caller id: None:OutdatedParts:20872, kind: Regular, unbound: 0
2025.03.05 23:02:34.539437 [ 20872 ] {} CachedOnDiskReadBufferFromFile(bdf9181bc777bbeaaca864e921e94a9b): Current read type: CACHED, read offset: 0, impl offset: 0, impl position: 0, file segment: File segment: [0, 79], key: bdf9181bc777bbeaaca864e921e94a9b, state: DOWNLOADED, downloaded size: 80, reserved size: 80, downloader id: None, current write offset: 80, caller id: None:OutdatedParts:20872, kind: Regular, unbound: 0
2025.03.05 23:02:34.539544 [ 20872 ] {} CachedOnDiskReadBufferFromFile(bdf9181bc777bbeaaca864e921e94a9b): Read 80 bytes, read type CACHED, file offset: 0, impl offset: 80/80, impl position: 0, segment: [0, 79]
2025.03.05 23:02:34.539658 [ 20872 ] {} CachedOnDiskReadBufferFromFile(bdf9181bc777bbeaaca864e921e94a9b): Key: bdf9181bc777bbeaaca864e921e94a9b. Returning with 80 bytes, buffer position: 0 (offset: 0, predownloaded: 0), buffer available: 80, current range: [0, 79], file offset of buffer end: 80, file segment state: DOWNLOADED, current write offset: 80, read_type: CACHED, reading until position: 80, started with offset: 0, remaining ranges: [0, 79]
2025.03.05 23:02:34.540191 [ 20864 ] {} ReadBufferFromRemoteFSGather: Reading from file: test/jou/hkeaznznhoyjqkpraxljjhivcdphi (store/eca/eca2e068-f817-4cd0-b4bb-4c92546607ab/202503_181_181_0/checksums.txt)
2025.03.05 23:02:34.540345 [ 20864 ] {} CachedOnDiskReadBufferFromFile(c3f11347d5d5142774be8341ff03e665): Reset state for seek to position 0
2025.03.05 23:02:34.540456 [ 20864 ] {} CachedOnDiskReadBufferFromFile(c3f11347d5d5142774be8341ff03e665): Having 1 file segments to read: [0, 360], current offset: 0
2025.03.05 23:02:34.540704 [ 20864 ] {} CachedOnDiskReadBufferFromFile(c3f11347d5d5142774be8341ff03e665): Current read type: CACHED, read offset: 0, impl read range: 0, file segment: File segment: [0, 360], key: c3f11347d5d5142774be8341ff03e665, state: DOWNLOADED, downloaded size: 361, reserved size: 361, downloader id: None, current write offset: 361, caller id: None:OutdatedParts:20864, kind: Regular, unbound: 0
2025.03.05 23:02:34.540858 [ 20864 ] {} CachedOnDiskReadBufferFromFile(c3f11347d5d5142774be8341ff03e665): Current read type: CACHED, read offset: 0, impl offset: 0, impl position: 0, file segment: File segment: [0, 360], key: c3f11347d5d5142774be8341ff03e665, state: DOWNLOADED, downloaded size: 361, reserved size: 361, downloader id: None, current write offset: 361, caller id: None:OutdatedParts:20864, kind: Regular, unbound: 0
2025.03.05 23:02:34.540890 [ 20877 ] {} ReadBufferFromRemoteFSGather: Reading from file: test/hrm/yfojwxbsmfboivktfhjdlnfmerpvu (store/d6e/d6e34560-791e-4c8b-afed-219ccdbc3d94/202503_300_300_0/columns.txt)
2025.03.05 23:02:34.540963 [ 20864 ] {} CachedOnDiskReadBufferFromFile(c3f11347d5d5142774be8341ff03e665): Read 361 bytes, read type CACHED, file offset: 0, impl offset: 361/361, impl position: 0, segment: [0, 360]
2025.03.05 23:02:34.541045 [ 20877 ] {} CachedOnDiskReadBufferFromFile(1e3661145f44ec308f0e25de3fbca349): Reset state for seek to position 0
2025.03.05 23:02:34.541066 [ 20864 ] {} CachedOnDiskReadBufferFromFile(c3f11347d5d5142774be8341ff03e665): Key: c3f11347d5d5142774be8341ff03e665. Returning with 361 bytes, buffer position: 0 (offset: 0, predownloaded: 0), buffer available: 361, current range: [0, 360], file offset of buffer end: 361, file segment state: DOWNLOADED, current write offset: 361, read_type: CACHED, reading until position: 361, started with offset: 0, remaining ranges: [0, 360]
2025.03.05 23:02:34.541161 [ 20877 ] {} CachedOnDiskReadBufferFromFile(1e3661145f44ec308f0e25de3fbca349): Having 1 file segments to read: [0, 544], current offset: 0
2025.03.05 23:02:34.541400 [ 20877 ] {} CachedOnDiskReadBufferFromFile(1e3661145f44ec308f0e25de3fbca349): Current read type: CACHED, read offset: 0, impl read range: 0, file segment: File segment: [0, 544], key: 1e3661145f44ec308f0e25de3fbca349, state: DOWNLOADED, downloaded size: 545, reserved size: 545, downloader id: None, current write offset: 545, caller id: None:OutdatedParts:20877, kind: Regular, unbound: 0
2025.03.05 23:02:34.541567 [ 20877 ] {} CachedOnDiskReadBufferFromFile(1e3661145f44ec308f0e25de3fbca349): Current read type: CACHED, read offset: 0, impl offset: 0, impl position: 0, file segment: File segment: [0, 544], key: 1e3661145f44ec308f0e25de3fbca349, state: DOWNLOADED, downloaded size: 545, reserved size: 545, downloader id: None, current write offset: 545, caller id: None:OutdatedParts:20877, kind: Regular, unbound: 0
2025.03.05 23:02:34.541687 [ 20877 ] {} CachedOnDiskReadBufferFromFile(1e3661145f44ec308f0e25de3fbca349): Read 545 bytes, read type CACHED, file offset: 0, impl offset: 545/545, impl position: 0, segment: [0, 544]
2025.03.05 23:02:34.541787 [ 20877 ] {} CachedOnDiskReadBufferFromFile(1e3661145f44ec308f0e25de3fbca349): Key: 1e3661145f44ec308f0e25de3fbca349. Returning with 545 bytes, buffer position: 0 (offset: 0, predownloaded: 0), buffer available: 545, current range: [0, 544], file offset of buffer end: 545, file segment state: DOWNLOADED, current write offset: 545, read_type: CACHED, reading until position: 545, started with offset: 0, remaining ranges: [0, 544]
2025.03.05 23:02:34.541928 [ 20864 ] {} ReadBufferFromRemoteFSGather: Reading from file: test/ife/xeinydeuiuirxydzcuptekniwcvjn (store/eca/eca2e068-f817-4cd0-b4bb-4c92546607ab/202503_181_181_0/data.cmrk3)
2025.03.05 23:02:34.542078 [ 20864 ] {} CachedOnDiskReadBufferFromFile(c644442e20a6a2776e3aa8970f4106e7): Reset state for seek to position 0
2025.03.05 23:02:34.542191 [ 20864 ] {} CachedOnDiskReadBufferFromFile(c644442e20a6a2776e3aa8970f4106e7): Having 1 file segments to read: [0, 102], current offset: 0
2025.03.05 23:02:34.542425 [ 20864 ] {} CachedOnDiskReadBufferFromFile(c644442e20a6a2776e3aa8970f4106e7): Current read type: CACHED, read offset: 0, impl read range: 0, file segment: File segment: [0, 102], key: c644442e20a6a2776e3aa8970f4106e7, state: DOWNLOADED, downloaded size: 103, reserved size: 103, downloader id: None, current write offset: 103, caller id: None:OutdatedParts:20864, kind: Regular, unbound: 0
2025.03.05 23:02:34.542576 [ 20864 ] {} CachedOnDiskReadBufferFromFile(c644442e20a6a2776e3aa8970f4106e7): Current read type: CACHED, read offset: 0, impl offset: 0, impl position: 0, file segment: File segment: [0, 102], key: c644442e20a6a2776e3aa8970f4106e7, state: DOWNLOADED, downloaded size: 103, reserved size: 103, downloader id: None, current write offset: 103, caller id: None:OutdatedParts:20864, kind: Regular, unbound: 0
2025.03.05 23:02:34.542694 [ 20864 ] {} CachedOnDiskReadBufferFromFile(c644442e20a6a2776e3aa8970f4106e7): Read 103 bytes, read type CACHED, file offset: 0, impl offset: 103/103, impl position: 0, segment: [0, 102]
2025.03.05 23:02:34.542792 [ 20864 ] {} CachedOnDiskReadBufferFromFile(c644442e20a6a2776e3aa8970f4106e7): Key: c644442e20a6a2776e3aa8970f4106e7. Returning with 103 bytes, buffer position: 0 (offset: 0, predownloaded: 0), buffer available: 103, current range: [0, 102], file offset of buffer end: 103, file segment state: DOWNLOADED, current write offset: 103, read_type: CACHED, reading until position: 103, started with offset: 0, remaining ranges: [0, 102]
2025.03.05 23:02:34.543037 [ 20872 ] {} ReadBufferFromRemoteFSGather: Reading from file: test/ibd/weuroruatyojgotyntktwioqujxtv (store/eca/eca2e068-f817-4cd0-b4bb-4c92546607ab/202503_182_182_0/default_compression_codec.txt)
2025.03.05 23:02:34.543192 [ 20872 ] {} CachedOnDiskReadBufferFromFile(4e7f60938387b8e8a7513038273b716a): Reset state for seek to position 0
2025.03.05 23:02:34.543303 [ 20872 ] {} CachedOnDiskReadBufferFromFile(4e7f60938387b8e8a7513038273b716a): Having 1 file segments to read: [0, 9], current offset: 0
2025.03.05 23:02:34.543535 [ 20872 ] {} CachedOnDiskReadBufferFromFile(4e7f60938387b8e8a7513038273b716a): Current read type: CACHED, read offset: 0, impl read range: 0, file segment: File segment: [0, 9], key: 4e7f60938387b8e8a7513038273b716a, state: DOWNLOADED, downloaded size: 10, reserved size: 10, downloader id: None, current write offset: 10, caller id: None:OutdatedParts:20872, kind: Regular, unbound: 0
2025.03.05 23:02:34.543713 [ 20864 ] {} ReadBufferFromRemoteFSGather: Reading from file: test/lfm/jwwbcidfviezfdkoqsekcnrbbaevr (store/eca/eca2e068-f817-4cd0-b4bb-4c92546607ab/202503_181_181_0/count.txt)
2025.03.05 23:02:34.543811 [ 20837 ] {} ReadBufferFromRemoteFSGather: Reading from file: test/jko/zlcrgmmcpzlaxiwdkhtoxxamokpex (store/d6e/d6e34560-791e-4c8b-afed-219ccdbc3d94/202503_301_301_0/columns.txt)
2025.03.05 23:02:34.543871 [ 20864 ] {} CachedOnDiskReadBufferFromFile(24589027cb28213110df4146634fd878): Reset state for seek to position 0
2025.03.05 23:02:34.543961 [ 20837 ] {} CachedOnDiskReadBufferFromFile(5271c05ba0f78a09c06982a07baab35f): Reset state for seek to position 0
2025.03.05 23:02:34.544031 [ 20864 ] {} CachedOnDiskReadBufferFromFile(24589027cb28213110df4146634fd878): Having 1 file segments to read: [0, 2], current offset: 0
2025.03.05 23:02:34.544103 [ 20837 ] {} CachedOnDiskReadBufferFromFile(5271c05ba0f78a09c06982a07baab35f): Having 1 file segments to read: [0, 544], current offset: 0
2025.03.05 23:02:34.544271 [ 20864 ] {} CachedOnDiskReadBufferFromFile(24589027cb28213110df4146634fd878): Current read type: CACHED, read offset: 0, impl read range: 0, file segment: File segment: [0, 2], key: 24589027cb28213110df4146634fd878, state: DOWNLOADED, downloaded size: 3, reserved size: 3, downloader id: None, current write offset: 3, caller id: None:OutdatedParts:20864, kind: Regular, unbound: 0
2025.03.05 23:02:34.544338 [ 20837 ] {} CachedOnDiskReadBufferFromFile(5271c05ba0f78a09c06982a07baab35f): Current read type: CACHED, read offset: 0, impl read range: 0, file segment: File segment: [0, 544], key: 5271c05ba0f78a09c06982a07baab35f, state: DOWNLOADED, downloaded size: 545, reserved size: 545, downloader id: None, current write offset: 545, caller id: None:OutdatedParts:20837, kind: Regular, unbound: 0
2025.03.05 23:02:34.544425 [ 20864 ] {} CachedOnDiskReadBufferFromFile(24589027cb28213110df4146634fd878): Current read type: CACHED, read offset: 0, impl offset: 0, impl position: 0, file segment: File segment: [0, 2], key: 24589027cb28213110df4146634fd878, state: DOWNLOADED, downloaded size: 3, reserved size: 3, downloader id: None, current write offset: 3, caller id: None:OutdatedParts:20864, kind: Regular, unbound: 0
2025.03.05 23:02:34.544513 [ 20837 ] {} CachedOnDiskReadBufferFromFile(5271c05ba0f78a09c06982a07baab35f): Current read type: CACHED, read offset: 0, impl offset: 0, impl position: 0, file segment: File segment: [0, 544], key: 5271c05ba0f78a09c06982a07baab35f, state: DOWNLOADED, downloaded size: 545, reserved size: 545, downloader id: None, current write offset: 545, caller id: None:OutdatedParts:20837, kind: Regular, unbound: 0
2025.03.05 23:02:34.544532 [ 20864 ] {} CachedOnDiskReadBufferFromFile(24589027cb28213110df4146634fd878): Read 3 bytes, read type CACHED, file offset: 0, impl offset: 3/3, impl position: 0, segment: [0, 2]
2025.03.05 23:02:34.544637 [ 20837 ] {} CachedOnDiskReadBufferFromFile(5271c05ba0f78a09c06982a07baab35f): Read 545 bytes, read type CACHED, file offset: 0, impl offset: 545/545, impl position: 0, segment: [0, 544]
2025.03.05 23:02:34.544647 [ 20864 ] {} CachedOnDiskReadBufferFromFile(24589027cb28213110df4146634fd878): Key: 24589027cb28213110df4146634fd878. Returning with 3 bytes, buffer position: 0 (offset: 0, predownloaded: 0), buffer available: 3, current range: [0, 2], file offset of buffer end: 3, file segment state: DOWNLOADED, current write offset: 3, read_type: CACHED, reading until position: 3, started with offset: 0, remaining ranges: [0, 2]
2025.03.05 23:02:34.544737 [ 20837 ] {} CachedOnDiskReadBufferFromFile(5271c05ba0f78a09c06982a07baab35f): Key: 5271c05ba0f78a09c06982a07baab35f. Returning with 545 bytes, buffer position: 0 (offset: 0, predownloaded: 0), buffer available: 545, current range: [0, 544], file offset of buffer end: 545, file segment state: DOWNLOADED, current write offset: 545, read_type: CACHED, reading until position: 545, started with offset: 0, remaining ranges: [0, 544]
2025.03.05 23:02:34.545266 [ 20877 ] {} ReadBufferFromRemoteFSGather: Reading from file: test/wrb/nsboqxfkbpkkzyayazbhenodguvqd (store/d6e/d6e34560-791e-4c8b-afed-219ccdbc3d94/202503_300_300_0/serialization.json)
2025.03.05 23:02:34.545420 [ 20877 ] {} CachedOnDiskReadBufferFromFile(d160cc81ac97e1bcf94b5f2f4fbc9163): Reset state for seek to position 0
2025.03.05 23:02:34.545496 [ 20864 ] {} ReadBufferFromRemoteFSGather: Reading from file: test/erd/ebofibkwxkooinlauhrmsldtutwzi (store/eca/eca2e068-f817-4cd0-b4bb-4c92546607ab/202503_181_181_0/partition.dat)
2025.03.05 23:02:34.545531 [ 20877 ] {} CachedOnDiskReadBufferFromFile(d160cc81ac97e1bcf94b5f2f4fbc9163): Having 1 file segments to read: [0, 656], current offset: 0
2025.03.05 23:02:34.545659 [ 20864 ] {} CachedOnDiskReadBufferFromFile(d099ed2cb9c091aff1a3f271acefce1b): Reset state for seek to position 0
2025.03.05 23:02:34.545769 [ 20864 ] {} CachedOnDiskReadBufferFromFile(d099ed2cb9c091aff1a3f271acefce1b): Having 1 file segments to read: [0, 3], current offset: 0
2025.03.05 23:02:34.545778 [ 20877 ] {} CachedOnDiskReadBufferFromFile(d160cc81ac97e1bcf94b5f2f4fbc9163): Current read type: CACHED, read offset: 0, impl read range: 0, file segment: File segment: [0, 656], key: d160cc81ac97e1bcf94b5f2f4fbc9163, state: DOWNLOADED, downloaded size: 657, reserved size: 657, downloader id: None, current write offset: 657, caller id: None:OutdatedParts:20877, kind: Regular, unbound: 0
2025.03.05 23:02:34.545936 [ 20877 ] {} CachedOnDiskReadBufferFromFile(d160cc81ac97e1bcf94b5f2f4fbc9163): Current read type: CACHED, read offset: 0, impl offset: 0, impl position: 0, file segment: File segment: [0, 656], key: d160cc81ac97e1bcf94b5f2f4fbc9163, state: DOWNLOADED, downloaded size: 657, reserved size: 657, downloader id: None, current write offset: 657, caller id: None:OutdatedParts:20877, kind: Regular, unbound: 0
2025.03.05 23:02:34.546018 [ 20864 ] {} CachedOnDiskReadBufferFromFile(d099ed2cb9c091aff1a3f271acefce1b): Current read type: CACHED, read offset: 0, impl read range: 0, file segment: File segment: [0, 3], key: d099ed2cb9c091aff1a3f271acefce1b, state: DOWNLOADED, downloaded size: 4, reserved size: 4, downloader id: None, current write offset: 4, caller id: None:OutdatedParts:20864, kind: Regular, unbound: 0
2025.03.05 23:02:34.546046 [ 20877 ] {} CachedOnDiskReadBufferFromFile(d160cc81ac97e1bcf94b5f2f4fbc9163): Read 657 bytes, read type CACHED, file offset: 0, impl offset: 657/657, impl position: 0, segment: [0, 656]
2025.03.05 23:02:34.546147 [ 20877 ] {} CachedOnDiskReadBufferFromFile(d160cc81ac97e1bcf94b5f2f4fbc9163): Key: d160cc81ac97e1bcf94b5f2f4fbc9163. Returning with 657 bytes, buffer position: 0 (offset: 0, predownloaded: 0), buffer available: 657, current range: [0, 656], file offset of buffer end: 657, file segment state: DOWNLOADED, current write offset: 657, read_type: CACHED, reading until position: 657, started with offset: 0, remaining ranges: [0, 656]
2025.03.05 23:02:34.546174 [ 20864 ] {} CachedOnDiskReadBufferFromFile(d099ed2cb9c091aff1a3f271acefce1b): Current read type: CACHED, read offset: 0, impl offset: 0, impl position: 0, file segment: File segment: [0, 3], key: d099ed2cb9c091aff1a3f271acefce1b, state: DOWNLOADED, downloaded size: 4, reserved size: 4, downloader id: None, current write offset: 4, caller id: None:OutdatedParts:20864, kind: Regular, unbound: 0
2025.03.05 23:02:34.546279 [ 20864 ] {} CachedOnDiskReadBufferFromFile(d099ed2cb9c091aff1a3f271acefce1b): Read 4 bytes, read type CACHED, file offset: 0, impl offset: 4/4, impl position: 0, segment: [0, 3]
2025.03.05 23:02:34.546377 [ 20864 ] {} CachedOnDiskReadBufferFromFile(d099ed2cb9c091aff1a3f271acefce1b): Key: d099ed2cb9c091aff1a3f271acefce1b. Returning with 4 bytes, buffer position: 0 (offset: 0, predownloaded: 0), buffer available: 4, current range: [0, 3], file offset of buffer end: 4, file segment state: DOWNLOADED, current write offset: 4, read_type: CACHED, reading until position: 4, started with offset: 0, remaining ranges: [0, 3]
2025.03.05 23:02:34.547156 [ 20864 ] {} ReadBufferFromRemoteFSGather: Reading from file: test/him/uumdooihdfceidkknjajjnumlzdfe (store/eca/eca2e068-f817-4cd0-b4bb-4c92546607ab/202503_181_181_0/minmax_event_date.idx)
2025.03.05 23:02:34.547305 [ 20864 ] {} CachedOnDiskReadBufferFromFile(34426aa072fdf5fe5133281b0a5a6b4a): Reset state for seek to position 0
2025.03.05 23:02:34.547415 [ 20864 ] {} CachedOnDiskReadBufferFromFile(34426aa072fdf5fe5133281b0a5a6b4a): Having 1 file segments to read: [0, 3], current offset: 0
2025.03.05 23:02:34.547662 [ 20864 ] {} CachedOnDiskReadBufferFromFile(34426aa072fdf5fe5133281b0a5a6b4a): Current read type: CACHED, read offset: 0, impl read range: 0, file segment: File segment: [0, 3], key: 34426aa072fdf5fe5133281b0a5a6b4a, state: DOWNLOADED, downloaded size: 4, reserved size: 4, downloader id: None, current write offset: 4, caller id: None:OutdatedParts:20864, kind: Regular, unbound: 0
2025.03.05 23:02:34.537567 [ 20879 ] {} CachedOnDiskReadBufferFromFile(fee89c2c7219701716f1464efa638e22): Read 90226 bytes, read type CACHED, file offset: 0, impl offset: 90226/90226, impl position: 0, segment: [0, 90225]
2025.03.05 23:02:34.547751 [ 20857 ] {} ReadBufferFromRemoteFSGather: Reading from file: test/agk/ooporctcvgpqtlydcotvfadkjmjmz (store/1de/1debc995-8692-4c42-954c-57d52f901198/202503_73_73_0/metadata_version.txt)
2025.03.05 23:02:34.547806 [ 20879 ] {} CachedOnDiskReadBufferFromFile(fee89c2c7219701716f1464efa638e22): Key: fee89c2c7219701716f1464efa638e22. Returning with 90226 bytes, buffer position: 0 (offset: 0, predownloaded: 0), buffer available: 90226, current range: [0, 90225], file offset of buffer end: 90226, file segment state: DOWNLOADED, current write offset: 90226, read_type: CACHED, reading until position: 90226, started with offset: 0, remaining ranges: [0, 90225]
2025.03.05 23:02:34.547912 [ 20857 ] {} CachedOnDiskReadBufferFromFile(433e7615207fde7161d54b6d2da82dba): Reset state for seek to position 0
2025.03.05 23:02:34.548152 [ 20837 ] {} ReadBufferFromRemoteFSGather: Reading from file: test/lqb/okeguxbnzwgxwudvuwrjdmybzdqoi (store/d6e/d6e34560-791e-4c8b-afed-219ccdbc3d94/202503_301_301_0/serialization.json)
2025.03.05 23:02:34.548308 [ 20837 ] {} CachedOnDiskReadBufferFromFile(9b92924f2022902972049ac2194ad125): Reset state for seek to position 0
2025.03.05 23:02:34.548420 [ 20837 ] {} CachedOnDiskReadBufferFromFile(9b92924f2022902972049ac2194ad125): Having 1 file segments to read: [0, 656], current offset: 0
2025.03.05 23:02:34.548669 [ 20837 ] {} CachedOnDiskReadBufferFromFile(9b92924f2022902972049ac2194ad125): Current read type: CACHED, read offset: 0, impl read range: 0, file segment: File segment: [0, 656], key: 9b92924f2022902972049ac2194ad125, state: DOWNLOADED, downloaded size: 657, reserved size: 657, downloader id: None, current write offset: 657, caller id: None:OutdatedParts:20837, kind: Regular, unbound: 0
2025.03.05 23:02:34.548825 [ 20837 ] {} CachedOnDiskReadBufferFromFile(9b92924f2022902972049ac2194ad125): Current read type: CACHED, read offset: 0, impl offset: 0, impl position: 0, file segment: File segment: [0, 656], key: 9b92924f2022902972049ac2194ad125, state: DOWNLOADED, downloaded size: 657, reserved size: 657, downloader id: None, current write offset: 657, caller id: None:OutdatedParts:20837, kind: Regular, unbound: 0
2025.03.05 23:02:34.548860 [ 20877 ] {} ReadBufferFromRemoteFSGather: Reading from file: test/xup/glzgfpnzzboxseinwafdwhqxmsxfr (store/d6e/d6e34560-791e-4c8b-afed-219ccdbc3d94/202503_300_300_0/metadata_version.txt)
2025.03.05 23:02:34.548928 [ 20837 ] {} CachedOnDiskReadBufferFromFile(9b92924f2022902972049ac2194ad125): Read 657 bytes, read type CACHED, file offset: 0, impl offset: 657/657, impl position: 0, segment: [0, 656]
2025.03.05 23:02:34.549035 [ 20837 ] {} CachedOnDiskReadBufferFromFile(9b92924f2022902972049ac2194ad125): Key: 9b92924f2022902972049ac2194ad125. Returning with 657 bytes, buffer position: 0 (offset: 0, predownloaded: 0), buffer available: 657, current range: [0, 656], file offset of buffer end: 657, file segment state: DOWNLOADED, current write offset: 657, read_type: CACHED, reading until position: 657, started with offset: 0, remaining ranges: [0, 656]
2025.03.05 23:02:34.549052 [ 20877 ] {} CachedOnDiskReadBufferFromFile(bb884511e35e02020f180ead735e3c85): Reset state for seek to position 0
2025.03.05 23:02:34.549165 [ 20877 ] {} CachedOnDiskReadBufferFromFile(bb884511e35e02020f180ead735e3c85): Having 1 file segments to read: [0, 0], current offset: 0
+ break
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 20096
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ hxB =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=1
+ sleep 5
+ '[' 1 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=2
+ sleep 5
+ '[' 2 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=3
+ sleep 5
+ '[' 3 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=4
+ sleep 5
+ '[' 4 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=5
+ sleep 5
+ '[' 5 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=6
+ sleep 5
+ '[' 6 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=7
+ sleep 5
+ '[' 7 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=8
+ sleep 5
+ '[' 8 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=9
+ sleep 5
+ '[' 9 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=10
+ sleep 5
+ '[' 10 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=11
+ sleep 5
+ '[' 11 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=12
+ sleep 5
+ '[' 12 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=13
+ sleep 5
+ '[' 13 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=14
+ sleep 5
+ '[' 14 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=15
+ sleep 5
+ '[' 15 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=16
+ sleep 5
+ '[' 16 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=17
+ sleep 5
+ '[' 17 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=18
+ sleep 5
3908 /build/contrib/jemalloc/src/jemalloc.c: No such file or directory.
+ '[' 18 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([::1]:9000): (localhost:9000). (NETWORK_ERROR)
+ retry=19
+ sleep 5
script.gdb:13: Error in sourced command file:
No stack.
+ '[' 19 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=20
+ sleep 5
+ '[' 20 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=21
+ sleep 5
+ '[' 21 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=22
+ sleep 5
+ '[' 22 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=23
+ sleep 5
+ '[' 23 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=24
+ sleep 5
+ '[' 24 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=25
+ sleep 5
+ '[' 25 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=26
+ sleep 5
+ '[' 26 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=27
+ sleep 5
+ '[' 27 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=28
+ sleep 5
+ '[' 28 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=29
+ sleep 5
+ '[' 29 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=30
+ sleep 5
+ '[' 30 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=31
+ sleep 5
+ '[' 31 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=32
+ sleep 5
+ '[' 32 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=33
+ sleep 5
+ '[' 33 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=34
+ sleep 5
+ '[' 34 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=35
+ sleep 5
+ '[' 35 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=36
+ sleep 5
+ '[' 36 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=37
+ sleep 5
+ '[' 37 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=38
+ sleep 5
+ '[' 38 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=39
+ sleep 5
+ '[' 39 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=40
+ sleep 5
+ '[' 40 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=41
+ sleep 5
+ '[' 41 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=42
+ sleep 5
+ '[' 42 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=43
+ sleep 5
+ '[' 43 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=44
+ sleep 5
+ '[' 44 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=45
+ sleep 5
+ '[' 45 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=46
+ sleep 5
+ '[' 46 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=47
+ sleep 5
+ '[' 47 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=48
+ sleep 5
+ '[' 48 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=49
+ sleep 5
+ '[' 49 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=50
+ sleep 5
+ '[' 50 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=51
+ sleep 5
+ '[' 51 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=52
+ sleep 5
+ '[' 52 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=53
+ sleep 5
+ '[' 53 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=54
+ sleep 5
+ '[' 54 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=55
+ sleep 5
+ '[' 55 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=56
+ sleep 5
+ '[' 56 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=57
+ sleep 5
+ '[' 57 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=58
+ sleep 5
+ '[' 58 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=59
+ sleep 5
+ '[' 59 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ retry=60
+ sleep 5
+ '[' 60 -ge 60 ']'
+ echo 'Command '\''clickhouse-client --query SELECT '\''Connected to clickhouse-server after attaching gdb'\'''\'' failed after 60 retries, exiting'
+ exit 1
Command 'clickhouse-client --query SELECT 'Connected to clickhouse-server after attaching gdb'' failed after 60 retries, exiting