[MDEV-3956] start slave crash the server after upgrade to 5.5 on REHL5 Created: 2012-12-21 Updated: 2013-01-06 Resolved: 2013-01-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.28a |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | VAROQUI Stephane | Assignee: | Elena Stepanova |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux rehl5 X86_64 |
||
| Comments |
| Comment by VAROQUI Stephane [ 2012-12-21 ] |
|
The master servers are 5.3 but this does not count . A workaround have been found : So similar to LP:1037711. 121221 11:52:56 [Note] 'CHANGE MASTER TO executed'. Previous state master_host='192.168.45.143', master_port='3306', master_log_file='', master_log_pos='4'. New state master_host='192.168.45.143', master_port='3306', master_log_file='po43-bin.004221', master_log_pos='4'. To report this bug, see http://kb.askmonty.org/en/reporting-bugs We will try our best to scrape up some info that will hopefully help Server version: 5.5.25-MariaDB-log Thread pointer: 0x0x2113ad40 Version MariaDB-5.5.25-rhel5-x86_64-server.rpm version mariadb-5.5.28a-linux-x86_64.tar.gz [root@potest/data/log]$ uname -a |
| Comment by Elena Stepanova [ 2012-12-24 ] |
|
Hi Stephane! You wrote: >> a client , compat , commun rpm have been upgraded prior to install the server . Could you please go into some more details on how exactly you did the upgrade? I have shared/server/client 5.3.11 RPMs installed. So what was the sequence of your upgrade? Did you ignore failed dependencies, or did you do it some other way entirely? Thanks. |
| Comment by VAROQUI Stephane [ 2012-12-24 ] |
|
yes we did --force --nodeps to bypass the conflicts |
| Comment by Elena Stepanova [ 2013-01-06 ] |
|
So far I couldn't reproduce the problem. Stephane, Could you please elaborate a bit on why you think the problem is caused by dynamic libraries (rather than different server versions – your rpm is 5.5.25 and tarball is 5.5.28, – or different configuration, file location, and so on)? Thanks. ldd mysqld: rpm -qa | grep -i mariadb MariaDB [test]> show slave status \G
|
| Comment by VAROQUI Stephane [ 2013-01-06 ] |
|
Elena, We can not reproduce it easily. But what make me think of library issue is that the same server release taken from tar.gz did not crash . Stéphane |
| Comment by Elena Stepanova [ 2013-01-06 ] |
|
Hi Stephane, > the same server release taken from tar.gz did not crash But which same server release you actually compared? Was it 5.5.25 or 5.5.28a? Because your original description says which is not the same server release. When you are saying that you cannot reproduce it easily, can it be that you are now trying MariaDB-5.5.28a RPMs and they work? If so, it could have been simply fixed – e.g.there was a bugfix for invalid write in Query_log_event (see http://bugs.mysql.com/bug.php?id=64624) – maybe it was what you had hit? |
| Comment by VAROQUI Stephane [ 2013-01-06 ] |
|
Stephane Varoqui | Senior Consultant EMEA Ok i did not notice that. The last rpm was 3 release late may be this as been fixed in last release . |
| Comment by Elena Stepanova [ 2013-01-06 ] |
|
Okay, then I will close it as 'fixed' for now, assuming that you indeed had hit the bug# 64624 or its relatives, since it looks similar. If you encounter the problem again, please feel free to re-open. |
| Comment by VAROQUI Stephane [ 2013-01-06 ] |
|
Thanks Elena |