neutron takes long to reconnect to the db
Bug #1298310 reported by
Rossella Sblendido
This bug report is a duplicate of:
Bug #1288438: Neutron server takes a long time to recover from VIP move.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
New
|
Undecided
|
Dirk Mueller |
Bug Description
In an HA setup, DB node 1 goes down and the DB is fail-overing to DB node 2 using the same IP. Neutron reports
OperationalError: (OperationalError) socket not open
This is because the TCP connection is broken.
Anyway Neutron takes minutes to re-connect to the new DB node.
tags: | removed: icehouse-rc-potential |
To post a comment you must log in.
This is actually a duplicate of https:/ /bugs.launchpad .net/fuel/ +bug/1288438 but for postgreSQL.
Fix is here: https:/ /review. openstack. org/#/c/ 85980/ (needed on top of https:/ /review. openstack. org/#/c/ 81225/)