Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print more diagnostic information on a DB connection failure #2702

Merged

Commits on May 14, 2022

  1. Print more diagnostic information on a DB connection failure

    Sometimes the real content of a MySQL connection failure is several
    wrapped exceptions deep.  For example, socket-level errors like
    Connection Refused/Reset and SSL version errors report a fairly bland
    "Communications link failure", without giving any real clues about the
    problem.
    
    This commit walks the nested exceptions on a DB connection failure and
    logs them all out.
    marktriggs committed May 14, 2022
    Configuration menu
    Copy the full SHA
    a6f4238 View commit details
    Browse the repository at this point in the history