Bug #21519 MySQLD Err msg "Management server closed connection" needs date & time stamp
Submitted: 8 Aug 2006 21:07 Modified: 6 Dec 2006 11:15
Reporter: Jonathan Miller
Status: Closed
Category:Server: Cluster Severity:S3 (Non-critical)
Version:5.1.12 OS:Linux (Linux)
Assigned to: Bugs System Target Version:

[8 Aug 2006 21:07] Jonathan Miller
Description:
Management server closed connection early. It is probably being shut down (or has
problems). We will retry the connection.

The above error message from the cluster does not give date & time, so DBA's have no way
of telling when the problem occured.

060808 20:50:07 [Note] Slave I/O thread: connected to master 'rep@n9.mysql.com:3306', 
replication started in log 'n9.000002' at position 1899948
Management server closed connection early. It is probably being shut down (or has
problems). We will retry the connection.
Management server closed connection early. It is probably being shut down (or has
problems). We will retry the connection.
Management server closed connection early. It is probably being shut down (or has
problems). We will retry the connection.
Management server closed connection early. It is probably being shut down (or has
problems). We will retry the connection.
 

How to repeat:
See above

Suggested fix:
All mysqld error messages should give date & time stamps
[28 Sep 2006 7:49] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/12678

ChangeSet@1.2293, 2006-09-28 13:51:01+08:00, dli@dev3-76.dev.cn.tlan +3 -0
  fixed for BUG#21519, added date & time stamps for the messages that will be printed to
the mysqld log file.
[12 Oct 2006 4:30] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/13543

ChangeSet@1.2299, 2006-10-12 10:31:27+08:00, dli@dev3-76.dev.cn.tlan +3 -0
  fixed for BUG#21519, 'MySQLD Err msg "Management server closed connection" needs date &
time stamp'.
  added date & time stamp for the messages that will be printed to the mysqld message
file.
[6 Dec 2006 11:15] Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of
that product and will be incorporated into the next release.

If necessary, you can access the source repository and build the latest available
version, including the bug fix. More information about accessing the source trees is
available at

    http://dev.mysql.com/doc/en/installing-source.html

Documented bugfix in 5.1.14 changelog.