← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1289236] [NEW] BigSwitch: HTTPException type caught is too narrow

 

Public bug reported:

The BigSwitch plugin currently determines if it needs to reconnect by
checking for an httplib ImproperConnectionState exception. However, this
exception is too narrow and does not cover the other httplib exceptions
that indicate a reconnection is necessary (e.g. NotConnected).

It should just catch httplib.HTTPExceptions.

** 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/1289236

Title:
  BigSwitch: HTTPException type caught is too narrow

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  The BigSwitch plugin currently determines if it needs to reconnect by
  checking for an httplib ImproperConnectionState exception. However,
  this exception is too narrow and does not cover the other httplib
  exceptions that indicate a reconnection is necessary (e.g.
  NotConnected).

  It should just catch httplib.HTTPExceptions.

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


Follow ups

References