+ 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:29:56 Peer finder enter 2026/03/20 10:29:56 Determined Domain to be openstack.svc.cluster.local 2026/03/20 10:29:56 Peer list updated was [] now [10-0-0-192.percona-xtradb-pxc-unready.openstack.svc.cluster.local] 2026/03/20 10:29:56 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:29:56 ++ hostname -I ++ awk ' { print $1 } ' + NODE_IP=10.0.0.192 ++ cut -d. -f2 ++ hostname -f + 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:57 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 WSREP: Print recovery logs: 2026-03-20T10:29:57.733587Z 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:57.733611Z 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:57.734731Z 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:57.735412Z 0 [Note] [MY-013932] [Server] BuildID[sha1]=df9f6877fc91c9a71d439f27569eabdef408f622 2026-03-20T10:29:57.735416Z 0 [Note] [MY-010949] [Server] Basedir set to /usr/. 2026-03-20T10:29:57.735424Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.32-24.2) starting as process 164 2026-03-20T10:29:57.739615Z 0 [Note] [MY-012366] [InnoDB] Using Linux native AIO 2026-03-20T10:29:57.739769Z 0 [Note] [MY-010747] [Server] Plugin 'FEDERATED' is disabled. 2026-03-20T10:29:57.739822Z 0 [Note] [MY-010747] [Server] Plugin 'ndbcluster' is disabled. 2026-03-20T10:29:57.739835Z 0 [Note] [MY-010747] [Server] Plugin 'ndbinfo' is disabled. 2026-03-20T10:29:57.739841Z 0 [Note] [MY-010747] [Server] Plugin 'ndb_transid_mysql_connection_map' is disabled. 2026-03-20T10:29:57.741525Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2026-03-20T10:29:57.741663Z 1 [Note] [MY-013546] [InnoDB] Atomic write enabled 2026-03-20T10:29:57.741754Z 1 [Note] [MY-012932] [InnoDB] PUNCH HOLE support available 2026-03-20T10:29:57.741777Z 1 [Note] [MY-012944] [InnoDB] Uses event mutexes 2026-03-20T10:29:57.741786Z 1 [Note] [MY-012945] [InnoDB] GCC builtin __atomic_thread_fence() is used for memory barrier 2026-03-20T10:29:57.741799Z 1 [Note] [MY-012948] [InnoDB] Compressed tables use zlib 1.2.13 2026-03-20T10:29:57.745131Z 1 [Note] [MY-012951] [InnoDB] Using hardware accelerated crc32 and polynomial multiplication. 2026-03-20T10:29:57.745578Z 1 [Note] [MY-012203] [InnoDB] Directories to scan './' 2026-03-20T10:29:57.745665Z 1 [Note] [MY-012204] [InnoDB] Scanning './' 2026-03-20T10:29:57.750218Z 1 [Note] [MY-012208] [InnoDB] Completed space ID check of 7 files. 2026-03-20T10:29:57.751511Z 1 [Note] [MY-012955] [InnoDB] Initializing buffer pool, total size = 4.000000G, instances = 8, chunk size =128.000000M 2026-03-20T10:29:58.170634Z 1 [Note] [MY-012957] [InnoDB] Completed initialization of buffer pool 2026-03-20T10:29:58.185306Z 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(). 2026-03-20T10:29:58.187432Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_0.dblwr' for doublewrite 2026-03-20T10:29:58.189502Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_1.dblwr' for doublewrite 2026-03-20T10:29:58.195590Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_2.dblwr' for doublewrite 2026-03-20T10:29:58.198139Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_3.dblwr' for doublewrite 2026-03-20T10:29:58.204278Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_4.dblwr' for doublewrite 2026-03-20T10:29:58.230101Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_5.dblwr' for doublewrite 2026-03-20T10:29:58.235727Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_6.dblwr' for doublewrite 2026-03-20T10:29:58.236539Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_7.dblwr' for doublewrite 2026-03-20T10:29:58.241830Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_8.dblwr' for doublewrite 2026-03-20T10:29:58.243124Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_9.dblwr' for doublewrite 2026-03-20T10:29:58.247939Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_10.dblwr' for doublewrite 2026-03-20T10:29:58.248615Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_11.dblwr' for doublewrite 2026-03-20T10:29:58.253354Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_12.dblwr' for doublewrite 2026-03-20T10:29:58.254776Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_13.dblwr' for doublewrite 2026-03-20T10:29:58.260208Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_14.dblwr' for doublewrite 2026-03-20T10:29:58.261447Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_15.dblwr' for doublewrite 2026-03-20T10:29:58.270099Z 1 [Note] [MY-013566] [InnoDB] Double write buffer files: 16 2026-03-20T10:29:58.270133Z 1 [Note] [MY-013565] [InnoDB] Double write buffer pages per instance: 4 2026-03-20T10:29:58.270172Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_0.dblwr' for doublewrite 2026-03-20T10:29:58.270204Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_1.dblwr' for doublewrite 2026-03-20T10:29:58.270233Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_2.dblwr' for doublewrite 2026-03-20T10:29:58.270262Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_3.dblwr' for doublewrite 2026-03-20T10:29:58.270291Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_4.dblwr' for doublewrite 2026-03-20T10:29:58.270319Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_5.dblwr' for doublewrite 2026-03-20T10:29:58.270347Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_6.dblwr' for doublewrite 2026-03-20T10:29:58.270376Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_7.dblwr' for doublewrite 2026-03-20T10:29:58.270404Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_8.dblwr' for doublewrite 2026-03-20T10:29:58.270432Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_9.dblwr' for doublewrite 2026-03-20T10:29:58.270460Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_10.dblwr' for doublewrite 2026-03-20T10:29:58.270488Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_11.dblwr' for doublewrite 2026-03-20T10:29:58.270517Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_12.dblwr' for doublewrite 2026-03-20T10:29:58.270546Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_13.dblwr' for doublewrite 2026-03-20T10:29:58.270573Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_14.dblwr' for doublewrite 2026-03-20T10:29:58.270601Z 1 [Note] [MY-013532] [InnoDB] Using './#ib_16384_15.dblwr' for doublewrite 2026-03-20T10:29:58.310650Z 1 [Note] [MY-013883] [InnoDB] The latest found checkpoint is at lsn = 32089954 in redo log file ./#innodb_redo/#ib_redo9. 2026-03-20T10:29:58.310792Z 1 [Note] [MY-013086] [InnoDB] Starting to parse redo log at lsn = 32089612, whereas checkpoint_lsn = 32089954 and start_lsn = 32089600 2026-03-20T10:29:58.310801Z 1 [Note] [MY-012547] [InnoDB] Log scan progressed past the checkpoint LSN 32089612. 2026-03-20T10:29:58.310808Z 1 [Note] [MY-012551] [InnoDB] Database was not shutdown normally! 2026-03-20T10:29:58.310819Z 1 [Note] [MY-012552] [InnoDB] Starting crash recovery. 2026-03-20T10:29:58.748165Z 1 [Note] [MY-012550] [InnoDB] Doing recovery: scanned up to log sequence number 32137553 2026-03-20T10:29:58.765135Z 1 [Note] [MY-013083] [InnoDB] Log background threads are being started... 2026-03-20T10:29:58.766441Z 1 [Note] [MY-012532] [InnoDB] Applying a batch of 42 redo log records ... 2026-03-20T10:29:58.796217Z 1 [Note] [MY-012533] [InnoDB] 100% 2026-03-20T10:29:59.296420Z 1 [Note] [MY-012535] [InnoDB] Apply batch completed! 2026-03-20T10:29:59.415191Z 1 [Note] [MY-013252] [InnoDB] Using undo tablespace './undo_001'. 2026-03-20T10:29:59.417592Z 1 [Note] [MY-013252] [InnoDB] Using undo tablespace './undo_002'. 2026-03-20T10:29:59.423407Z 1 [Note] [MY-012910] [InnoDB] Opened 2 existing undo tablespaces. 2026-03-20T10:29:59.423543Z 1 [Note] [MY-011980] [InnoDB] GTID recovery trx_no: 2066 2026-03-20T10:29:59.615241Z 1 [Note] [MY-013776] [InnoDB] Parallel initialization of rseg complete 2026-03-20T10:29:59.615341Z 1 [Note] [MY-013777] [InnoDB] Time taken to initialize rseg using 4 thread: 191805 ms. 2026-03-20T10:29:59.616291Z 1 [Note] [MY-012255] [InnoDB] Removed temporary tablespace data file: "ibtmp1" 2026-03-20T10:29:59.616359Z 1 [Note] [MY-012923] [InnoDB] Creating shared tablespace for temporary tables 2026-03-20T10:29:59.616488Z 1 [Note] [MY-012265] [InnoDB] Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2026-03-20T10:29:59.799139Z 1 [Note] [MY-012266] [InnoDB] File './ibtmp1' size is now 12 MB. 2026-03-20T10:29:59.799460Z 1 [Note] [MY-013627] [InnoDB] Scanning temp tablespace dir:'./#innodb_temp/' 2026-03-20T10:29:59.864262Z 1 [Note] [MY-013018] [InnoDB] Created 128 and tracked 128 new rollback segment(s) in the temporary tablespace. 128 are now active. 2026-03-20T10:29:59.865435Z 1 [Note] [MY-012976] [InnoDB] Percona XtraDB (http://www.percona.com) 8.0.32-24 started; log sequence number 32137669 2026-03-20T10:29:59.865616Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2026-03-20T10:29:59.891630Z 1 [Note] [MY-011089] [Server] Data dictionary restarting version '80023'. 2026-03-20T10:30:00.046157Z 1 [Note] [MY-012357] [InnoDB] Reading DD tablespace files 2026-03-20T10:30:00.050587Z 1 [Note] [MY-012356] [InnoDB] Scanned 9 tablespaces. Validated 9. 2026-03-20T10:30:00.076365Z 1 [Note] [MY-000000] [WSREP] wsrep_init_schema_and_SR (nil) 2026-03-20T10:30:00.098165Z 1 [System] [MY-000000] [WSREP] PXC upgrade completed successfully 2026-03-20T10:30:00.098225Z 1 [Note] [MY-010006] [Server] Using data dictionary with version '80023'. 2026-03-20T10:30:00.113007Z 0 [Note] [MY-011332] [Server] Plugin mysqlx reported: 'IPv6 is available' 2026-03-20T10:30:00.115876Z 0 [Note] [MY-011323] [Server] Plugin mysqlx reported: 'X Plugin ready for connections. bind-address: '::' port: 33060' 2026-03-20T10:30:00.115908Z 0 [Note] [MY-011323] [Server] Plugin mysqlx reported: 'X Plugin ready for connections. socket: '/var/lib/mysql/mysqlx.sock'' 2026-03-20T10:30:00.146774Z 0 [Note] [MY-010902] [Server] Thread priority attribute setting in Resource Group SQL shall be ignored due to unsupported platform or insufficient privilege. 2026-03-20T10:30:00.161251Z 0 [Note] [MY-010855] [Server] Recovering after a crash using binlog 2026-03-20T10:30:00.161399Z 0 [Note] [MY-000000] [WSREP] Before binlog recovery (wsrep position: 2437e35c-2446-11f1-a66e-7e849824a003:22) 2026-03-20T10:30:00.161442Z 0 [Note] [MY-000000] [WSREP] After binlog recovery (wsrep position: 2437e35c-2446-11f1-a66e-7e849824a003:22) 2026-03-20T10:30:00.161459Z 0 [System] [MY-010229] [Server] Starting XA crash recovery... 2026-03-20T10:30:00.174015Z 0 [Note] [MY-013911] [Server] Crash recovery finished in binlog engine. No attempts to commit, rollback or prepare any transactions. 2026-03-20T10:30:00.174092Z 0 [Note] [MY-013911] [Server] Crash recovery finished in InnoDB engine. No attempts to commit, rollback or prepare any transactions. 2026-03-20T10:30:00.174098Z 0 [System] [MY-010232] [Server] XA crash recovery finished. 2026-03-20T10:30:00.180877Z 0 [Note] [MY-012487] [InnoDB] DDL log recovery : begin 2026-03-20T10:30:00.181729Z 0 [Note] [MY-012488] [InnoDB] DDL log recovery : end 2026-03-20T10:30:00.189576Z 0 [Note] [MY-012922] [InnoDB] Waiting for purge to start 2026-03-20T10:30:00.253118Z 0 [Note] [MY-000000] [WSREP] Recovered position: 2437e35c-2446-11f1-a66e-7e849824a003:22 2026-03-20T10:30:00.254402Z 0 [Note] [MY-012330] [InnoDB] FTS optimize thread exiting. 2026-03-20T10:30:01.192329Z 0 [Note] [MY-010120] [Server] Binlog end 2026-03-20T10:30:01.192951Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'binlog_utils_udf' 2026-03-20T10:30:01.192970Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'mysqlx' 2026-03-20T10:30:01.193627Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'mysqlx_cache_cleaner' 2026-03-20T10:30:01.193640Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'ngram' 2026-03-20T10:30:01.193645Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'BLACKHOLE' 2026-03-20T10:30:01.193653Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'ARCHIVE' 2026-03-20T10:30:01.193658Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'TempTable' 2026-03-20T10:30:01.193663Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'MRG_MYISAM' 2026-03-20T10:30:01.193684Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'MyISAM' 2026-03-20T10:30:01.193706Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_SESSION_TEMP_TABLESPACES' 2026-03-20T10:30:01.193725Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_CACHED_INDEXES' 2026-03-20T10:30:01.193730Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_VIRTUAL' 2026-03-20T10:30:01.193735Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_COLUMNS' 2026-03-20T10:30:01.193740Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_TABLESPACES' 2026-03-20T10:30:01.193744Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_INDEXES' 2026-03-20T10:30:01.193749Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_TABLESTATS' 2026-03-20T10:30:01.193753Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_TABLES' 2026-03-20T10:30:01.193758Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_FT_INDEX_TABLE' 2026-03-20T10:30:01.193762Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_FT_INDEX_CACHE' 2026-03-20T10:30:01.193766Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_FT_CONFIG' 2026-03-20T10:30:01.193771Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_FT_BEING_DELETED' 2026-03-20T10:30:01.193775Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_FT_DELETED' 2026-03-20T10:30:01.193780Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD' 2026-03-20T10:30:01.193784Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_METRICS' 2026-03-20T10:30:01.193789Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_TEMP_TABLE_INFO' 2026-03-20T10:30:01.193795Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_BUFFER_POOL_STATS' 2026-03-20T10:30:01.193799Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU' 2026-03-20T10:30:01.193803Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_BUFFER_PAGE' 2026-03-20T10:30:01.193808Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET' 2026-03-20T10:30:01.193812Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_CMP_PER_INDEX' 2026-03-20T10:30:01.193817Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_CMPMEM_RESET' 2026-03-20T10:30:01.193822Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_CMPMEM' 2026-03-20T10:30:01.193826Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_CMP_RESET' 2026-03-20T10:30:01.193831Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_CMP' 2026-03-20T10:30:01.193835Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'INNODB_TRX' 2026-03-20T10:30:01.193840Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'InnoDB' 2026-03-20T10:30:01.193894Z 0 [Note] [MY-013072] [InnoDB] Starting shutdown... 2026-03-20T10:30:01.213268Z 0 [Note] [MY-013084] [InnoDB] Log background threads are being closed... 2026-03-20T10:30:01.835615Z 0 [Note] [MY-013854] [InnoDB] Bytes written to disk by DBLWR (ON): 1146880 2026-03-20T10:30:01.836263Z 0 [Note] [MY-012980] [InnoDB] Shutdown completed; log sequence number 32184056 2026-03-20T10:30:01.836417Z 0 [Note] [MY-012255] [InnoDB] Removed temporary tablespace data file: "ibtmp1" 2026-03-20T10:30:01.836449Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'MEMORY' 2026-03-20T10:30:01.836460Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'CSV' 2026-03-20T10:30:01.836469Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'PERFORMANCE_SCHEMA' 2026-03-20T10:30:01.836530Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'wsrep' 2026-03-20T10:30:01.836536Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'sha2_cache_cleaner' 2026-03-20T10:30:01.836544Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'caching_sha2_password' 2026-03-20T10:30:01.836553Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'sha256_password' 2026-03-20T10:30:01.836558Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'mysql_native_password' 2026-03-20T10:30:01.836576Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'daemon_keyring_proxy_plugin' 2026-03-20T10:30:01.837386Z 0 [Note] [MY-010733] [Server] Shutting down plugin 'binlog' 2026-03-20T10:30:01.837936Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.32-24.2) Percona XtraDB Cluster (GPL), Release rel24, Revision 2119e75, WSREP version 26.1.4.3. 2026-03-20T10:30:00.253118Z 0 [Note] [MY-000000] [WSREP] Recovered position: 2437e35c-2446-11f1-a66e-7e849824a003:22 + [[ -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:30:13.452346Z 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:30:13.452371Z 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:30:13.453585Z 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:30:13.454225Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.32-24.2) starting as process 1 2026-03-20T10:30:13.456665Z 0 [Note] [MY-000000] [Galera] Loading provider /usr/lib64/galera4/libgalera_smm.so initial position: 2437e35c-2446-11f1-a66e-7e849824a003:22 2026-03-20T10:30:13.456728Z 0 [Note] [MY-000000] [Galera] wsrep_load(): loading provider library '/usr/lib64/galera4/libgalera_smm.so' 2026-03-20T10:30:13.457425Z 0 [Note] [MY-000000] [Galera] wsrep_load(): Galera 4.14(779b689) by Codership Oy (modified by Percona ) loaded successfully. 2026-03-20T10:30:13.457490Z 0 [Note] [MY-000000] [Galera] CRC-32C: using 64-bit x86 acceleration. 2026-03-20T10:30:13.457726Z 0 [Note] [MY-000000] [Galera] Found saved state: 2437e35c-2446-11f1-a66e-7e849824a003:-1, safe_to_bootstrap: 1 2026-03-20T10:30:13.457845Z 0 [Note] [MY-000000] [Galera] GCache DEBUG: opened preamble: Version: 2 UUID: 2437e35c-2446-11f1-a66e-7e849824a003 Seqno: -1 - -1 Offset: -1 Synced: 0 EncVersion: 1 Encrypted: 0 MasterKeyConst UUID: 2434f4d5-2446-11f1-bf3d-e6f0ca52450c MasterKey UUID: 00000000-0000-0000-0000-000000000000 MasterKey ID: 0 2026-03-20T10:30:13.457879Z 0 [Note] [MY-000000] [Galera] Recovering GCache ring buffer: version: 2, UUID: 2437e35c-2446-11f1-a66e-7e849824a003, offset: -1 2026-03-20T10:30:13.457987Z 0 [Note] [MY-000000] [Galera] GCache::RingBuffer initial scan... 0.0% ( 0/134217752 bytes) complete. 2026-03-20T10:30:13.504952Z 0 [Note] [MY-000000] [Galera] GCache::RingBuffer initial scan...100.0% (134217752/134217752 bytes) complete. 2026-03-20T10:30:13.505141Z 0 [Note] [MY-000000] [Galera] Recovering GCache ring buffer: found gapless sequence 1-23 2026-03-20T10:30:13.505219Z 0 [Note] [MY-000000] [Galera] GCache::RingBuffer unused buffers scan... 0.0% ( 0/7048 bytes) complete. 2026-03-20T10:30:13.505455Z 0 [Note] [MY-000000] [Galera] GCache::RingBuffer unused buffers scan...100.0% (7048/7048 bytes) complete. 2026-03-20T10:30:13.505504Z 0 [Note] [MY-000000] [Galera] Recovering GCache ring buffer: found 0/23 locked buffers 2026-03-20T10:30:13.505526Z 0 [Note] [MY-000000] [Galera] Recovering GCache ring buffer: free space: 134210680/134217728 2026-03-20T10:30:13.506942Z 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:30:13.647893Z 0 [Note] [MY-000000] [Galera] Service thread queue flushed. 2026-03-20T10:30:13.648146Z 0 [Note] [MY-000000] [Galera] ####### Assign initial position for certification: 2437e35c-2446-11f1-a66e-7e849824a003:22, protocol version: -1 2026-03-20T10:30:13.648347Z 0 [Note] [MY-000000] [WSREP] Starting replication 2026-03-20T10:30:13.648499Z 0 [Note] [MY-000000] [Galera] Connecting with bootstrap option: 1 2026-03-20T10:30:13.648601Z 0 [Note] [MY-000000] [Galera] Setting GCS initial position to 2437e35c-2446-11f1-a66e-7e849824a003:22 2026-03-20T10:30:13.648754Z 0 [Note] [MY-000000] [Galera] protonet asio version 0 2026-03-20T10:30:13.648904Z 0 [Note] [MY-000000] [Galera] Using CRC-32C for message checksums. 2026-03-20T10:30:13.649012Z 0 [Note] [MY-000000] [Galera] backend: asio 2026-03-20T10:30:13.649170Z 0 [Note] [MY-000000] [Galera] gcomm thread scheduling priority set to other:0 2026-03-20T10:30:13.649393Z 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:30:13.649474Z 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:30:13.649756Z 0 [Note] [MY-000000] [Galera] GMCast version 0 2026-03-20T10:30:13.649927Z 0 [Note] [MY-000000] [Galera] (c7ad4699-9f49, 'tcp://0.0.0.0:4567') listening at tcp://0.0.0.0:4567 2026-03-20T10:30:13.650007Z 0 [Note] [MY-000000] [Galera] (c7ad4699-9f49, 'tcp://0.0.0.0:4567') multicast: , ttl: 1 2026-03-20T10:30:13.650416Z 0 [Note] [MY-000000] [Galera] EVS version 1 2026-03-20T10:30:13.650603Z 0 [Note] [MY-000000] [Galera] gcomm: bootstrapping new group 'percona-xtradb-pxc' 2026-03-20T10:30:13.650673Z 0 [Note] [MY-000000] [Galera] start_prim is enabled, turn off pc_recovery 2026-03-20T10:30:13.650870Z 0 [Note] [MY-000000] [Galera] EVS version upgrade 0 -> 1 2026-03-20T10:30:13.650924Z 0 [Note] [MY-000000] [Galera] PC protocol upgrade 0 -> 1 2026-03-20T10:30:13.650971Z 0 [Note] [MY-000000] [Galera] Node c7ad4699-9f49 state primary 2026-03-20T10:30:13.651026Z 0 [Note] [MY-000000] [Galera] Current view of cluster as seen by this node view (view_id(PRIM,c7ad4699-9f49,1) memb { c7ad4699-9f49,0 } joined { } left { } partitioned { } ) 2026-03-20T10:30:13.651055Z 0 [Note] [MY-000000] [Galera] Save the discovered primary-component to disk 2026-03-20T10:30:13.704813Z 0 [Note] [MY-000000] [Galera] gcomm: connected 2026-03-20T10:30:13.704925Z 0 [Note] [MY-000000] [Galera] Changing maximum packet size to 64500, resulting msg size: 32636 2026-03-20T10:30:13.705204Z 0 [Note] [MY-000000] [Galera] Shifting CLOSED -> OPEN (TO: 0) 2026-03-20T10:30:13.705327Z 0 [Note] [MY-000000] [Galera] Opened channel 'percona-xtradb-pxc' 2026-03-20T10:30:13.705531Z 0 [Note] [MY-000000] [Galera] New COMPONENT: primary = yes, bootstrap = no, my_idx = 0, memb_num = 1 2026-03-20T10:30:13.705794Z 0 [Note] [MY-000000] [Galera] STATE_EXCHANGE: sent state UUID: c7b5d7c8-2447-11f1-8e96-0abdd632cc86 2026-03-20T10:30:13.705827Z 0 [Note] [MY-000000] [Galera] STATE EXCHANGE: sent state msg: c7b5d7c8-2447-11f1-8e96-0abdd632cc86 2026-03-20T10:30:13.705852Z 0 [Note] [MY-000000] [Galera] STATE EXCHANGE: got state msg: c7b5d7c8-2447-11f1-8e96-0abdd632cc86 from 0 (percona-xtradb-pxc-0) 2026-03-20T10:30:13.705880Z 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:30:13.705942Z 0 [Note] [MY-000000] [Galera] Flow-control interval: [100, 100] 2026-03-20T10:30:13.705959Z 0 [Note] [MY-000000] [Galera] Restored state OPEN -> JOINED (23) 2026-03-20T10:30:13.705994Z 0 [Note] [MY-000000] [Galera] Member 0.0 (percona-xtradb-pxc-0) synced with group. 2026-03-20T10:30:13.706011Z 0 [Note] [MY-000000] [Galera] Shifting JOINED -> SYNCED (TO: 23) 2026-03-20T10:30:13.706017Z 1 [Note] [MY-000000] [WSREP] Starting rollbacker thread 1 2026-03-20T10:30:13.706116Z 2 [Note] [MY-000000] [WSREP] Starting applier thread 2 2026-03-20T10:30:13.706284Z 2 [Note] [MY-000000] [Galera] ####### processing CC 23, local, ordered 2026-03-20T10:30:13.706307Z 2 [Note] [MY-000000] [Galera] Maybe drain monitors from 22 upto current CC event 23 upto:22 2026-03-20T10:30:13.706316Z 2 [Note] [MY-000000] [Galera] Drain monitors from 22 up to 22 2026-03-20T10:30:13.706331Z 2 [Note] [MY-000000] [Galera] Process first view: 2437e35c-2446-11f1-a66e-7e849824a003 my uuid: c7ad4699-2447-11f1-9f49-bf55a812a696 2026-03-20T10:30:13.706357Z 2 [Note] [MY-000000] [Galera] Server percona-xtradb-pxc-0 connected to cluster at position 2437e35c-2446-11f1-a66e-7e849824a003:23 with ID c7ad4699-2447-11f1-9f49-bf55a812a696 2026-03-20T10:30:13.706372Z 2 [Note] [MY-000000] [WSREP] Server status change disconnected -> connected 2026-03-20T10:30:13.706408Z 2 [Note] [MY-000000] [WSREP] wsrep_notify_cmd is not defined, skipping notification. 2026-03-20T10:30:13.706439Z 2 [Note] [MY-000000] [Galera] ####### My UUID: c7ad4699-2447-11f1-9f49-bf55a812a696 2026-03-20T10:30:13.706452Z 2 [Note] [MY-000000] [Galera] Cert index reset to 00000000-0000-0000-0000-000000000000:-1 (proto: 10), state transfer needed: no 2026-03-20T10:30:13.706498Z 0 [Note] [MY-000000] [Galera] Service thread queue flushed. 2026-03-20T10:30:13.706552Z 2 [Note] [MY-000000] [Galera] ####### Assign initial position for certification: 00000000-0000-0000-0000-000000000000:-1, protocol version: -1 2026-03-20T10:30:13.706566Z 2 [Note] [MY-000000] [Galera] REPL Protocols: 10 (5) 2026-03-20T10:30:13.706576Z 2 [Note] [MY-000000] [Galera] ####### Adjusting cert position: -1 -> 23 2026-03-20T10:30:13.706591Z 0 [Note] [MY-000000] [Galera] Service thread queue flushed. 2026-03-20T10:30:13.749967Z 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: c7ad4699-2447-11f1-9f49-bf55a812a696, percona-xtradb-pxc-0 ================================================= 2026-03-20T10:30:13.750028Z 2 [Note] [MY-000000] [WSREP] Server status change connected -> joiner 2026-03-20T10:30:13.750039Z 2 [Note] [MY-000000] [WSREP] wsrep_notify_cmd is not defined, skipping notification. 2026-03-20T10:30:13.750056Z 2 [Note] [MY-000000] [WSREP] Server status change joiner -> initializing 2026-03-20T10:30:13.750063Z 2 [Note] [MY-000000] [WSREP] wsrep_notify_cmd is not defined, skipping notification. 2026-03-20T10:30:13.762156Z 3 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2026-03-20T10:30:14.546027Z 3 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2026-03-20T10:30:14.743589Z 3 [Note] [MY-000000] [WSREP] wsrep_init_schema_and_SR (nil) 2026-03-20T10:30:14.766023Z 3 [System] [MY-000000] [WSREP] PXC upgrade completed successfully 2026-03-20T10:30:15.282063Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed. 2026-03-20T10:30:15.282122Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel. 2026-03-20T10:30:15.294280Z 0 [Warning] [MY-013595] [Server] Failed to initialize TLS for channel: mysql_admin. See below for the description of exact issue. 2026-03-20T10:30:15.294317Z 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:30:15.294325Z 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:30:15.350075Z 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. 2026-03-20T10:30:15.397718Z 0 [Note] [MY-000000] [WSREP] Initialized wsrep sidno 2 2026-03-20T10:30:15.397756Z 0 [Note] [MY-000000] [Galera] Server initialized 2026-03-20T10:30:15.397767Z 0 [Note] [MY-000000] [WSREP] Server status change initializing -> initialized 2026-03-20T10:30:15.397784Z 0 [Note] [MY-000000] [WSREP] wsrep_notify_cmd is not defined, skipping notification. 2026-03-20T10:30:15.397971Z 2 [Note] [MY-000000] [Galera] Bootstrapping a new cluster, setting initial position to 00000000-0000-0000-0000-000000000000:-1 2026-03-20T10:30:15.459643Z 10 [Note] [MY-000000] [WSREP] Starting applier thread 10 2026-03-20T10:30:15.461266Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/lib/mysql/mysqlx.sock 2026-03-20T10:30:15.461522Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.32-24.2' socket: '/tmp/mysql.sock' port: 3306 Percona XtraDB Cluster (GPL), Release rel24, Revision 2119e75, WSREP version 26.1.4.3. 2026-03-20T10:30:15.461557Z 0 [System] [MY-013292] [Server] Admin interface ready for connections, address: '10.0.0.192' port: 33062 2026-03-20T10:30:15.467150Z 8 [Note] [MY-000000] [WSREP] Recovered cluster id 2437e35c-2446-11f1-a66e-7e849824a003 2026-03-20T10:30:15.470757Z 2 [Note] [MY-000000] [WSREP] Server status change initialized -> joined 2026-03-20T10:30:15.470791Z 2 [Note] [MY-000000] [WSREP] wsrep_notify_cmd is not defined, skipping notification. 2026-03-20T10:30:15.470816Z 2 [Note] [MY-000000] [WSREP] wsrep_notify_cmd is not defined, skipping notification. 2026-03-20T10:30:15.566624Z 2 [Note] [MY-000000] [Galera] Recording CC from group: 23 2026-03-20T10:30:15.566673Z 2 [Note] [MY-000000] [Galera] Lowest cert index boundary for CC from group: 23 2026-03-20T10:30:15.566687Z 2 [Note] [MY-000000] [Galera] Min available from gcache for CC from group: 1 2026-03-20T10:30:15.566721Z 2 [Note] [MY-000000] [Galera] Server percona-xtradb-pxc-0 synced with group 2026-03-20T10:30:15.566734Z 2 [Note] [MY-000000] [WSREP] Server status change joined -> synced 2026-03-20T10:30:15.566744Z 2 [Note] [MY-000000] [WSREP] Synchronized with group, ready for connections 2026-03-20T10:30:15.566753Z 2 [Note] [MY-000000] [WSREP] wsrep_notify_cmd is not defined, skipping notification. 2026-03-20T10:30:40.325758Z 16 [Warning] [MY-010235] [Server] Following users were specified in CREATE USER IF NOT EXISTS but they already exist. Corresponding entry in binary log used default authentication plugin 'caching_sha2_password' to rewrite authentication information (if any) for them: 'monitor'@'%' 2026-03-20T10:30:40.450918Z 19 [Warning] [MY-010235] [Server] Following users were specified in CREATE USER IF NOT EXISTS but they already exist. Corresponding entry in binary log used default authentication plugin 'caching_sha2_password' to rewrite authentication information (if any) for them: 'xtrabackup'@'%' 2026-03-20T10:31:59.367426Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:31:59.378032Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:00.536984Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:00.570502Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:03.175756Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:04.112442Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:14.624884Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:14.631764Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:14.643405Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:16.425612Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:17.182999Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:17.190552Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:17.829583Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:19.092270Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:19.101197Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:19.111642Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:19.133761Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:20.247614Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:21.123385Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:21.149522Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:21.154069Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:21.159438Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:21.445867Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:21.687679Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:21.691945Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:21.974456Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:25.229110Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:25.237760Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:27.233732Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:27.708121Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:28.327451Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:28.345071Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:28.403914Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:28.617550Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:30.554887Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:30.633364Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:30.668435Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:30.687972Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:30.714774Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:30.719015Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:30.722788Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:30.731748Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:35.004369Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:35.049918Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:35.138004Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:35.151872Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:35.158641Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:37.750286Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:37.827229Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:43.508636Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:44.061525Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:44.084474Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:44.091529Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:44.099033Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:44.183509Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:44.216311Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:44.621876Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:47.742750Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:48.379559Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:48.562723Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:48.682256Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:48.725404Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:48.750708Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:48.757824Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:48.762423Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:48.908791Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:48.938373Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:49.015029Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:49.130949Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:49.377307Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:49.412016Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:49.464243Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:49.482188Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:49.486213Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:50.264517Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:50.312384Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:50.371860Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:50.376570Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:54.127210Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:54.133393Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:54.194306Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:54.201829Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:54.272466Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:54.277433Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:54.312834Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:54.442486Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:54.573193Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:54.672618Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:54.753770Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:54.858802Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:54.991763Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:55.165895Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:55.172465Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:55.299671Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:55.304553Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:55.371628Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:55.464240Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:55.469788Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:55.485816Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:55.514755Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:55.519292Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:55.550637Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:55.566648Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:55.662609Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:55.723141Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:55.773311Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:55.787512Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:55.816005Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:55.820677Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:55.901485Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:55.913428Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:56.419746Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:56.424592Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-20T10:32:56.434451Z 111 [Warning] [MY-000000] [WSREP] Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE