Comment 1 for bug 1213073

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote : Re: SST xtrabackup in 5.5.31 (no tweaking) is not clobbering JOINER datadir

Is the SST fully complete when it is checked with ls?

Need the innobackupex logs and error logs of donor and joiner.

Since the default streaming is done with tar - assuming same configuration on donor and joiner - then the clobbering should be fine.

Few other things:

a) Note that the timestamp is identical before and after on that node.

" -rw-rw----. 1 mysql mysql 243269632 Aug 16 12:41 /var/lib/mysql/test/sbtest1.ibd"

" -rw-rw----. 1 mysql mysql 243269632 Aug 16 12:41 /var/lib/mysql/test/sbtest1.ibd"

b) The file sizes are different. (and with a large difference)

 -rw-rw----. 1 mysql mysql 214958080 Aug 16 12:41 /var/lib/mysql/test/sbtest1.ibd

on first node

v/s

 -rw-rw----. 1 mysql mysql 243269632 Aug 16 12:41 /var/lib/mysql/test/sbtest1.ibd

on others.

This indicates inconsistency beforehand.

c) Because of point b and/or due to others, SST may not have occurred correctly. Hence the logs are required.