← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1417629] [NEW] Make remove_network_from_dhcp_agent more robust

 

Public bug reported:

In case network failover is turned on, remove_network_from_dhcp_agent method is a matter of concurrent execution by different neutron servers.
It then may throw unexpected DB exception, breaking network failover looping call.

Neet to make both remove_network_from_dhcp_agent and
remove_networks_from_down_agents more robust by catching broader
exception in the loop, and using safe DB delete method.

** Affects: neutron
     Importance: High
     Assignee: Eugene Nikanorov (enikanorov)
         Status: New


** Tags: l3-ipam-dhcp

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1417629

Title:
  Make remove_network_from_dhcp_agent more robust

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  In case network failover is turned on, remove_network_from_dhcp_agent method is a matter of concurrent execution by different neutron servers.
  It then may throw unexpected DB exception, breaking network failover looping call.

  Neet to make both remove_network_from_dhcp_agent and
  remove_networks_from_down_agents more robust by catching broader
  exception in the loop, and using safe DB delete method.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1417629/+subscriptions


Follow ups

References