configuration of QueuePool not possible
Bug #1158235 reported by
Christian Berendt
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Low
|
Christian Berendt |
Bug Description
It's not possible to change the size and overflow parameters of the SQLAlchemy QueuePool. It's only possible when using the MySQL pool of eventlet.
I received a lot of exceptions in the Quantum server log (using the OVS plugin):
TimeoutError: QueuePool limit of size 5 overflow 10 reached, connection timed out, timeout 30
After manually setting the pool_size=20 and max_overflow=50 everything is working fine.
I suggest adding two new parameters: sqlalchemy_
Changed in quantum: | |
milestone: | none → havana-1 |
importance: | Undecided → Low |
tags: | added: db |
Changed in quantum: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | havana-1 → 2013.2 |
To post a comment you must log in.
Please specify which version of the quantum code are you using.
Also please specify conditions which have lead to exceptions.