Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
10.1.32
Description
This is similar to MDEV-14282, but it seems slightly different.
If a SIGHUP is received during an rsync SST, then the SST will fail:
Hangup
|
WSREP_SST: [INFO] Joiner cleanup. rsync PID: 11637 (20180411 18:48:23.814)
|
WSREP_SST: [INFO] Joiner cleanup done. (20180411 18:48:24.318)
|
2018-04-11 18:48:24 140510861715200 [Warning] WSREP: 0.0 (144-70-2-195.domain.com): State transfer to 1.0 (144-70-17-147.domain.com) failed: -255 (Unknown error 255)
|
2018-04-11 18:48:24 140510861715200 [ERROR] WSREP: gcs/src/gcs_group.cpp:gcs_group_handle_join_msg():737: Will never receive state. Need to abort.
|
2018-04-11 18:48:24 140510861715200 [Note] WSREP: gcomm: terminating thread
|
2018-04-11 18:48:24 140510861715200 [Note] WSREP: gcomm: joining thread
|
2018-04-11 18:48:24 140510832359168 [ERROR] WSREP: Process completed with error: wsrep_sst_rsync --role 'joiner' --address 'server1.domain.com' --datadir '/app/mysql/galera/' --defaults-file '/app/mysql/config/galera.cnf' --parent '11591' --binlog '/app/mysql/galera/server1-binlog' : 32 (Broken pipe)
|
2018-04-11 18:48:24 140510832359168 [ERROR] WSREP: Failed to read uuid:seqno and wsrep_gtid_domain_id from joiner script.
|
2018-04-11 18:48:24 140521767868672 [ERROR] WSREP: SST failed: 32 (Broken pipe)
|
Jenkins and/or Ansible seems to send SIGHUP signals for some reason, so that's when this issue occurs.
Attachments
Issue Links
- relates to
-
MDEV-14282 SIGHUP after rsync SST causes crash in my_hash_element
- Closed