gtid/keyring stage: No such file or directory

Bug #1720094 reported by Iwo
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona XtraDB Cluster moved to https://jira.percona.com/projects/PXC
Status tracked in 5.6
5.6
Invalid
Low
Unassigned
5.7
Fix Committed
Low
Krunal Bauskar

Bug Description

I noticed that when SST is not possible due to timeout, an ambiguous message is written in a log file.

2017-09-06T13:14:03.956598Z 0 [Note] WSREP: (7c414c21, 'tcp://0.0.0.0:4567') turning message relay requesting off
WSREP_SST: [ERROR] Possible timeout in receving first data from donor in (20170906 08:15:41.663)
/m/bin/wsrep_sst_xtrabackup-v2: line 971: gtid/keyring stage: No such file or directory
WSREP_SST: [ERROR] Cleanup after exit with status:1 (20170906 08:15:41.666)

It is caused by missing line break in error handling of recv_data_from_donor_to_joiner() in wsrep_sst_xtrabackup-v2 script:

    if [[ ${RC[0]} -eq 124 ]]; then
        wsrep_log_error "******************* FATAL ERROR ********************** "
        wsrep_log_error "Possible timeout in receving first data from donor in "
                        "gtid/keyring stage"
        wsrep_log_error "****************************************************** "
        exit 32
    fi

Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PXC-873

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.