Comment 17 for bug 1276510

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/havana)

Reviewed: https://review.openstack.org/72924
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b09ccd55bd7e67f4351d0cc4f6c6bbcef40f0c41
Submitter: Jenkins
Branch: stable/havana

commit b09ccd55bd7e67f4351d0cc4f6c6bbcef40f0c41
Author: Xavier Queralt <email address hidden>
Date: Wed Feb 12 12:49:26 2014 +0100

    Don't raise MySQL 2013 'Lost connection' errors

    Although this code error is part of the `ping_listener` tests, it
    missing from the list of known - and ignored - connection errors.

    The code error 2013 refers to a connection lost during a query, see:
    https://dev.mysql.com/doc/refman/5.0/en/error-messages-client.html#error_cr_server_lost

    Without this error code, the session won't try to reconnect to mysql,
    which makes `max_retries` useless.

    Closes-bug: #1276510
    Change-Id: If2667cf83ac656666ffe00aa90e3454516b080db