| Bug #81199 | mysqlx plugin logging comments | ||
|---|---|---|---|
| Submitted: | 26 Apr 2016 5:45 | Modified: | 23 Jun 2016 4:50 |
| Reporter: | Simon Mudd (OCA) | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: Document Store: X Plugin | Severity: | S4 (Feature request) |
| Version: | 5.7.12 | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
| Tags: | mysqlx | ||
[26 Apr 2016 5:45]
Simon Mudd
[26 Apr 2016 6:40]
MySQL Verification Team
Thanks for the report. We can see the numbers are client_id.
log_info("%s: Invalid message %i received during client initialization", client_id(), request.get_type());
log_info("%s: Client rejected: blocked host %s\n", client_id(), m_client_addr.c_str());
log_info("%s: closing client because of shutdown (state: %i)", client_id(), m_state.load());
log_info("%s: ERROR reading from socket %s (%i) %i", client_id(), strerr.c_str(), err, m_close_reason);
log_info("%s: EOF reading message body", client_id());
log_info("%s: ERROR reading from socket %s (%i)", client_id(), strerr.c_str(), err);
log_info("%s.%u: Invalid authentication method %s", m_client.client_id(), m_id, authm.mech_name().c_str());
log_info("%s: Unexpected message of type %i received during authentication", m_client.client_id(), type);
[23 Jun 2016 4:50]
Erlend Dahl
[17 Jun 2016 2:05] David Moss Thanks for your feedback. This has been fixed in upcoming versions and the following was added to the 5.7.13 change log: Client disconnections were being logged as EOF. The log message has been improved to Peer disconnection.
