Bug 882682
| Summary: | engine-notifierd service active & rhevm-manage-domains add/delete cause DB connection limit exceed | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Ilanit Stein <istein> | ||||||||
| Component: | ovirt-engine-notification-service | Assignee: | Yair Zaslavsky <yzaslavs> | ||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Ilanit Stein <istein> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 3.1.0 | CC: | bazulay, dyasny, iheim, oourfali, Rhev-m-bugs, ykaul | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | infra | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2012-12-09 11:36:56 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Ilanit Stein
2012-12-02 16:26:07 UTC
Created attachment 656124 [details]
notifier.conf
Created attachment 656125 [details]
notifier log
Created attachment 656126 [details]
engine.log
Duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=882847 Connection handling at notifier was vastly improved at this bug. Since notifierd does not work connection pool, each time a connection is obtained in its code a new connection is opened towards the DB, and the DB has a limit of open connections. The above bug fix reduced the time the connection is begin opened. *** This bug has been marked as a duplicate of bug 882847 *** |