You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neutron should be resilient to scenarios where connectivity to a service
Neutron depends on is lost. SQL database is one of it and hash ring DB
operations is used very early in the Neutron startup process.
If the connection is lost right after new API worker was spawned then
OVN IDLs are not instantiated and Neutron silently hangs on each request
that uses OVN DB because the event signaling OVN is ready never happens.
Closes-bug: #2029297
Change-Id: Id5bc24b76b7aa510d4066fbc5f7b8037cc8c740d
Signed-off-by: Jakub Libosvar <[email protected]>
(cherry picked from commit a505ff7)
0 commit comments