Bug #16835 | I/O thread between master and Slave stopped giving error | ||
---|---|---|---|
Submitted: | 27 Jan 2006 10:15 | Modified: | 20 Mar 2006 12:31 |
Reporter: | Sumit Kumar Roy | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.0.17 | OS: | Linux (Linux Kernal 2.24) |
Assigned to: | CPU Architecture: | Any |
[27 Jan 2006 10:15]
Sumit Kumar Roy
[28 Jan 2006 11:32]
Valeriy Kravchuk
Thank you for a problem report. Why do you think it is a bug in MySQL code? As you may read in the log, there are many possible reasons for such a failure, including hardware problems. Have you tried to run mysqlbinlog on master's binary logand/ or slave's relay log? If you did, what are the results? Can you provide a simple set of steps/SQL statements to reproduce the problem?
[31 Jan 2006 10:03]
Sumit Kumar Roy
I have checked /var/log/messages. There were no abnormalities. Also I checked ‘db1_log_bin.018', it was OK. We use external RAID disks to store the data. The RAID logs are also OK. Actually that time a DB backup was initiated. The Slave was asked to synchronized with the master with "select master_pos_wait()" command. The Slave DB came out of the synchronization process at "060124 22:51:15" prematurely, and the backup was not proper. We take backup from the Slave DB, so that the Master DB is not affected and I/O can go on properly. After doing a restoration from the improper Backup, we have been reported a loss of data. During the stopping of the I/O thread atleast 30 sessions were active and all were executing I/O on the DB. So it is nearly impossible for me to give you a SQL statement to reproduce the problem.
[1 Feb 2006 8:47]
Valeriy Kravchuk
Check db1_log_bin.019 with mysqlbinlog, please. Inform about the results. It is surely impossible to reproduce a kind of a system you have here, so to call this problem a bug we need to figure out a small and exact sequence of steps to get the same error. By the way, do you have any plans to upgrade to 4.0.26 at least?
[20 Feb 2006 12:12]
Sumit Kumar Roy
Hi, Sorry for the delay. Our client has obtained the licence for 4.0.17. So it depends on our client whether they want to upgrade or not. But till then we need to find an solution for this problem.
[20 Feb 2006 12:31]
Valeriy Kravchuk
Please, run mysqlbinlog db1_log_bin.019 and upload the results (at least, the last part of the results).
[21 Mar 2006 0:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".