[Koha-bugs] [Bug 9066] New: Database ping should be wrapped in an eval to avoid failures with MariaDB and Starman

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 13 04:08:30 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9066

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 9066
          Assignee: jcamins at cpbibliography.com
           Summary: Database ping should be wrapped in an eval to avoid
                    failures with MariaDB and Starman
          Severity: major
    Classification: Unclassified
                OS: All
          Reporter: jcamins at cpbibliography.com
          Hardware: All
            Status: NEW
           Version: master
         Component: Database
           Product: Koha

It would seem that the default timeout for MariaDB is much shorter than for
MySQL, which leads to frequent connection failures under Starman. By wrapping
the $dbh->ping call in an eval, Starman is able to reconnect without any
problems.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list