yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13445
[Bug 1305331] [NEW] BigSwitch Plugin: router interface immediately deleted from backend
Public bug reported:
Depending on the timing, a router interface may immediately be deleted
from the backend after being created.
This is because the async creation thread cannot find the port to update
its status after creating it on the backend. It assumes this is because
it was already deleted so it deletes it from the backend even though the
real cause is that it hasn't even been flushed to the db yet from the
add_router_interface transaction.
** Affects: neutron
Importance: Undecided
Assignee: Kevin Benton (kevinbenton)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Kevin Benton (kevinbenton)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1305331
Title:
BigSwitch Plugin: router interface immediately deleted from backend
Status in OpenStack Neutron (virtual network service):
New
Bug description:
Depending on the timing, a router interface may immediately be deleted
from the backend after being created.
This is because the async creation thread cannot find the port to
update its status after creating it on the backend. It assumes this is
because it was already deleted so it deletes it from the backend even
though the real cause is that it hasn't even been flushed to the db
yet from the add_router_interface transaction.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1305331/+subscriptions
Follow ups
References