[MDEV-14203] rpl.rpl_extra_col_master_myisam, rpl.rpl_slave_load_tmpdir_not_exist failed in buildbot with a warning Created: 2017-10-29 Updated: 2023-11-27 Resolved: 2020-07-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.2, 10.4 |
| Fix Version/s: | 10.2.33, 10.3.24, 10.4.14, 10.5.5 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Elena Stepanova | Assignee: | Sujatha Sivakumar (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | binlog_checksum, master-slave-protocol | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/kvm-deb-jessie-x86/builds/3095/steps/mtr/logs/stdio
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest/builds/10412
|
| Comments |
| Comment by Andrei Elkin [ 2019-12-13 ] | |||||||||||||
|
alice Could you please verify a possibility that the tests run in environments left by preceding tests. I checked rpl.rpl_extra_col_master_myisam to not see any manipulation of with @@global.binlog_checksum (e.g setting it OFF) in the test which would explain the warning. I am guessing such setting happens in a previous test by that mtr worker. | |||||||||||||
| Comment by Timofey Turenko [ 2020-01-27 ] | |||||||||||||
|
I do not see such failure any more in Azure. I guess, it can be closed | |||||||||||||
| Comment by Andrei Elkin [ 2020-02-11 ] | |||||||||||||
|
sujatha.sivakumar: could the failure relate to a preceding test of the same mtr worker? | |||||||||||||
| Comment by Sujatha Sivakumar (Inactive) [ 2020-03-03 ] | |||||||||||||
|
When slave tries to connect to master 'get_master_version_and_clock' function Post hand-shake slave requests master for binlog dump. It sends
If there is some temporary network failure during this request_dump call, The 'COM_BINLOG_DUMP' command is sent once again without master-slave | |||||||||||||
| Comment by Sujatha Sivakumar (Inactive) [ 2020-07-23 ] | |||||||||||||
|
Patch is reviewed and approved by Elkin Fix is implemented in 10.2.33. Patch has been tested on higher versions. In 10.3: Minor merge conflict is observed in "sql/net_serv.cc" 10.4: https://github.com/MariaDB/server/commit/9994afef39fa31ae6839c1b62176d6c3000c1c46 |