[Bug 1988457] Re: ovsdbapp can time out on raft leadership change

Edward Hope-Morley 1988457 at bugs.launchpad.net
Tue May 14 12:45:57 UTC 2024


** Also affects: python-ovsdbapp (Ubuntu)
   Importance: Undecided
       Status: New

** Also affects: python-ovsdbapp (Ubuntu Jammy)
   Importance: Undecided
       Status: New

** Also affects: cloud-archive
   Importance: Undecided
       Status: New

** Also affects: cloud-archive/yoga
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-ovsdbapp in Ubuntu.
https://bugs.launchpad.net/bugs/1988457

Title:
  ovsdbapp can time out on raft leadership change

Status in Ubuntu Cloud Archive:
  New
Status in Ubuntu Cloud Archive yoga series:
  New
Status in ovsdbapp:
  Fix Released
Status in python-ovsdbapp package in Ubuntu:
  New
Status in python-ovsdbapp source package in Jammy:
  New

Bug description:
  When raft leadership changes, any leader-only connections will be
  disconnected and will need to reconnect to the new leader. When this
  happens, the IDL will return a txn status of TRY_AGAIN. The current
  code tries to do an exponential backoff with sleep() due to an issue
  where those can be spammed 1000s of times a second. This sleep also
  prevents reconnecting quickly because idl.run() is not called rapidly
  and can lead to timeouts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1988457/+subscriptions




More information about the Ubuntu-openstack-bugs mailing list