I’m trying to run an example from the link:
but unfortunately, it’s not working.
docker logs pxc-node1
+ '[' m = - ']'
+ CFG=/etc/mysql/node.cnf
+ wantHelp=
+ for arg in "$@"
+ case "$arg" in
+ vault_secret=/etc/mysql/vault-keyring-secret/keyring_vault.conf
+ '[' -f /etc/mysql/vault-keyring-secret/keyring_vault.conf ']'
+ file_env XTRABACKUP_PASSWORD xtrabackup
+ set +o xtrace
+ file_env CLUSTERCHECK_PASSWORD clustercheck
+ set +o xtrace
++ hostname -f
+ NODE_NAME=276b7301829a
+ NODE_PORT=3306
+ '[' -n '' ']'
+ '[' -n '' ']'
+ : checking incoming cluster parameters
++ hostname -I
++ awk ' { print $1 } '
+ NODE_IP=172.18.0.3
+ sed -r 's|^[#]?wsrep_node_address=.*$|wsrep_node_address=172.18.0.3|' /etc/mysql/node.cnf
+ sed -r 's|^[#]?wsrep_node_incoming_address=.*$|wsrep_node_incoming_address=276b7301829a:3306|' /etc/mysql/node.cnf
+ [[ -n pxc-node1 ]]
+ sed -r 's|^[#]?wsrep_cluster_address=.*$|wsrep_cluster_address=gcomm://pxc-node1|' /etc/mysql/node.cnf
+ [[ -n pxc-cluster1 ]]
+ sed -r 's|^[#]?wsrep_cluster_name=.*$|wsrep_cluster_name=pxc-cluster1|' /etc/mysql/node.cnf
+ '[' -z pxc-node1 ']'
+ '[' mysqld = mysqld -a -z '' ']'
+ mysqld --version
+ tee /tmp/version_info
/usr/sbin/mysqld Ver 8.0.33-25.1 for Linux on x86_64 (Percona XtraDB Cluster (GPL), Release rel25, Revision 0c56202, WSREP version 26.1.4.3)
++ _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.YgKVn4kU5E
+ DATADIR=/var/lib/mysql/
+ '[' -f /var/lib/mysql//version_info ']'
+ mysqld --version
+ grep -v wsrep_sst_auth /etc/mysql/node.cnf
[mysqld]
default_authentication_plugin=mysql_native_password
datadir=/var/lib/mysql
socket=/tmp/mysql.sock
skip-host-cache
#coredumper
#server_id=0
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://pxc-node1
wsrep_provider=/usr/lib64/galera4/libgalera_smm.so
wsrep_cluster_name=pxc-cluster1
wsrep_node_address=172.18.0.3
wsrep_node_incoming_address=276b7301829a:3306
wsrep_sst_method=xtrabackup-v2
[client]
socket=/tmp/mysql.sock
[sst]
progress=/var/lib/mysql/sst_in_progress
+ 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.rusQN6pCqU
+ DATADIR=/var/lib/mysql/
+ grastate_loc=/var/lib/mysql//grastate.dat
+ '[' -s /var/lib/mysql//grastate.dat -a -d /var/lib/mysql//mysql ']'
+ '[' -z '' -a -d /var/lib/mysql//mysql ']'
+ exec mysqld
2023-10-08T03:08:13.617245Z 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.
2023-10-08T03:08:13.617284Z 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.
2023-10-08T03:08:13.617871Z 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-10-08T03:08:13.618910Z 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
2023-10-08T03:08:13.618924Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.33-25.1) starting as process 1
2023-10-08T03:08:13.622641Z 0 [Warning] [MY-010068] [Server] CA certificate /cert/ca.pem is self signed.
2023-10-08T03:08:13.622667Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2023-10-08T03:08:13.622673Z 0 [Note] [MY-000000] [WSREP] New joining cluster node configured to use specified SSL artifacts
2023-10-08T03:08:13.622698Z 0 [Note] [MY-000000] [Galera] Loading provider /usr/lib64/galera4/libgalera_smm.so initial position: 00000000-0000-0000-0000-000000000000:-1
2023-10-08T03:08:13.622711Z 0 [Note] [MY-000000] [Galera] wsrep_load(): loading provider library '/usr/lib64/galera4/libgalera_smm.so'
2023-10-08T03:08:13.623174Z 0 [Note] [MY-000000] [Galera] wsrep_load(): Galera 4.15(6983fb2) by Codership Oy <info@codership.com> (modified by Percona <https://percona.com/>) loaded successfully.
2023-10-08T03:08:13.623209Z 0 [Note] [MY-000000] [Galera] CRC-32C: using 64-bit x86 acceleration.
2023-10-08T03:08:13.623383Z 0 [Warning] [MY-000000] [Galera] SSL compression is not effective. The option socket.ssl_compression is deprecated and will be removed in future releases.
2023-10-08T03:08:13.623396Z 0 [Warning] [MY-000000] [Galera] Parameter 'socket.ssl_compression' is deprecated and will be removed in future versions
2023-10-08T03:08:13.623752Z 0 [Warning] [MY-000000] [Galera] Could not open state file for reading: '/var/lib/mysql//grastate.dat'
2023-10-08T03:08:13.623765Z 0 [Warning] [MY-000000] [Galera] No persistent state found. Bootstraping with default state
2023-10-08T03:08:13.623791Z 0 [Note] [MY-000000] [Galera] Found saved state: 00000000-0000-0000-0000-000000000000:-1, safe_to_bootstrap: 1
2023-10-08T03:08:13.623985Z 0 [Note] [MY-000000] [Galera] Generated new GCache ID: eb3601f4-6587-11ee-987f-4b38581d63d9
2023-10-08T03:08:13.624007Z 0 [Note] [MY-000000] [Galera] GCache DEBUG: opened preamble:
Version: 0
UUID: 00000000-0000-0000-0000-000000000000
Seqno: -1 - -1
Offset: -1
Synced: 0
EncVersion: 0
Encrypted: 0
MasterKeyConst UUID: eb3601f4-6587-11ee-987f-4b38581d63d9
MasterKey UUID: 00000000-0000-0000-0000-000000000000
MasterKey ID: 0
2023-10-08T03:08:13.624013Z 0 [Note] [MY-000000] [Galera] Skipped GCache ring buffer recovery: could not determine history UUID.
2023-10-08T03:08:13.625905Z 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 = 172.18.0.3; 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_auto_evict_threshold = 0.75; gcs.fc_auto_evict_window = 0; 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.wait_restored_prim_timeout = PT0S; pc.weight = 1; 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; socket.ssl = YES; socket.ssl_ca = /cert/ca.pem; socket.ssl_cert = /cert/server-cert.pem; socket.ssl_cipher = ; socket.ssl_compression = YES; socket.ssl_key = /cert/server-key.pem; socket.ssl_reload = 1;
2023-10-08T03:08:13.631977Z 0 [Note] [MY-000000] [WSREP] Starting replication
2023-10-08T03:08:13.631999Z 0 [Note] [MY-000000] [Galera] Connecting with bootstrap option: 0
2023-10-08T03:08:13.632010Z 0 [Note] [MY-000000] [Galera] Setting GCS initial position to 00000000-0000-0000-0000-000000000000:-1
2023-10-08T03:08:13.632066Z 0 [Note] [MY-000000] [Galera] protonet asio version 0
2023-10-08T03:08:13.632449Z 0 [Note] [MY-000000] [Galera] Using CRC-32C for message checksums.
2023-10-08T03:08:13.632466Z 0 [Note] [MY-000000] [Galera] backend: asio
2023-10-08T03:08:13.632517Z 0 [Note] [MY-000000] [Galera] gcomm thread scheduling priority set to other:0
2023-10-08T03:08:13.632625Z 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
2023-10-08T03:08:13.632637Z 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
2023-10-08T03:08:13.632764Z 0 [Note] [MY-000000] [Galera] GMCast version 0
2023-10-08T03:08:13.633418Z 0 [Note] [MY-000000] [Galera] (eb375579-9e2b, 'ssl://0.0.0.0:4567') listening at ssl://0.0.0.0:4567
2023-10-08T03:08:13.633532Z 0 [Note] [MY-000000] [Galera] (eb375579-9e2b, 'ssl://0.0.0.0:4567') multicast: , ttl: 1
2023-10-08T03:08:13.633826Z 0 [Note] [MY-000000] [Galera] EVS version 1
2023-10-08T03:08:13.633899Z 0 [Note] [MY-000000] [Galera] gcomm: connecting to group 'pxc-cluster1', peer 'pxc-node1:'
2023-10-08T03:08:13.637689Z 0 [Note] [MY-000000] [Galera] (eb375579-9e2b, 'ssl://0.0.0.0:4567') connection established to eb08295b-ab5b ssl://172.18.0.2:4567
2023-10-08T03:08:13.637750Z 0 [Note] [MY-000000] [Galera] (eb375579-9e2b, 'ssl://0.0.0.0:4567') turning message relay requesting on, nonlive peers:
2023-10-08T03:08:14.135377Z 0 [Note] [MY-000000] [Galera] EVS version upgrade 0 -> 1
2023-10-08T03:08:14.135409Z 0 [Note] [MY-000000] [Galera] declaring eb08295b-ab5b at ssl://172.18.0.2:4567 stable
2023-10-08T03:08:14.135424Z 0 [Note] [MY-000000] [Galera] PC protocol upgrade 0 -> 1
2023-10-08T03:08:14.135536Z 0 [Note] [MY-000000] [Galera] Node eb08295b-ab5b state primary
2023-10-08T03:08:14.145847Z 0 [Note] [MY-000000] [Galera] Current view of cluster as seen by this node
view (view_id(PRIM,eb08295b-ab5b,2)
memb {
eb08295b-ab5b,0
eb375579-9e2b,0
}
joined {
}
left {
}
partitioned {
}
)
2023-10-08T03:08:14.145866Z 0 [Note] [MY-000000] [Galera] Save the discovered primary-component to disk
2023-10-08T03:08:14.637320Z 0 [Note] [MY-000000] [Galera] gcomm: connected
2023-10-08T03:08:14.637363Z 0 [Note] [MY-000000] [Galera] Changing maximum packet size to 64500, resulting msg size: 32636
2023-10-08T03:08:14.637439Z 0 [Note] [MY-000000] [Galera] Shifting CLOSED -> OPEN (TO: 0)
2023-10-08T03:08:14.637448Z 0 [Note] [MY-000000] [Galera] Opened channel 'pxc-cluster1'
2023-10-08T03:08:14.670967Z 1 [Note] [MY-000000] [WSREP] Starting applier thread 1
2023-10-08T03:08:14.671463Z 0 [Note] [MY-000000] [Galera] New COMPONENT: primary = yes, bootstrap = no, my_idx = 1, memb_num = 2
2023-10-08T03:08:14.671487Z 0 [Note] [MY-000000] [Galera] STATE EXCHANGE: Waiting for state UUID.
2023-10-08T03:08:14.671508Z 0 [Note] [MY-000000] [Galera] STATE EXCHANGE: sent state msg: eb85a377-6587-11ee-8b0a-6670fadfba8d
2023-10-08T03:08:14.671522Z 0 [Note] [MY-000000] [Galera] STATE EXCHANGE: got state msg: eb85a377-6587-11ee-8b0a-6670fadfba8d from 0 (14c76af3ca73)
2023-10-08T03:08:14.674030Z 2 [Note] [MY-000000] [WSREP] Starting rollbacker thread 2
2023-10-08T03:08:14.674295Z 0 [Note] [MY-000000] [Galera] STATE EXCHANGE: got state msg: eb85a377-6587-11ee-8b0a-6670fadfba8d from 1 (276b7301829a)
2023-10-08T03:08:14.675373Z 0 [Note] [MY-000000] [Galera] Quorum results:
version = 6,
component = PRIMARY,
conf_id = 1,
members = 1/2 (primary/total),
act_id = 1,
last_appl. = 0,
protocols = 2/10/4 (gcs/repl/appl),
vote policy= 0,
group UUID = eb087f00-6587-11ee-8e98-337c07a2d7be
2023-10-08T03:08:14.675410Z 0 [Note] [MY-000000] [Galera] Flow-control interval: [141, 141]
2023-10-08T03:08:14.675418Z 0 [Note] [MY-000000] [Galera] Shifting OPEN -> PRIMARY (TO: 2)
2023-10-08T03:08:14.675531Z 1 [Note] [MY-000000] [Galera] ####### processing CC 2, local, ordered
2023-10-08T03:08:14.675553Z 1 [Note] [MY-000000] [Galera] Maybe drain monitors from -1 upto current CC event 2 upto:-1
2023-10-08T03:08:14.675563Z 1 [Note] [MY-000000] [Galera] Drain monitors from -1 up to -1
2023-10-08T03:08:14.675576Z 1 [Note] [MY-000000] [Galera] Process first view: eb087f00-6587-11ee-8e98-337c07a2d7be my uuid: eb375579-6587-11ee-9e2b-33b406f3f45f
2023-10-08T03:08:14.675607Z 1 [Note] [MY-000000] [Galera] Server 276b7301829a connected to cluster at position eb087f00-6587-11ee-8e98-337c07a2d7be:2 with ID eb375579-6587-11ee-9e2b-33b406f3f45f
2023-10-08T03:08:14.675617Z 1 [Note] [MY-000000] [WSREP] Server status change disconnected -> connected
2023-10-08T03:08:14.675642Z 1 [Note] [MY-000000] [WSREP] wsrep_notify_cmd is not defined, skipping notification.
2023-10-08T03:08:14.675666Z 1 [Note] [MY-000000] [Galera] ####### My UUID: eb375579-6587-11ee-9e2b-33b406f3f45f
2023-10-08T03:08:14.675679Z 1 [Note] [MY-000000] [Galera] Cert index reset to 00000000-0000-0000-0000-000000000000:-1 (proto: 10), state transfer needed: yes
2023-10-08T03:08:14.675841Z 0 [Note] [MY-000000] [Galera] Service thread queue flushed.
2023-10-08T03:08:14.676100Z 1 [Note] [MY-000000] [Galera] ####### Assign initial position for certification: 00000000-0000-0000-0000-000000000000:-1, protocol version: -1
2023-10-08T03:08:14.676122Z 1 [Note] [MY-000000] [Galera] State transfer required:
Group state: eb087f00-6587-11ee-8e98-337c07a2d7be:2
Local state: 00000000-0000-0000-0000-000000000000:-1
2023-10-08T03:08:14.676130Z 1 [Note] [MY-000000] [WSREP] Server status change connected -> joiner
2023-10-08T03:08:14.676136Z 1 [Note] [MY-000000] [WSREP] wsrep_notify_cmd is not defined, skipping notification.
2023-10-08T03:08:14.676328Z 0 [Note] [MY-000000] [WSREP] Initiating SST/IST transfer on JOINER side (wsrep_sst_xtrabackup-v2 --role 'joiner' --address '172.18.0.3' --datadir '/var/lib/mysql/' --basedir '/usr/' --plugindir '/usr/lib64/mysql/plugin/' --defaults-file '/etc/my.cnf' --defaults-group-suffix '' --parent '1' --mysqld-version '8.0.33-25.1' '' )
2023-10-08T03:08:15.191747Z 1 [Note] [MY-000000] [WSREP] Prepared SST request: xtrabackup-v2|172.18.0.3:4444/xtrabackup_sst//1
2023-10-08T03:08:15.191786Z 1 [Note] [MY-000000] [Galera] Check if state gap can be serviced using IST
2023-10-08T03:08:15.191802Z 1 [Note] [MY-000000] [Galera] Local UUID: 00000000-0000-0000-0000-000000000000 != Group UUID: eb087f00-6587-11ee-8e98-337c07a2d7be
2023-10-08T03:08:15.191817Z 1 [Note] [MY-000000] [Galera] ####### IST uuid:00000000-0000-0000-0000-000000000000 f: 0, l: 2, STRv: 3
2023-10-08T03:08:15.191892Z 1 [Note] [MY-000000] [Galera] IST receiver addr using ssl://172.18.0.3:4568
2023-10-08T03:08:15.191935Z 1 [Note] [MY-000000] [Galera] IST receiver using ssl
2023-10-08T03:08:15.192038Z 1 [Note] [MY-000000] [Galera] Prepared IST receiver for 0-2, listening at: ssl://172.18.0.3:4568
2023-10-08T03:08:15.192263Z 0 [Note] [MY-000000] [Galera] Member 1.0 (276b7301829a) requested state transfer from '*any*'. Selected 0.0 (14c76af3ca73)(SYNCED) as donor.
2023-10-08T03:08:15.192284Z 0 [Note] [MY-000000] [Galera] Shifting PRIMARY -> JOINER (TO: 6)
2023-10-08T03:08:15.192314Z 1 [Note] [MY-000000] [Galera] Requesting state transfer: success, donor: 0
2023-10-08T03:08:15.192328Z 1 [Note] [MY-000000] [Galera] Resetting GCache seqno map due to different histories.
2023-10-08T03:08:15.192341Z 1 [Note] [MY-000000] [Galera] GCache history reset: 00000000-0000-0000-0000-000000000000:0 -> eb087f00-6587-11ee-8e98-337c07a2d7be:2
2023-10-08T03:08:16.028816Z 0 [Note] [MY-000000] [WSREP-SST] Proceeding with SST.........
2023-10-08T03:08:16.037843Z 0 [Note] [MY-000000] [WSREP-SST] ............Waiting for SST streaming to complete!
2023-10-08T03:08:16.640593Z 0 [Note] [MY-000000] [Galera] (eb375579-9e2b, 'ssl://0.0.0.0:4567') turning message relay requesting off
2023-10-08T03:08:26.538561Z 0 [ERROR] [MY-000000] [WSREP-SST] ******************* FATAL ERROR **********************
2023-10-08T03:08:26.538581Z 0 [ERROR] [MY-000000] [WSREP-SST] xtrabackup_checkpoints missing. xtrabackup/SST failed on DONOR. Check DONOR log
2023-10-08T03:08:26.538607Z 0 [ERROR] [MY-000000] [WSREP-SST] Line 2417
2023-10-08T03:08:26.538645Z 0 [ERROR] [MY-000000] [WSREP-SST] ******************************************************
2023-10-08T03:08:26.538718Z 0 [ERROR] [MY-000000] [WSREP-SST] Cleanup after exit with status:2
2023-10-08T03:08:26.544699Z 0 [Warning] [MY-000000] [Galera] 0.0 (14c76af3ca73): State transfer to 1.0 (276b7301829a) failed: -22 (Invalid argument)
2023-10-08T03:08:26.544713Z 0 [ERROR] [MY-000000] [Galera] /mnt/jenkins/workspace/pxc80-autobuild-RELEASE/test/rpmbuild/BUILD/Percona-XtraDB-Cluster-8.0.33/percona-xtradb-cluster-galera/gcs/src/gcs_group.cpp:gcs_group_handle_join_msg():1216: Will never receive state. Need to abort.
2023-10-08T03:08:26.544720Z 0 [Note] [MY-000000] [Galera] gcomm: terminating thread
2023-10-08T03:08:26.544728Z 0 [Note] [MY-000000] [Galera] gcomm: joining thread
2023-10-08T03:08:26.544946Z 0 [Note] [MY-000000] [Galera] gcomm: closing backend
2023-10-08T03:08:27.107858Z 0 [ERROR] [MY-000000] [WSREP] Process completed with error: wsrep_sst_xtrabackup-v2 --role 'joiner' --address '172.18.0.3' --datadir '/var/lib/mysql/' --basedir '/usr/' --plugindir '/usr/lib64/mysql/plugin/' --defaults-file '/etc/my.cnf' --defaults-group-suffix '' --parent '1' --mysqld-version '8.0.33-25.1' '' : 2 (No such file or directory)
2023-10-08T03:08:27.107886Z 0 [ERROR] [MY-000000] [WSREP] Failed to read uuid:seqno from joiner script.
2023-10-08T03:08:27.107896Z 0 [ERROR] [MY-000000] [WSREP] SST script aborted with error 2 (No such file or directory)
2023-10-08T03:08:27.107941Z 3 [Note] [MY-000000] [Galera] Processing SST received
2023-10-08T03:08:27.107964Z 3 [Note] [MY-000000] [Galera] SST received: 00000000-0000-0000-0000-000000000000:-1
2023-10-08T03:08:27.107975Z 3 [System] [MY-000000] [WSREP] SST completed
2023-10-08T03:08:27.108189Z 1 [Note] [MY-000000] [Galera] str_proto_ver_: 3 sst_seqno_: -1 cc_seqno: 2 req->ist_len(): 64
2023-10-08T03:08:27.108212Z 1 [ERROR] [MY-000000] [Galera] Application received wrong state:
Received: 00000000-0000-0000-0000-000000000000
Required: eb087f00-6587-11ee-8e98-337c07a2d7be
2023-10-08T03:08:27.108220Z 1 [ERROR] [MY-000000] [Galera] Application state transfer failed. This is unrecoverable condition, restart required.
2023-10-08T03:08:27.108228Z 1 [Note] [MY-000000] [Galera] ReplicatorSMM::abort()
2023-10-08T03:08:27.108237Z 1 [Note] [MY-000000] [Galera] Closing send monitor...
2023-10-08T03:08:27.108248Z 1 [Note] [MY-000000] [Galera] Closed send monitor.
2023-10-08T03:08:29.701160Z 0 [Note] [MY-000000] [Galera] (eb375579-9e2b, 'ssl://0.0.0.0:4567') connection to peer eb08295b-ab5b with addr ssl://172.18.0.2:4567 timed out, no messages seen in PT3S, socket stats: rtt: 9420 rttvar: 15587 rto: 212000 lost: 0 last_data_recv: 3156 cwnd: 10 last_queued_since: 156104907 last_delivered_since: 3155921538 send_queue_length: 0 send_queue_bytes: 0 segment: 0 messages: 0 (gmcast.peer_timeout)
2023-10-08T03:08:29.701436Z 0 [Note] [MY-000000] [Galera] (eb375579-9e2b, 'ssl://0.0.0.0:4567') turning message relay requesting on, nonlive peers: ssl://172.18.0.2:4567
2023-10-08T03:08:31.201151Z 0 [Note] [MY-000000] [Galera] (eb375579-9e2b, 'ssl://0.0.0.0:4567') reconnecting to eb08295b-ab5b (ssl://172.18.0.2:4567), attempt 0
2023-10-08T03:08:32.045105Z 0 [Note] [MY-000000] [Galera] declaring node with index 0 suspected, timeout PT5S (evs.suspect_timeout)
2023-10-08T03:08:32.045152Z 0 [Note] [MY-000000] [Galera] evs::proto(eb375579-9e2b, LEAVING, view_id(REG,eb08295b-ab5b,2)) suspecting node: eb08295b-ab5b
2023-10-08T03:08:32.545192Z 0 [Note] [MY-000000] [Galera] evs::proto(eb375579-9e2b, LEAVING, view_id(REG,eb08295b-ab5b,2)) suspecting node: eb08295b-ab5b
2023-10-08T03:08:33.045282Z 0 [Note] [MY-000000] [Galera] evs::proto(eb375579-9e2b, LEAVING, view_id(REG,eb08295b-ab5b,2)) suspecting node: eb08295b-ab5b
2023-10-08T03:08:33.545352Z 0 [Note] [MY-000000] [Galera] evs::proto(eb375579-9e2b, LEAVING, view_id(REG,eb08295b-ab5b,2)) suspecting node: eb08295b-ab5b
2023-10-08T03:08:34.045414Z 0 [Note] [MY-000000] [Galera] evs::proto(eb375579-9e2b, LEAVING, view_id(REG,eb08295b-ab5b,2)) suspecting node: eb08295b-ab5b
2023-10-08T03:08:34.545493Z 0 [Note] [MY-000000] [Galera] evs::proto(eb375579-9e2b, LEAVING, view_id(REG,eb08295b-ab5b,2)) suspecting node: eb08295b-ab5b
2023-10-08T03:08:35.045600Z 0 [Note] [MY-000000] [Galera] evs::proto(eb375579-9e2b, LEAVING, view_id(REG,eb08295b-ab5b,2)) suspecting node: eb08295b-ab5b
2023-10-08T03:08:35.545657Z 0 [Note] [MY-000000] [Galera] evs::proto(eb375579-9e2b, LEAVING, view_id(REG,eb08295b-ab5b,2)) suspecting node: eb08295b-ab5b
2023-10-08T03:08:36.045701Z 0 [Note] [MY-000000] [Galera] evs::proto(eb375579-9e2b, LEAVING, view_id(REG,eb08295b-ab5b,2)) suspecting node: eb08295b-ab5b
2023-10-08T03:08:36.545738Z 0 [Note] [MY-000000] [Galera] evs::proto(eb375579-9e2b, LEAVING, view_id(REG,eb08295b-ab5b,2)) suspecting node: eb08295b-ab5b
2023-10-08T03:08:37.045775Z 0 [Note] [MY-000000] [Galera] evs::proto(eb375579-9e2b, LEAVING, view_id(REG,eb08295b-ab5b,2)) suspecting node: eb08295b-ab5b
2023-10-08T03:08:37.545851Z 0 [Note] [MY-000000] [Galera] evs::proto(eb375579-9e2b, LEAVING, view_id(REG,eb08295b-ab5b,2)) suspecting node: eb08295b-ab5b
2023-10-08T03:08:38.045913Z 0 [Note] [MY-000000] [Galera] evs::proto(eb375579-9e2b, LEAVING, view_id(REG,eb08295b-ab5b,2)) suspecting node: eb08295b-ab5b
2023-10-08T03:08:38.546001Z 0 [Note] [MY-000000] [Galera] evs::proto(eb375579-9e2b, LEAVING, view_id(REG,eb08295b-ab5b,2)) suspecting node: eb08295b-ab5b
2023-10-08T03:08:39.046057Z 0 [Note] [MY-000000] [Galera] evs::proto(eb375579-9e2b, LEAVING, view_id(REG,eb08295b-ab5b,2)) suspecting node: eb08295b-ab5b
2023-10-08T03:08:39.546119Z 0 [Note] [MY-000000] [Galera] evs::proto(eb375579-9e2b, LEAVING, view_id(REG,eb08295b-ab5b,2)) suspecting node: eb08295b-ab5b
2023-10-08T03:08:40.046180Z 0 [Note] [MY-000000] [Galera] evs::proto(eb375579-9e2b, LEAVING, view_id(REG,eb08295b-ab5b,2)) suspecting node: eb08295b-ab5b
2023-10-08T03:08:40.546219Z 0 [Note] [MY-000000] [Galera] evs::proto(eb375579-9e2b, LEAVING, view_id(REG,eb08295b-ab5b,2)) suspecting node: eb08295b-ab5b
2023-10-08T03:08:41.046305Z 0 [Note] [MY-000000] [Galera] evs::proto(eb375579-9e2b, LEAVING, view_id(REG,eb08295b-ab5b,2)) suspecting node: eb08295b-ab5b
2023-10-08T03:08:41.546355Z 0 [Note] [MY-000000] [Galera] declaring node with index 0 inactive (evs.inactive_timeout)
2023-10-08T03:08:41.546399Z 0 [Note] [MY-000000] [Galera] evs::proto(eb375579-9e2b, LEAVING, view_id(REG,eb08295b-ab5b,2)) detected inactive node: eb08295b-ab5b
2023-10-08T03:08:41.546433Z 0 [Note] [MY-000000] [Galera] Current view of cluster as seen by this node
view (view_id(NON_PRIM,eb08295b-ab5b,2)
memb {
eb375579-9e2b,0
}
joined {
}
left {
}
partitioned {
eb08295b-ab5b,0
}
)
2023-10-08T03:08:41.546463Z 0 [Note] [MY-000000] [Galera] PC protocol downgrade 1 -> 0
2023-10-08T03:08:41.546472Z 0 [Note] [MY-000000] [Galera] Current view of cluster as seen by this node
view ((empty))
2023-10-08T03:08:41.546603Z 0 [Note] [MY-000000] [Galera] gcomm: closed
2023-10-08T03:08:41.546623Z 0 [Note] [MY-000000] [Galera] mysqld: Terminated.
2023-10-08T03:08:41.546624Z 1 [Note] [MY-000000] [Galera] gcomm: terminating thread
2023-10-08T03:08:41.546630Z 0 [Note] [MY-000000] [WSREP] Initiating SST cancellation
2023-10-08T03:08:41.546661Z 1 [Note] [MY-000000] [Galera] gcomm: joining thread
2023-10-08T03:08:41.546675Z 1 [Note] [MY-000000] [Galera] gcomm: backend closed already
2023-10-08T03:08:41.546683Z 1 [Note] [MY-000000] [Galera] gcomm: closed
2023-10-08T03:08:41Z UTC - mysqld got signal 11 ;
Most likely, you have hit a bug, but this error can also be caused by malfunctioning hardware.
BuildID[sha1]=1794b64918b6420e8430816186ecb12644628136
Server Version: 8.0.33-25.1 Percona XtraDB Cluster (GPL), Release rel25, Revision 0c56202, WSREP version 26.1.4.3, wsrep_26.1.4.3
Thread pointer: 0x0
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 0 thread_stack 0x100000
/usr/sbin/mysqld(my_print_stacktrace(unsigned char const*, unsigned long)+0x41) [0x22683b1]
/usr/sbin/mysqld(print_fatal_signal(int)+0x39f) [0x127293f]
/usr/sbin/mysqld(handle_fatal_signal+0xd8) [0x1272a28]
/lib64/libpthread.so.0(+0x12cf0) [0x7eff8fe51cf0]
/lib64/libc.so.6(abort+0x203) [0x7eff8e1d3f81]
/usr/lib64/galera4/libgalera_smm.so(+0x41bd1) [0x7eff81597bd1]
/usr/lib64/galera4/libgalera_smm.so(+0xc0af1) [0x7eff81616af1]
/usr/lib64/galera4/libgalera_smm.so(+0xb7402) [0x7eff8160d402]
/lib64/libpthread.so.0(+0x81ca) [0x7eff8fe471ca]
/lib64/libc.so.6(clone+0x43) [0x7eff8e1ebe73]
You may download the Percona XtraDB Cluster operations manual by visiting
http://www.percona.com/software/percona-xtradb-cluster/. You may find information
in the manual which will help you identify the cause of the crash.
I was hoping that the Docker example would work without any issues, but unfortunately, it’s not the case. Any help in resolving the problem would be appreciated.