+ trap exit SIGTERM + '[' m = - ']' + CFG=/etc/mysql/node.cnf + wantHelp= + for arg in "$@" + case "$arg" in ++ mysqld -V ++ awk '{print $3}' ++ awk -F. '{print $1"."$2}' + MYSQL_VERSION=8.0 ++ mysqld -V ++ awk '{print $3}' ++ awk -F. '{print $3}' ++ awk -F- '{print $1}' + MYSQL_PATCH_VERSION=32 + vault_secret=/etc/mysql/vault-keyring-secret/keyring_vault.conf + '[' -f /etc/mysql/vault-keyring-secret/keyring_vault.conf ']' + '[' -f /usr/lib64/mysql/plugin/binlog_utils_udf.so ']' + sed -i '/\[mysqld\]/a plugin_load="binlog_utils_udf=binlog_utils_udf.so"' /etc/mysql/node.cnf + sed -i '/\[mysqld\]/a gtid-mode=ON' /etc/mysql/node.cnf + sed -i '/\[mysqld\]/a enforce-gtid-consistency' /etc/mysql/node.cnf + grep -q '^progress=' /etc/mysql/node.cnf + sed -i 's|^progress=.*|progress=1|' /etc/mysql/node.cnf + grep -q '^\[sst\]' /etc/mysql/node.cnf + grep -q '^cpat=' /etc/mysql/node.cnf + sed '/^\[sst\]/a cpat=.*\\.pem$\\|.*init\\.ok$\\|.*galera\\.cache$\\|.*wsrep_recovery_verbose\\.log$\\|.*readiness-check\\.sh$\\|.*liveness-check\\.sh$\\|.*get-pxc-state$\\|.*sst_in_progress$\\|.*pmm-prerun\\.sh$\\|.*sst-xb-tmpdir$\\|.*\\.sst$\\|.*gvwstate\\.dat$\\|.*grastate\\.dat$\\|.*\\.err$\\|.*\\.log$\\|.*RPM_UPGRADE_MARKER$\\|.*RPM_UPGRADE_HISTORY$\\|.*pxc-entrypoint\\.sh$\\|.*unsafe-bootstrap\\.sh$\\|.*pxc-configure-pxc\\.sh\\|.*peer-list$\\|.*auth_plugin$' /etc/mysql/node.cnf + [[ 8.0 == \8\.\0 ]] + [[ 32 -ge 26 ]] + grep -q '^skip_replica_start=ON' /etc/mysql/node.cnf + sed -i '/\[mysqld\]/a skip_replica_start=ON' /etc/mysql/node.cnf + auth_plugin=caching_sha2_password + [[ -f /var/lib/mysql/auth_plugin ]] ++ cat /var/lib/mysql/auth_plugin + prev_auth_plugin=caching_sha2_password + [[ caching_sha2_password != \m\y\s\q\l\_\n\a\t\i\v\e\_\p\a\s\s\w\o\r\d ]] + [[ caching_sha2_password == \m\y\s\q\l\_\n\a\t\i\v\e\_\p\a\s\s\w\o\r\d ]] + [[ -z caching_sha2_password ]] + [[ 8.0 == \5\.\7 ]] + echo caching_sha2_password + sed -i /default_authentication_plugin/d /etc/mysql/node.cnf + [[ 8.0 == \8\.\0 ]] + [[ 32 -ge 27 ]] + sed -i '/\[mysqld\]/a authentication_policy=caching_sha2_password,,' /etc/mysql/node.cnf + file_env XTRABACKUP_PASSWORD xtrabackup xtrabackup Percona XtraDB Cluster: Finding peers 2026/03/20 10:28:59 Peer finder enter 2026/03/20 10:28:59 Determined Domain to be openstack.svc.cluster.local 2026/03/20 10:28:59 Peer list updated was [] now [10-0-0-192.percona-xtradb-pxc-unready.openstack.svc.cluster.local] 2026/03/20 10:28:59 execing: /var/lib/mysql/pxc-configure-pxc.sh with stdin: 10-0-0-192.percona-xtradb-pxc-unready.openstack.svc.cluster.local 2026/03/20 10:28:59 ++ hostname -I ++ awk ' { print $1 } ' + NODE_IP=10.0.0.192 ++ hostname -f ++ cut -d. -f2 + CLUSTER_NAME=percona-xtradb-pxc + SERVER_NUM=0 + SERVER_ID=201770 ++ hostname -f + NODE_NAME=percona-xtradb-pxc-0.percona-xtradb-pxc.openstack.svc.cluster.local + NODE_PORT=3306 + read -ra LINE + echo 'read line 10-0-0-192.percona-xtradb-pxc-unready.openstack.svc.cluster.local' read line 10-0-0-192.percona-xtradb-pxc-unready.openstack.svc.cluster.local ++ getent hosts 10-0-0-192.percona-xtradb-pxc-unready.openstack.svc.cluster.local ++ awk '{ print $1 }' + LINE_IP=10.0.0.192 + '[' 10.0.0.192 '!=' 10.0.0.192 ']' + read -ra LINE + '[' 0 '!=' 0 ']' + '[' 0 '!=' 0 ']' + CFG=/etc/mysql/node.cnf ++ mysqld -V ++ awk '{print $3}' ++ awk -F. '{print $1"."$2}' + MYSQL_VERSION=8.0 + '[' 8.0 == 8.0 ']' + grep -E -q '^[#]?admin-address' /etc/mysql/node.cnf + sed '/^\[mysqld\]/a admin-address=\n' /etc/mysql/node.cnf + grep -E -q '^[#]?log_error_suppression_list' /etc/mysql/node.cnf + sed '/^\[mysqld\]/a log_error_suppression_list="MY-010055"\n' /etc/mysql/node.cnf + '[' '' == yes ']' + grep -E -q '^[#]?wsrep_sst_donor' /etc/mysql/node.cnf + sed '/^\[mysqld\]/a wsrep_sst_donor=\n' /etc/mysql/node.cnf + grep -E -q '^[#]?wsrep_node_incoming_address' /etc/mysql/node.cnf + grep -E -q '^[#]?wsrep_provider_options' /etc/mysql/node.cnf + sed '/^\[mysqld\]/a wsrep_provider_options="pc.weight=10"\n' /etc/mysql/node.cnf + sed -r 's|^[#]?server_id=.*$|server_id=201770|' /etc/mysql/node.cnf + sed -r 's|^[#]?coredumper$|coredumper|' /etc/mysql/node.cnf + sed -r 's|^[#]?wsrep_node_address=.*$|wsrep_node_address=10.0.0.192|' /etc/mysql/node.cnf + sed -r 's|^[#]?wsrep_cluster_name=.*$|wsrep_cluster_name=percona-xtradb-pxc|' /etc/mysql/node.cnf + sed -r 's|^[#]?wsrep_sst_donor=.*$|wsrep_sst_donor=|' /etc/mysql/node.cnf + sed -r 's|^[#]?wsrep_cluster_address=.*$|wsrep_cluster_address=gcomm://|' /etc/mysql/node.cnf + sed -r 's|^[#]?wsrep_node_incoming_address=.*$|wsrep_node_incoming_address=percona-xtradb-pxc-0.percona-xtradb-pxc.openstack.svc.cluster.local:3306|' /etc/mysql/node.cnf + sed -r 's|^[#]?admin-address=.*$|admin-address=10.0.0.192|' /etc/mysql/node.cnf + sed -r 's|^[#]?extra_max_connections=.*$|extra_max_connections=100|' /etc/mysql/node.cnf + sed -r 's|^[#]?extra_port=.*$|extra_port=33062|' /etc/mysql/node.cnf + CA=/var/run/secrets/kubernetes.io/serviceaccount/ca.crt + '[' -f /var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt ']' + SSL_DIR=/etc/mysql/ssl + '[' -f /etc/mysql/ssl/ca.crt ']' + SSL_INTERNAL_DIR=/etc/mysql/ssl-internal + '[' -f /etc/mysql/ssl-internal/ca.crt ']' + KEY=/etc/mysql/ssl/tls.key + CERT=/etc/mysql/ssl/tls.crt + '[' -f /etc/mysql/ssl-internal/tls.key -a -f /etc/mysql/ssl-internal/tls.crt ']' + '[' -f /var/run/secrets/kubernetes.io/serviceaccount/ca.crt -a -f /etc/mysql/ssl/tls.key -a -f /etc/mysql/ssl/tls.crt ']' + sed '/^\[mysqld\]/a pxc-encrypt-cluster-traffic=OFF' /etc/mysql/node.cnf 2026/03/20 10:29:00 Peer finder exiting Cluster address set to: /usr/sbin/mysqld Ver 8.0.32-24.2 for Linux on x86_64 (Percona XtraDB Cluster (GPL), Release rel24, Revision 2119e75, WSREP version 26.1.4.3) [mysqld] pxc-encrypt-cluster-traffic=OFF wsrep_provider_options="pc.weight=10" wsrep_sst_donor= log_error_suppression_list="MY-010055" admin-address=10.0.0.192 authentication_policy=caching_sha2_password,, skip_replica_start=ON enforce-gtid-consistency gtid-mode=ON plugin_load="binlog_utils_udf=binlog_utils_udf.so" datadir=/var/lib/mysql socket=/tmp/mysql.sock skip-host-cache coredumper server_id=201770 binlog_format=ROW default_storage_engine=InnoDB innodb_flush_log_at_trx_commit = 0 innodb_flush_method = O_DIRECT innodb_file_per_table = 1 innodb_autoinc_lock_mode=2 bind_address = 0.0.0.0 wsrep_slave_threads=2 wsrep_cluster_address=gcomm:// wsrep_provider=/usr/lib64/galera4/libgalera_smm.so wsrep_cluster_name=percona-xtradb-pxc wsrep_node_address=10.0.0.192 wsrep_node_incoming_address=percona-xtradb-pxc-0.percona-xtradb-pxc.openstack.svc.cluster.local:3306 wsrep_sst_method=xtrabackup-v2 [client] socket=/tmp/mysql.sock [sst] cpat=.*\.pem$\|.*init\.ok$\|.*galera\.cache$\|.*wsrep_recovery_verbose\.log$\|.*readiness-check\.sh$\|.*liveness-check\.sh$\|.*get-pxc-state$\|.*sst_in_progress$\|.*pmm-prerun\.sh$\|.*sst-xb-tmpdir$\|.*\.sst$\|.*gvwstate\.dat$\|.*grastate\.dat$\|.*\.err$\|.*\.log$\|.*RPM_UPGRADE_MARKER$\|.*RPM_UPGRADE_HISTORY$\|.*pxc-entrypoint\.sh$\|.*unsafe-bootstrap\.sh$\|.*pxc-configure-pxc\.sh\|.*peer-list$\|.*auth_plugin$ progress=1 Skipping wsrep-recover for 2437e35c-2446-11f1-a66e-7e849824a003:22 pair Assigning 2437e35c-2446-11f1-a66e-7e849824a003:22 to wsrep_start_position + [[ -z '' ]] + [[ -f /var/lib/mysql//grastate.dat ]] + [[ 1 != 1 ]] + [[ -z '' ]] + [[ -f /var/lib/mysql//gvwstate.dat ]] + [[ -z '' ]] + [[ -f /var/lib/mysql//grastate.dat ]] + [[ 1 == 1 ]] + [[ -n '' ]] + test -e /opt/percona/hookscript/hook.sh + exec mysqld --wsrep_start_position=2437e35c-2446-11f1-a66e-7e849824a003:22 2026-03-20T10:29:11.854672Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead. 2026-03-20T10:29:11.854695Z 0 [Warning] [MY-011068] [Server] The syntax 'wsrep_slave_threads' is deprecated and will be removed in a future release. Please use wsrep_applier_threads instead. 2026-03-20T10:29:11.857558Z 0 [Warning] [MY-010097] [Server] Insecure configuration for --secure-log-path: Current value does not restrict location of generated files. Consider setting it to a valid, non-empty path. 2026-03-20T10:29:11.858198Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.32-24.2) starting as process 1 2026-03-20T10:29:11.860393Z 0 [Note] [MY-000000] [Galera] Loading provider /usr/lib64/galera4/libgalera_smm.so initial position: 2437e35c-2446-11f1-a66e-7e849824a003:22 2026-03-20T10:29:11.860413Z 0 [Note] [MY-000000] [Galera] wsrep_load(): loading provider library '/usr/lib64/galera4/libgalera_smm.so' 2026-03-20T10:29:11.861030Z 0 [Note] [MY-000000] [Galera] wsrep_load(): Galera 4.14(779b689) by Codership Oy (modified by Percona ) loaded successfully. 2026-03-20T10:29:11.861063Z 0 [Note] [MY-000000] [Galera] CRC-32C: using 64-bit x86 acceleration. 2026-03-20T10:29:11.861284Z 0 [Note] [MY-000000] [Galera] Found saved state: 2437e35c-2446-11f1-a66e-7e849824a003:22, safe_to_bootstrap: 1 2026-03-20T10:29:11.861371Z 0 [Note] [MY-000000] [Galera] GCache DEBUG: opened preamble: Version: 2 UUID: 2437e35c-2446-11f1-a66e-7e849824a003 Seqno: 1 - 22 Offset: 1280 Synced: 1 EncVersion: 1 Encrypted: 0 MasterKeyConst UUID: 2434f4d5-2446-11f1-bf3d-e6f0ca52450c MasterKey UUID: 00000000-0000-0000-0000-000000000000 MasterKey ID: 0 2026-03-20T10:29:11.861385Z 0 [Note] [MY-000000] [Galera] Recovering GCache ring buffer: version: 2, UUID: 2437e35c-2446-11f1-a66e-7e849824a003, offset: 1280 2026-03-20T10:29:11.861453Z 0 [Note] [MY-000000] [Galera] GCache::RingBuffer initial scan... 0.0% ( 0/134217752 bytes) complete. 2026-03-20T10:29:11.861512Z 0 [Note] [MY-000000] [Galera] GCache::RingBuffer initial scan...100.0% (134217752/134217752 bytes) complete. 2026-03-20T10:29:11.861523Z 0 [Note] [MY-000000] [Galera] Recovering GCache ring buffer: found gapless sequence 1-22 2026-03-20T10:29:11.861539Z 0 [Note] [MY-000000] [Galera] GCache::RingBuffer unused buffers scan... 0.0% ( 0/6816 bytes) complete. 2026-03-20T10:29:11.861554Z 0 [Note] [MY-000000] [Galera] GCache::RingBuffer unused buffers scan...100.0% (6816/6816 bytes) complete. 2026-03-20T10:29:11.861561Z 0 [Note] [MY-000000] [Galera] Recovering GCache ring buffer: found 0/22 locked buffers 2026-03-20T10:29:11.861566Z 0 [Note] [MY-000000] [Galera] Recovering GCache ring buffer: free space: 134210912/134217728 2026-03-20T10:29:11.871659Z 0 [Note] [MY-000000] [Galera] Passing config to GCS: allocator.disk_pages_encryption = no; allocator.encryption_cache_page_size = 32K; allocator.encryption_cache_size = 16777216; base_dir = /var/lib/mysql/; base_host = 10.0.0.192; base_port = 4567; cert.log_conflicts = no; cert.optimistic_pa = no; debug = no; evs.auto_evict = 0; evs.delay_margin = PT1S; evs.delayed_keep_period = PT30S; evs.inactive_check_period = PT0.5S; evs.inactive_timeout = PT15S; evs.join_retrans_period = PT1S; evs.max_install_timeouts = 3; evs.send_window = 10; evs.stats_report_period = PT1M; evs.suspect_timeout = PT5S; evs.user_send_window = 4; evs.view_forget_timeout = PT24H; gcache.dir = /var/lib/mysql/; gcache.encryption = no; gcache.encryption_cache_page_size = 32K; gcache.encryption_cache_size = 16777216; gcache.freeze_purge_at_seqno = -1; gcache.keep_pages_count = 0; gcache.keep_pages_size = 0; gcache.mem_size = 0; gcache.name = galera.cache; gcache.page_size = 128M; gcache.recover = yes; gcache.size = 128M; gcomm.thread_prio = ; gcs.fc_debug = 0; gcs.fc_factor = 1.0; gcs.fc_limit = 100; gcs.fc_master_slave = no; gcs.fc_single_primary = no; gcs.max_packet_size = 64500; gcs.max_throttle = 0.25; gcs.recv_q_hard_limit = 9223372036854775807; gcs.recv_q_soft_limit = 0.25; gcs.sync_donor = no; gmcast.segment = 0; gmcast.version = 0; pc.announce_timeout = PT3S; pc.checksum = false; pc.ignore_quorum = false; pc.ignore_sb = false; pc.npvo = false; pc.recovery = true; pc.version = 0; pc.wait_prim = true; pc.wait_prim_timeout = PT30S; pc.weight = 10; protonet.backend = asio; protonet.version = 0; repl.causal_read_timeout = PT30S; repl.commit_order = 3; repl.key_format = FLAT8; repl.max_ws_size = 2147483647; repl.proto_max = 10; socket.checksum = 2; socket.recv_buf_size = auto; socket.send_buf_size = auto; 2026-03-20T10:29:11.881718Z 0 [Note] [MY-000000] [Galera] Service thread queue flushed. 2026-03-20T10:29:11.881866Z 0 [Note] [MY-000000] [Galera] ####### Assign initial position for certification: 2437e35c-2446-11f1-a66e-7e849824a003:22, protocol version: -1 2026-03-20T10:29:11.881975Z 0 [Note] [MY-000000] [WSREP] Starting replication 2026-03-20T10:29:11.881988Z 0 [Note] [MY-000000] [Galera] Connecting with bootstrap option: 1 2026-03-20T10:29:11.881996Z 0 [Note] [MY-000000] [Galera] Setting GCS initial position to 2437e35c-2446-11f1-a66e-7e849824a003:22 2026-03-20T10:29:11.882050Z 0 [Note] [MY-000000] [Galera] protonet asio version 0 2026-03-20T10:29:11.882112Z 0 [Note] [MY-000000] [Galera] Using CRC-32C for message checksums. 2026-03-20T10:29:11.882123Z 0 [Note] [MY-000000] [Galera] backend: asio 2026-03-20T10:29:11.882231Z 0 [Note] [MY-000000] [Galera] gcomm thread scheduling priority set to other:0 2026-03-20T10:29:11.882334Z 0 [Note] [MY-000000] [Galera] Fail to access the file (/var/lib/mysql//gvwstate.dat) error (No such file or directory). It is possible if node is booting for first time or re-booting after a graceful shutdown 2026-03-20T10:29:11.882341Z 0 [Note] [MY-000000] [Galera] Restoring primary-component from disk failed. Either node is booting for first time or re-booting after a graceful shutdown 2026-03-20T10:29:11.882498Z 0 [Note] [MY-000000] [Galera] GMCast version 0 2026-03-20T10:29:11.882555Z 0 [Note] [MY-000000] [Galera] (a2dc58c2-9b4d, 'tcp://0.0.0.0:4567') listening at tcp://0.0.0.0:4567 2026-03-20T10:29:11.882561Z 0 [Note] [MY-000000] [Galera] (a2dc58c2-9b4d, 'tcp://0.0.0.0:4567') multicast: , ttl: 1 2026-03-20T10:29:11.882790Z 0 [Note] [MY-000000] [Galera] EVS version 1 2026-03-20T10:29:11.882842Z 0 [Note] [MY-000000] [Galera] gcomm: bootstrapping new group 'percona-xtradb-pxc' 2026-03-20T10:29:11.882863Z 0 [Note] [MY-000000] [Galera] start_prim is enabled, turn off pc_recovery 2026-03-20T10:29:11.883014Z 0 [Note] [MY-000000] [Galera] EVS version upgrade 0 -> 1 2026-03-20T10:29:11.883027Z 0 [Note] [MY-000000] [Galera] PC protocol upgrade 0 -> 1 2026-03-20T10:29:11.883051Z 0 [Note] [MY-000000] [Galera] Node a2dc58c2-9b4d state primary 2026-03-20T10:29:11.883069Z 0 [Note] [MY-000000] [Galera] Current view of cluster as seen by this node view (view_id(PRIM,a2dc58c2-9b4d,1) memb { a2dc58c2-9b4d,0 } joined { } left { } partitioned { } ) 2026-03-20T10:29:11.883076Z 0 [Note] [MY-000000] [Galera] Save the discovered primary-component to disk 2026-03-20T10:29:11.886240Z 0 [Note] [MY-000000] [Galera] gcomm: connected 2026-03-20T10:29:11.886302Z 0 [Note] [MY-000000] [Galera] Changing maximum packet size to 64500, resulting msg size: 32636 2026-03-20T10:29:11.886397Z 0 [Note] [MY-000000] [Galera] Shifting CLOSED -> OPEN (TO: 0) 2026-03-20T10:29:11.886425Z 0 [Note] [MY-000000] [Galera] Opened channel 'percona-xtradb-pxc' 2026-03-20T10:29:11.886831Z 0 [Note] [MY-000000] [Galera] New COMPONENT: primary = yes, bootstrap = no, my_idx = 0, memb_num = 1 2026-03-20T10:29:11.887072Z 1 [Note] [MY-000000] [WSREP] Starting rollbacker thread 1 2026-03-20T10:29:11.887124Z 0 [Note] [MY-000000] [Galera] STATE_EXCHANGE: sent state UUID: a2dd0f4a-2447-11f1-9139-72cb00a9967c 2026-03-20T10:29:11.887174Z 0 [Note] [MY-000000] [Galera] STATE EXCHANGE: sent state msg: a2dd0f4a-2447-11f1-9139-72cb00a9967c 2026-03-20T10:29:11.887180Z 2 [Note] [MY-000000] [WSREP] Starting applier thread 2 2026-03-20T10:29:11.887212Z 0 [Note] [MY-000000] [Galera] STATE EXCHANGE: got state msg: a2dd0f4a-2447-11f1-9139-72cb00a9967c from 0 (percona-xtradb-pxc-0) 2026-03-20T10:29:11.887262Z 0 [Note] [MY-000000] [Galera] Quorum results: version = 6, component = PRIMARY, conf_id = 0, members = 1/1 (primary/total), act_id = 22, last_appl. = 22, protocols = 2/10/4 (gcs/repl/appl), vote policy= 0, group UUID = 2437e35c-2446-11f1-a66e-7e849824a003 2026-03-20T10:29:11.887383Z 0 [Note] [MY-000000] [Galera] Flow-control interval: [100, 100] 2026-03-20T10:29:11.887407Z 0 [Note] [MY-000000] [Galera] Restored state OPEN -> JOINED (23) 2026-03-20T10:29:11.887455Z 0 [Note] [MY-000000] [Galera] Member 0.0 (percona-xtradb-pxc-0) synced with group. 2026-03-20T10:29:11.887473Z 0 [Note] [MY-000000] [Galera] Shifting JOINED -> SYNCED (TO: 23) 2026-03-20T10:29:11.887551Z 2 [Note] [MY-000000] [Galera] ####### processing CC 23, local, ordered 2026-03-20T10:29:11.887582Z 2 [Note] [MY-000000] [Galera] Maybe drain monitors from 22 upto current CC event 23 upto:22 2026-03-20T10:29:11.887601Z 2 [Note] [MY-000000] [Galera] Drain monitors from 22 up to 22 2026-03-20T10:29:11.887622Z 2 [Note] [MY-000000] [Galera] Process first view: 2437e35c-2446-11f1-a66e-7e849824a003 my uuid: a2dc58c2-2447-11f1-9b4d-5677e30f2f63 2026-03-20T10:29:11.887652Z 2 [Note] [MY-000000] [Galera] Server percona-xtradb-pxc-0 connected to cluster at position 2437e35c-2446-11f1-a66e-7e849824a003:23 with ID a2dc58c2-2447-11f1-9b4d-5677e30f2f63 2026-03-20T10:29:11.887671Z 2 [Note] [MY-000000] [WSREP] Server status change disconnected -> connected 2026-03-20T10:29:11.887714Z 2 [Note] [MY-000000] [WSREP] wsrep_notify_cmd is not defined, skipping notification. 2026-03-20T10:29:11.887754Z 2 [Note] [MY-000000] [Galera] ####### My UUID: a2dc58c2-2447-11f1-9b4d-5677e30f2f63 2026-03-20T10:29:11.887776Z 2 [Note] [MY-000000] [Galera] Cert index reset to 00000000-0000-0000-0000-000000000000:-1 (proto: 10), state transfer needed: no 2026-03-20T10:29:11.887851Z 0 [Note] [MY-000000] [Galera] Service thread queue flushed. 2026-03-20T10:29:11.887912Z 2 [Note] [MY-000000] [Galera] ####### Assign initial position for certification: 00000000-0000-0000-0000-000000000000:-1, protocol version: -1 2026-03-20T10:29:11.887931Z 2 [Note] [MY-000000] [Galera] REPL Protocols: 10 (5) 2026-03-20T10:29:11.887943Z 2 [Note] [MY-000000] [Galera] ####### Adjusting cert position: -1 -> 23 2026-03-20T10:29:11.887984Z 0 [Note] [MY-000000] [Galera] Service thread queue flushed. 2026-03-20T10:29:11.889948Z 2 [Note] [MY-000000] [Galera] ================================================ View: id: 2437e35c-2446-11f1-a66e-7e849824a003:23 status: primary protocol_version: 4 capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO final: no own_index: 0 members(1): 0: a2dc58c2-2447-11f1-9b4d-5677e30f2f63, percona-xtradb-pxc-0 ================================================= 2026-03-20T10:29:11.889978Z 2 [Note] [MY-000000] [WSREP] Server status change connected -> joiner 2026-03-20T10:29:11.889988Z 2 [Note] [MY-000000] [WSREP] wsrep_notify_cmd is not defined, skipping notification. 2026-03-20T10:29:11.890005Z 2 [Note] [MY-000000] [WSREP] Server status change joiner -> initializing 2026-03-20T10:29:11.890020Z 2 [Note] [MY-000000] [WSREP] wsrep_notify_cmd is not defined, skipping notification. 2026-03-20T10:29:11.893994Z 3 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2026-03-20T10:29:13.389569Z 3 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2026-03-20T10:29:13.961898Z 3 [Note] [MY-000000] [WSREP] wsrep_init_schema_and_SR (nil) 2026-03-20T10:29:14.003696Z 3 [System] [MY-000000] [WSREP] PXC upgrade completed successfully 2026-03-20T10:29:14.379139Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed. 2026-03-20T10:29:14.379199Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel. 2026-03-20T10:29:14.390696Z 0 [Warning] [MY-013595] [Server] Failed to initialize TLS for channel: mysql_admin. See below for the description of exact issue. 2026-03-20T10:29:14.390715Z 0 [Warning] [MY-010069] [Server] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key 2026-03-20T10:29:14.390721Z 0 [System] [MY-013603] [Server] No TLS configuration was given for channel mysql_admin; re-using TLS configuration of channel mysql_main. 2026-03-20T10:29:14.390897Z 0 [ERROR] [MY-010262] [Server] Can't start server: Bind on TCP/IP port: Address already in use 2026-03-20T10:29:14.390917Z 0 [ERROR] [MY-010257] [Server] Do you already have another mysqld server running on port: 33062 ? 2026-03-20T10:29:14.390935Z 0 [ERROR] [MY-010119] [Server] Aborting 2026-03-20T10:29:14.390948Z 0 [Note] [MY-000000] [WSREP] Initiating SST cancellation 2026-03-20T10:29:16.391189Z 1 [Note] [MY-000000] [WSREP] rollbacker thread exiting 1 2026-03-20T10:29:16.391128Z 0 [Note] [MY-000000] [WSREP] Server status change initializing -> disconnecting 2026-03-20T10:29:16.391347Z 0 [Note] [MY-000000] [WSREP] wsrep_notify_cmd is not defined, skipping notification. 2026-03-20T10:29:16.391432Z 0 [Note] [MY-000000] [Galera] Closing send monitor... 2026-03-20T10:29:16.391448Z 0 [Note] [MY-000000] [Galera] Closed send monitor. 2026-03-20T10:29:16.391463Z 0 [Note] [MY-000000] [Galera] gcomm: terminating thread 2026-03-20T10:29:16.391487Z 0 [Note] [MY-000000] [Galera] gcomm: joining thread 2026-03-20T10:29:16.391570Z 2 [ERROR] [MY-000000] [Galera] Exception: State wait was interrupted 2026-03-20T10:29:16.391662Z 2 [ERROR] [MY-000000] [Galera] View callback failed. This is unrecoverable, restart required. (FATAL) at galera/src/replicator_smm.cpp:submit_view_info():2627 2026-03-20T10:29:16.391673Z 2 [Note] [MY-000000] [Galera] ReplicatorSMM::abort() 2026-03-20T10:29:16.391681Z 0 [Note] [MY-000000] [Galera] gcomm: closing backend 2026-03-20T10:29:16.391694Z 2 [Note] [MY-000000] [Galera] mysqld: Terminated. 2026-03-20T10:29:16Z UTC - mysqld got signal 11 ; Most likely, you have hit a bug, but this error can also be caused by malfunctioning hardware. BuildID[sha1]=df9f6877fc91c9a71d439f27569eabdef408f622 2026-03-20T10:29:16.391775Z 0 [Note] [MY-000000] [Galera] PC protocol downgrade 1 -> 0 Server Version: 8.0.32-24.2 Percona XtraDB Cluster (GPL), Release rel24, Revision 2119e75, WSREP version 26.1.4.3, wsrep_26.1.4.3 Thread pointer: 0x7f8c00000b60 Attempting backtrace. You can use the following information to find out where mysqld died. If you see no messages after this, something went terribly wrong... 2026-03-20T10:29:16.391793Z 0 [Note] [MY-000000] [Galera] Current view of cluster as seen by this node view ((empty)) stack_bottom = 7f8c136fbc70 thread_stack 0x100000 2026-03-20T10:29:16.392057Z 0 [Note] [MY-000000] [Galera] gcomm: closed 2026-03-20T10:29:16.392108Z 0 [Note] [MY-000000] [Galera] New SELF-LEAVE. 2026-03-20T10:29:16.392305Z 0 [Note] [MY-000000] [Galera] Flow-control interval: [0, 0] 2026-03-20T10:29:16.392321Z 0 [Note] [MY-000000] [Galera] Received SELF-LEAVE. Closing connection. 2026-03-20T10:29:16.392329Z 0 [Note] [MY-000000] [Galera] Shifting SYNCED -> CLOSED (TO: 23) 2026-03-20T10:29:16.392340Z 0 [Note] [MY-000000] [Galera] RECV thread exiting 0: Success 2026-03-20T10:29:16.392450Z 0 [Note] [MY-000000] [Galera] recv_thread() joined. 2026-03-20T10:29:16.392486Z 0 [Note] [MY-000000] [Galera] Closing replication queue. 2026-03-20T10:29:16.392497Z 0 [Note] [MY-000000] [Galera] Closing slave action queue. /usr/sbin/mysqld(my_print_stacktrace(unsigned char const*, unsigned long)+0x41) [0x2253a31] /usr/sbin/mysqld(print_fatal_signal(int)+0x39f) [0x1262d0f] /usr/sbin/mysqld(handle_fatal_signal+0xd8) [0x1262df8] /lib64/libpthread.so.0(+0x12ce0) [0x7f8c312f8ce0] /lib64/libc.so.6(abort+0x203) [0x7f8c2f67aee1] /usr/lib64/galera4/libgalera_smm.so(+0x17935) [0x7f8c229d8935] /usr/lib64/galera4/libgalera_smm.so(+0x207d92) [0x7f8c22bc8d92] /usr/lib64/galera4/libgalera_smm.so(+0x42ef4) [0x7f8c22a03ef4] /usr/lib64/galera4/libgalera_smm.so(+0x211d62) [0x7f8c22bd2d62] /usr/lib64/galera4/libgalera_smm.so(+0x2122be) [0x7f8c22bd32be] /usr/lib64/galera4/libgalera_smm.so(+0x1f07d2) [0x7f8c22bb17d2] /usr/lib64/galera4/libgalera_smm.so(+0x2113c4) [0x7f8c22bd23c4] /usr/lib64/galera4/libgalera_smm.so(+0x22e262) [0x7f8c22bef262] /usr/sbin/mysqld(wsrep::wsrep_provider_v26::run_applier(wsrep::high_priority_service*)+0x12) [0x2c25002] /usr/sbin/mysqld() [0x12b46dd] /usr/sbin/mysqld(start_wsrep_THD+0x371) [0xf5be41] /usr/sbin/mysqld() [0x27b1249] /lib64/libpthread.so.0(+0x81cf) [0x7f8c312ee1cf] /lib64/libc.so.6(clone+0x43) [0x7f8c2f692dd3] Trying to get some variables. Some pointers may be invalid and cause the dump to abort. Query (0): is an invalid pointer Connection ID (thread ID): 2 Status: KILL_CONNECTION You may download the Percona XtraDB Cluster operations manual by visiting http://www.percona.com/software/percona-xtradb-cluster/. You may find information in the manual which will help you identify the cause of the crash. Writing a core file using lib coredumper PATH: (null)