[Tickets #13439] Re: Significant increase in used MySQL DB connections
noreply at bugs.horde.org
noreply at bugs.horde.org
Fri Aug 15 21:54:51 UTC 2014
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/13439
------------------------------------------------------------------------------
Ticket | 13439
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Significant increase in used MySQL DB connections
Queue | Horde Base
Version | 5.2.1
Type | Bug
-State | Not A Bug
+State | Assigned
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2014-08-15 15:54) wrote:
> Do NOT use SQL as a caching backend.
While 100% true, the log does indicate there is an issue with
bootstrapping of the DB factory when SQL is being used as a cache:
10. Horde_Core_Factory_Db->createDb()
/usr/share/php/Horde/Core/Factory/Db.php:102
11. Horde_Core_Factory_Cache->create()
/usr/share/php/Horde/Core/Factory/Db.php:179
12. Horde_Core_Factory_Db->create()
/usr/share/php/Horde/Core/Factory/Cache.php:81
13. Horde_Core_Factory_Db->create()
/usr/share/php/Horde/Core/Factory/Db.php:99
14. Horde_Core_Factory_Db->createDb()
/usr/share/php/Horde/Core/Factory/Db.php:102
15. Horde_Core_Factory_Cache->create()
/usr/share/php/Horde/Core/Factory/Db.php:179
16. Horde_Core_Factory_Db->create()
/usr/share/php/Horde/Core/Factory/Cache.php:81
17. Horde_Core_Factory_Db->create()
/usr/share/php/Horde/Core/Factory/Db.php:99
18. Horde_Core_Factory_Db->createDb()
/usr/share/php/Horde/Core/Factory/Db.php:102
[etc.]
So that needs to be fixed.
More information about the bugs
mailing list