← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1305331] Re: BigSwitch Plugin: router interface immediately deleted from backend

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

-- 
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):
  Fix Released

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


References