+ 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=29 + 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$\\|.*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$' /etc/mysql/node.cnf + [[ 8.0 == \8\.\0 ]] + [[ 29 -ge 26 ]] + grep -q '^skip_replica_start=ON' /etc/mysql/node.cnf + sed -i '/\[mysqld\]/a skip_replica_start=ON' /etc/mysql/node.cnf + file_env XTRABACKUP_PASSWORD xtrabackup xtrabackup + set +o xtrace + file_env CLUSTERCHECK_PASSWORD '' clustercheck + set +o xtrace ++ hostname -f + NODE_NAME=minimal-cluster-pxc-0.minimal-cluster-pxc.default.svc.cluster.local + NODE_PORT=3306 + '[' -n minimal-cluster-pxc-unready ']' + echo 'Percona XtraDB Cluster: Finding peers' Percona XtraDB Cluster: Finding peers + /var/lib/mysql/peer-list -on-start=/var/lib/mysql/pxc-configure-pxc.sh -service=minimal-cluster-pxc-unready 2023/02/19 21:53:32 Peer finder enter 2023/02/19 21:53:32 Determined Domain to be default.svc.cluster.local 2023/02/19 21:53:32 Peer list updated was [] now [10-244-0-5.minimal-cluster-pxc-unready.default.svc.cluster.local] 2023/02/19 21:53:32 execing: /var/lib/mysql/pxc-configure-pxc.sh with stdin: 10-244-0-5.minimal-cluster-pxc-unready.default.svc.cluster.local 2023/02/19 21:53:32 ++ hostname -I ++ awk ' { print $1 } ' + NODE_IP=10.244.0.5 ++ hostname -f ++ cut -d. -f2 + CLUSTER_NAME=minimal-cluster-pxc + SERVER_NUM=0 + SERVER_ID=33126700 ++ hostname -f + NODE_NAME=minimal-cluster-pxc-0.minimal-cluster-pxc.default.svc.cluster.local + NODE_PORT=3306 + read -ra LINE + echo 'read line 10-244-0-5.minimal-cluster-pxc-unready.default.svc.cluster.local' read line 10-244-0-5.minimal-cluster-pxc-unready.default.svc.cluster.local ++ getent hosts 10-244-0-5.minimal-cluster-pxc-unready.default.svc.cluster.local ++ awk '{ print $1 }' + LINE_IP=10.244.0.5 + '[' 10.244.0.5 '!=' 10.244.0.5 ']' + 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=33126700|' /etc/mysql/node.cnf + sed -r 's|^[#]?coredumper$|coredumper|' /etc/mysql/node.cnf + sed -r 's|^[#]?wsrep_node_address=.*$|wsrep_node_address=10.244.0.5|' /etc/mysql/node.cnf + sed -r 's|^[#]?wsrep_cluster_name=.*$|wsrep_cluster_name=minimal-cluster-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=minimal-cluster-pxc-0.minimal-cluster-pxc.default.svc.cluster.local:3306|' /etc/mysql/node.cnf + sed -r 's|^[#]?admin-address=.*$|admin-address=10.244.0.5|' /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 2023/02/19 21:53:33 Peer finder exiting ++ grep '^wsrep_cluster_address=' /etc/mysql/node.cnf ++ cut -d = -f 2 ++ sed -e 's^.*gcomm://^^' + CLUSTER_JOIN= + echo 'Cluster address set to: ' Cluster address set to: ++ grep wsrep_cluster_name /etc/mysql/node.cnf ++ cut -d = -f 2 ++ tr -d ' ' + WSREP_CLUSTER_NAME=minimal-cluster-pxc + [[ -z minimal-cluster-pxc ]] + [[ minimal-cluster-pxc == \n\o\n\a\m\e ]] + '[' -z '' ']' + '[' mysqld = mysqld -a -z '' ']' + _check_config mysqld + toRun=("$@" --verbose --help --wsrep-provider='none') ++ mysqld --verbose --help --wsrep-provider=none + errors= ++ _get_config datadir mysqld ++ local conf=datadir ++ shift ++ awk '$1 == "datadir" && /^[^ \t]/ { sub(/^[^ \t]+[ \t]+/, ""); print; exit }' +++ mktemp -u ++ mysqld --verbose --help --wsrep-provider=none --log-bin-index=/tmp/tmp.zDYT679VSO + DATADIR=/var/lib/mysql/ ++ _get_tmpdir /var/lib/mysql//sst-xb-tmpdir ++ local defaul_value=/var/lib/mysql//sst-xb-tmpdir ++ local tmpdir_path= +++ _get_cnf_config sst tmpdir '' +++ local group=sst +++ local var=tmpdir +++ local reval= ++++ my_print_defaults sst ++++ awk -F= '{st=index($0,"="); cur=$0; if ($1 ~ /_/) { gsub(/_/,"-",$1);} if (st != 0) { print $1"="substr(cur,st+1) } else { print cur }}' ++++ grep -- --tmpdir= ++++ cut -d= -f2- ++++ tail -1 +++ reval= +++ [[ -z '' ]] +++ reval= +++ echo '' ++ tmpdir_path= ++ [[ -z '' ]] +++ _get_cnf_config xtrabackup tmpdir '' +++ local group=xtrabackup +++ local var=tmpdir +++ local reval= ++++ my_print_defaults xtrabackup ++++ awk -F= '{st=index($0,"="); cur=$0; if ($1 ~ /_/) { gsub(/_/,"-",$1);} if (st != 0) { print $1"="substr(cur,st+1) } else { print cur }}' ++++ grep -- --tmpdir= ++++ cut -d= -f2- ++++ tail -1 +++ reval= +++ [[ -z '' ]] +++ reval= +++ echo '' ++ tmpdir_path= ++ [[ -z '' ]] +++ _get_cnf_config mysqld tmpdir '' +++ local group=mysqld +++ local var=tmpdir +++ local reval= ++++ my_print_defaults mysqld ++++ awk -F= '{st=index($0,"="); cur=$0; if ($1 ~ /_/) { gsub(/_/,"-",$1);} if (st != 0) { print $1"="substr(cur,st+1) } else { print cur }}' ++++ grep -- --tmpdir= ++++ cut -d= -f2- ++++ tail -1 +++ reval= +++ [[ -z '' ]] +++ reval= +++ echo '' ++ tmpdir_path= ++ [[ -z '' ]] ++ tmpdir_path=/var/lib/mysql//sst-xb-tmpdir ++ echo /var/lib/mysql//sst-xb-tmpdir + TMPDIR=/var/lib/mysql//sst-xb-tmpdir + rm -rfv /var/lib/mysql//sst-xb-tmpdir + '[' '!' -d /var/lib/mysql//mysql ']' + '[' '!' -z '' ']' + '[' mysqld = mysqld -a -z '' ']' + _check_config mysqld + toRun=("$@" --verbose --help --wsrep-provider='none') ++ mysqld --verbose --help --wsrep-provider=none + errors= ++ _get_config datadir mysqld ++ local conf=datadir ++ shift ++ awk '$1 == "datadir" && /^[^ \t]/ { sub(/^[^ \t]+[ \t]+/, ""); print; exit }' +++ mktemp -u ++ mysqld --verbose --help --wsrep-provider=none --log-bin-index=/tmp/tmp.H1f5ZfUgHY + DATADIR=/var/lib/mysql/ ++ _get_cnf_config sst tmpdir /var/lib/mysql//sst-xb-tmpdir ++ local group=sst ++ local var=tmpdir ++ local reval= +++ my_print_defaults sst +++ awk -F= '{st=index($0,"="); cur=$0; if ($1 ~ /_/) { gsub(/_/,"-",$1);} if (st != 0) { print $1"="substr(cur,st+1) } else { print cur }}' +++ grep -- --tmpdir= +++ cut -d= -f2- +++ tail -1 ++ reval= ++ [[ -z '' ]] ++ reval=/var/lib/mysql//sst-xb-tmpdir ++ echo /var/lib/mysql//sst-xb-tmpdir + SST_DIR=/var/lib/mysql//sst-xb-tmpdir ++ _get_cnf_config sst progress /var/lib/mysql//sst_in_progress ++ local group=sst ++ local var=progress ++ local reval= +++ my_print_defaults sst +++ awk -F= '{st=index($0,"="); cur=$0; if ($1 ~ /_/) { gsub(/_/,"-",$1);} if (st != 0) { print $1"="substr(cur,st+1) } else { print cur }}' +++ grep -- --progress= +++ cut -d= -f2- +++ tail -1 ++ reval=1 ++ [[ -z 1 ]] ++ echo 1 + SST_P_FILE=1 + rm -rvf /var/lib/mysql//sst-xb-tmpdir 1 + mysqld --version + sed s/-ps// + tee /tmp/version_info /usr/sbin/mysqld Ver 8.0.29-21.1 for Linux on x86_64 (Percona XtraDB Cluster (GPL), Release rel21, Revision 250bc93, WSREP version 26.4.3) + '[' -f /var/lib/mysql//version_info ']' + mysqld --version + sed s/-ps// + grep -v wsrep_sst_auth /etc/mysql/node.cnf [mysqld] pxc-encrypt-cluster-traffic=OFF wsrep_provider_options="pc.weight=10" wsrep_sst_donor= log_error_suppression_list="MY-010055" admin-address=10.244.0.5 skip_replica_start=ON enforce-gtid-consistency gtid-mode=ON plugin_load="binlog_utils_udf=binlog_utils_udf.so" default_authentication_plugin=mysql_native_password datadir=/var/lib/mysql socket=/tmp/mysql.sock skip-host-cache coredumper server_id=33126700 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=minimal-cluster-pxc wsrep_node_address=10.244.0.5 wsrep_node_incoming_address=minimal-cluster-pxc-0.minimal-cluster-pxc.default.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$\|.*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$ progress=1 ++ cat /var/run/secrets/kubernetes.io/serviceaccount/namespace + POD_NAMESPACE=default + wsrep_start_position_opt= + '[' mysqld = mysqld -a -z '' ']' ++ _get_config datadir mysqld ++ local conf=datadir ++ shift ++ awk '$1 == "datadir" && /^[^ \t]/ { sub(/^[^ \t]+[ \t]+/, ""); print; exit }' +++ mktemp -u ++ mysqld --verbose --help --wsrep-provider=none --log-bin-index=/tmp/tmp.7niRa4kt29 + DATADIR=/var/lib/mysql/ + grastate_loc=/var/lib/mysql//grastate.dat + wsrep_verbose_logfile=/var/lib/mysql//wsrep_recovery_verbose.log + '[' -f /var/lib/mysql//wsrep_recovery_verbose.log ']' + '[' -s /var/lib/mysql//grastate.dat -a -d /var/lib/mysql//mysql ']' + '[' -z '' -a -d /var/lib/mysql//mysql ']' + mysqld --wsrep_recover --log-error-verbosity=3 --log_error=/var/lib/mysql//wsrep_recovery_verbose.log + echo 'WSREP: Print recovery logs: ' WSREP: Print recovery logs: + cat /var/lib/mysql//wsrep_recovery_verbose.log + tee -a /var/lib/mysql//wsrep_recovery_verbose_history.log 2023-02-19T21:53:33.503574Z 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. 2023-02-19T21:53:33.503598Z 0 [Warning] [MY-000000] [WSREP] Node is not a cluster node. Disabling pxc_strict_mode 2023-02-19T21:53:33.504135Z 0 [Note] [MY-010949] [Server] Basedir set to /usr/. 2023-02-19T21:53:33.504144Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.29-21.1) starting as process 148 2023-02-19T21:53:33.504190Z 0 [ERROR] [MY-010338] [Server] Can't find error-message file '/usr/share/percona-xtradb-cluster/errmsg.sys'. Check error-message file location and 'lc-messages-dir' configuration directive. 2023-02-19T21:53:33.510678Z 0 [Note] [MY-012366] [InnoDB] Using Linux native AIO 2023-02-19T21:53:33.510898Z 0 [Note] [MY-010747] [Server] Plugin 'FEDERATED' is disabled. 2023-02-19T21:53:33.512177Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2023-02-19T21:53:33.512209Z 1 [Note] [MY-013546] [InnoDB] Atomic write enabled 2023-02-19T21:53:33.512251Z 1 [Note] [MY-012932] [InnoDB] PUNCH HOLE support available 2023-02-19T21:53:33.512271Z 1 [Note] [MY-012944] [InnoDB] Uses event mutexes 2023-02-19T21:53:33.512287Z 1 [Note] [MY-012945] [InnoDB] GCC builtin __atomic_thread_fence() is used for memory barrier 2023-02-19T21:53:33.512297Z 1 [Note] [MY-012948] [InnoDB] Compressed tables use zlib 1.2.11 2023-02-19T21:53:33.515206Z 1 [Note] [MY-013251] [InnoDB] Number of pools: 1 2023-02-19T21:53:33.515300Z 1 [Note] [MY-012951] [InnoDB] Using hardware accelerated crc32 and polynomial multiplication. 2023-02-19T21:53:33.515706Z 1 [Note] [MY-012203] [InnoDB] Directories to scan './' 2023-02-19T21:53:33.515751Z 1 [Note] [MY-012204] [InnoDB] Scanning './' 2023-02-19T21:53:33.517244Z 1 [Note] [MY-012208] [InnoDB] Completed space ID check of 7 files. 2023-02-19T21:53:33.517933Z 1 [Note] [MY-012955] [InnoDB] Initializing buffer pool, total size = 128.000000M, instances = 1, chunk size =128.000000M 2023-02-19T21:53:33.524365Z 1 [Note] [MY-012957] [InnoDB] Completed initialization of buffer pool 2023-02-19T21:53:33.526971Z 0 [Note] [MY-011952] [InnoDB] If the mysqld execution user is authorized, page cleaner and LRU manager thread priority can be changed. See the man page of setpriority(). 2023-02-19T21:53:33.527339Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_0.dblwr' for doublewrite 2023-02-19T21:53:33.527679Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_1.dblwr' for doublewrite 2023-02-19T21:53:33.575540Z 1 [Note] [MY-013566] [InnoDB] Double write buffer files: 2 2023-02-19T21:53:33.575566Z 1 [Note] [MY-013565] [InnoDB] Double write buffer pages per instance: 4 2023-02-19T21:53:33.575598Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_0.dblwr' for doublewrite 2023-02-19T21:53:33.575627Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_1.dblwr' for doublewrite 2023-02-19T21:53:33.575942Z 1 [Note] [MY-012560] [InnoDB] The log sequence number 19078208 in the system tablespace does not match the log sequence number 19620174 in the ib_logfiles! 2023-02-19T21:53:33.575970Z 1 [Note] [MY-012551] [InnoDB] Database was not shutdown normally! 2023-02-19T21:53:33.575985Z 1 [Note] [MY-012552] [InnoDB] Starting crash recovery. 2023-02-19T21:53:33.582101Z 1 [Note] [MY-013086] [InnoDB] Starting to parse redo log at lsn = 19619860, whereas checkpoint_lsn = 19620174 and start_lsn = 19619840 2023-02-19T21:53:33.582128Z 1 [Note] [MY-012550] [InnoDB] Doing recovery: scanned up to log sequence number 19620174 2023-02-19T21:53:33.592831Z 1 [Note] [MY-013083] [InnoDB] Log background threads are being started... 2023-02-19T21:53:33.593520Z 1 [Note] [MY-012532] [InnoDB] Applying a batch of 0 redo log records ... 2023-02-19T21:53:33.593555Z 1 [Note] [MY-012535] [InnoDB] Apply batch completed! 2023-02-19T21:53:33.593741Z 1 [Note] [MY-013252] [InnoDB] Using undo tablespace './undo_001'. 2023-02-19T21:53:33.594087Z 1 [Note] [MY-013252] [InnoDB] Using undo tablespace './undo_002'. 2023-02-19T21:53:33.594452Z 1 [Note] [MY-012910] [InnoDB] Opened 2 existing undo tablespaces. 2023-02-19T21:53:33.594497Z 1 [Note] [MY-011980] [InnoDB] GTID recovery trx_no: 1560 2023-02-19T21:53:33.597602Z 1 [Note] [MY-013776] [InnoDB] Parallel initialization of rseg complete 2023-02-19T21:53:33.597639Z 1 [Note] [MY-013777] [InnoDB] Time taken to initialize rseg using 4 thread: 3145 ms. 2023-02-19T21:53:33.599397Z 1 [Note] [MY-012255] [InnoDB] Removed temporary tablespace data file: "ibtmp1" 2023-02-19T21:53:33.599418Z 1 [Note] [MY-012923] [InnoDB] Creating shared tablespace for temporary tables 2023-02-19T21:53:33.599483Z 1 [Note] [MY-012265] [InnoDB] Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2023-02-19T21:53:33.651882Z 1 [Note] [MY-012266] [InnoDB] File './ibtmp1' size is now 12 MB. 2023-02-19T21:53:33.652060Z 1 [Note] [MY-013627] [InnoDB] Scanning temp tablespace dir:'./#innodb_temp/' 2023-02-19T21:53:33.755831Z 1 [Note] [MY-013018] [InnoDB] Created 128 and tracked 128 new rollback segment(s) in the temporary tablespace. 128 are now active. 2023-02-19T21:53:33.756058Z 1 [Note] [MY-012976] [InnoDB] Percona XtraDB (http://www.percona.com) 8.0.29-21 started; log sequence number 19620184 2023-02-19T21:53:33.756452Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2023-02-19T21:53:33.762014Z 1 [Note] [MY-011089] [Server] Data dictionary restarting version '80023'. 2023-02-19T21:53:33.835260Z 1 [Note] [MY-012357] [InnoDB] Reading DD tablespace files 2023-02-19T21:53:33.836842Z 1 [Note] [MY-012356] [InnoDB] Scanned 9 tablespaces. Validated 9. 2023-02-19T21:53:33.863700Z 1 [Note] [MY-000000] [WSREP] wsrep_init_schema_and_SR (nil) 2023-02-19T21:53:33.869730Z 1 [System] [MY-000000] [WSREP] PXC upgrade completed successfully 2023-02-19T21:53:33.869793Z 1 [Note] [MY-010006] [Server] Using data dictionary with version '80023'. 2023-02-19T21:53:33.874235Z 0 [Note] [MY-011332] [Server] Plugin mysqlx reported: 'IPv6 is available' 2023-02-19T21:53:33.884276Z 0 [Note] [MY-011323] [Server] Plugin mysqlx reported: 'X Plugin ready for connections. bind-address: '::' port: 33060' 2023-02-19T21:53:33.884309Z 0 [Note] [MY-011323] [Server] Plugin mysqlx reported: 'X Plugin ready for connections. socket: '/var/lib/mysql/mysqlx.sock'' 2023-02-19T21:53:33.898843Z 0 [Note] [MY-010902] [Server] Thread priority attribute setting in Resource Group SQL shall be ignored due to unsupported platform or insufficient privilege. 2023-02-19T21:53:33.915250Z 0 [Note] [MY-010855] [Server] Recovering after a crash using binlog 2023-02-19T21:53:33.915289Z 0 [System] [MY-010229] [Server] Starting XA crash recovery... 2023-02-19T21:53:33.925056Z 0 [System] [MY-010232] [Server] XA crash recovery finished. 2023-02-19T21:53:33.935931Z 0 [Note] [MY-012487] [InnoDB] DDL log recovery : begin 2023-02-19T21:53:33.935994Z 0 [Note] [MY-012488] [InnoDB] DDL log recovery : end 2023-02-19T21:53:33.939615Z 0 [Note] [MY-012922] [InnoDB] Waiting for purge to start 2023-02-19T21:53:33.990340Z 0 [Note] [MY-000000] [WSREP] Recovered position: 00000000-0000-0000-0000-000000000000:-1 2023-02-19T21:53:33.991984Z 0 [Note] [MY-012330] [InnoDB] FTS optimize thread exiting. 2023-02-19T21:53:34.941729Z 0 [Note] [MY-010120] [Server] Binlog end 2023-02-19T21:53:34.942171Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'mysqlx' 2023-02-19T21:53:34.942897Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'mysqlx_cache_cleaner' 2023-02-19T21:53:34.942924Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'ngram' 2023-02-19T21:53:34.942940Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'BLACKHOLE' 2023-02-19T21:53:34.942957Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'ARCHIVE' 2023-02-19T21:53:34.942971Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'TempTable' 2023-02-19T21:53:34.942986Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'MRG_MYISAM' 2023-02-19T21:53:34.943000Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'MyISAM' 2023-02-19T21:53:34.943027Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_CHANGED_PAGES' 2023-02-19T21:53:34.943052Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_TABLESPACES_SCRUBBING' 2023-02-19T21:53:34.943067Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_TABLESPACES_ENCRYPTION' 2023-02-19T21:53:34.943080Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_SESSION_TEMP_TABLESPACES' 2023-02-19T21:53:34.943093Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_CACHED_INDEXES' 2023-02-19T21:53:34.943106Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_VIRTUAL' 2023-02-19T21:53:34.943120Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_COLUMNS' 2023-02-19T21:53:34.943133Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_TABLESPACES' 2023-02-19T21:53:34.943146Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_INDEXES' 2023-02-19T21:53:34.943160Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_TABLESTATS' 2023-02-19T21:53:34.943175Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_TABLES' 2023-02-19T21:53:34.943190Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_FT_INDEX_TABLE' 2023-02-19T21:53:34.943204Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_FT_INDEX_CACHE' 2023-02-19T21:53:34.943219Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_FT_CONFIG' 2023-02-19T21:53:34.943233Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_FT_BEING_DELETED' 2023-02-19T21:53:34.943247Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_FT_DELETED' 2023-02-19T21:53:34.943261Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD' 2023-02-19T21:53:34.943275Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_METRICS' 2023-02-19T21:53:34.943289Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_TEMP_TABLE_INFO' 2023-02-19T21:53:34.943303Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_BUFFER_POOL_STATS' 2023-02-19T21:53:34.943317Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU' 2023-02-19T21:53:34.943331Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_BUFFER_PAGE' + grep ' Recovered position:' /var/lib/mysql//wsrep_recovery_verbose.log 2023-02-19T21:53:34.943345Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET' 2023-02-19T21:53:34.943359Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_CMP_PER_INDEX' 2023-02-19T21:53:34.943374Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_CMPMEM_RESET' 2023-02-19T21:53:34.943388Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_CMPMEM' 2023-02-19T21:53:34.943403Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_CMP_RESET' 2023-02-19T21:53:34.943417Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_CMP' 2023-02-19T21:53:34.943431Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_TRX' 2023-02-19T21:53:34.943446Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'InnoDB' 2023-02-19T21:53:34.943486Z 0 [Note] [MY-013072] [InnoDB] Starting shutdown... 2023-02-19T21:53:35.095008Z 0 [Note] [MY-013084] [InnoDB] Log background threads are being closed... 2023-02-19T21:53:35.625597Z 0 [Note] [MY-012980] [InnoDB] Shutdown completed; log sequence number 19648586 2023-02-19T21:53:35.631402Z 0 [Note] [MY-012255] [InnoDB] Removed temporary tablespace data file: "ibtmp1" 2023-02-19T21:53:35.631506Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'MEMORY' 2023-02-19T21:53:35.631554Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'CSV' 2023-02-19T21:53:35.631596Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'PERFORMANCE_SCHEMA' 2023-02-19T21:53:35.631767Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'wsrep' 2023-02-19T21:53:35.631809Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'daemon_keyring_proxy_plugin' 2023-02-19T21:53:35.631870Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'sha2_cache_cleaner' 2023-02-19T21:53:35.631910Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'caching_sha2_password' 2023-02-19T21:53:35.631953Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'sha256_password' 2023-02-19T21:53:35.631988Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'mysql_native_password' 2023-02-19T21:53:35.632555Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'binlog' 2023-02-19T21:53:35.633364Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.29-21.1) Percona XtraDB Cluster (GPL), Release rel21, Revision 250bc93, WSREP version 26.4.3. 2023-02-19T21:53:33.990340Z 0 [Note] [MY-000000] [WSREP] Recovered position: 00000000-0000-0000-0000-000000000000:-1 ++ grep ' Recovered position:' /var/lib/mysql//wsrep_recovery_verbose.log ++ sed 's/.*\ Recovered\ position://' ++ sed 's/^[ \t]*//' + start_pos=00000000-0000-0000-0000-000000000000:-1 + wsrep_start_position_opt=--wsrep_start_position=00000000-0000-0000-0000-000000000000:-1 ++ echo 00000000-0000-0000-0000-000000000000:-1 ++ awk -F: '{print $NF}' + seqno=-1 + rm /var/lib/mysql//wsrep_recovery_verbose.log + '[' -n minimal-cluster-pxc-unready ']' ++ get_primary ++ peer-list -on-start=/var/lib/mysql/get-pxc-state -service=minimal-cluster-pxc-unready ++ grep wsrep_ready:ON:wsrep_connected:ON:wsrep_local_state_comment:Synced:wsrep_cluster_status:Primary ++ sort ++ tail -1 ++ true + is_primary_exists= + is_manual_recovery + set +o xtrace + [[ -z '' ]] + [[ -f /var/lib/mysql//grastate.dat ]] + [[ -z '' ]] + [[ -f /var/lib/mysql//gvwstate.dat ]] + [[ -z '' ]] + [[ -f /var/lib/mysql//grastate.dat ]] + test -e /opt/percona/hookscript/hook.sh + exec mysqld --wsrep_start_position=00000000-0000-0000-0000-000000000000:-1 2023-02-19T21:53:47.163501Z 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. 2023-02-19T21:53:47.163525Z 0 [Warning] [MY-000000] [WSREP] Node is not a cluster node. Disabling pxc_strict_mode 2023-02-19T21:53:47.164072Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.29-21.1) starting as process 1 2023-02-19T21:53:47.164124Z 0 [ERROR] [MY-010338] [Server] Can't find error-message file '/usr/share/percona-xtradb-cluster/errmsg.sys'. Check error-message file location and 'lc-messages-dir' configuration directive. 2023-02-19T21:53:47.166686Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed. 2023-02-19T21:53:47.166738Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel. 2023-02-19T21:53:47.173003Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2023-02-19T21:53:47.384719Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2023-02-19T21:53:47.490006Z 1 [Note] [MY-000000] [WSREP] wsrep_init_schema_and_SR (nil) 2023-02-19T21:53:47.496173Z 1 [System] [MY-000000] [WSREP] PXC upgrade completed successfully 2023-02-19T21:53:47.645882Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed. 2023-02-19T21:53:47.645919Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel. 2023-02-19T21:53:47.655143Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/var/lib/mysql' in the path is accessible to all OS users. Consider choosing a different directory. 2023-02-19T21:53:47.669252Z 0 [Note] [MY-000000] [WSREP] Initialized wsrep sidno 2 2023-02-19T21:53:47.669283Z 0 [Note] [MY-000000] [Galera] Loading provider none initial position: 00000000-0000-0000-0000-000000000000:-1 2023-02-19T21:53:47.669307Z 0 [Note] [MY-000000] [Galera] wsrep_load(): loading provider library 'none' 2023-02-19T21:53:47.670357Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/lib/mysql/mysqlx.sock 2023-02-19T21:53:47.670412Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.29-21.1' socket: '/var/lib/mysql/mysql.sock' port: 3306 Percona XtraDB Cluster (GPL), Release rel21, Revision 250bc93, WSREP version 26.4.3.