Bug 2005985 - ebay/go-ovn should connect to the raft leader when appropriate
Summary: ebay/go-ovn should connect to the raft leader when appropriate
Keywords:
Status: CLOSED DUPLICATE of bug 1959352
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Networking
Version: 4.9
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.9.z
Assignee: Tim Rozet
QA Contact: Anurag saxena
URL:
Whiteboard:
Depends On: 1959352 1999704 2076201
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-09-20 15:41 UTC by Dan Williams
Modified: 2022-04-18 08:04 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1999704
Environment:
Last Closed: 2021-09-29 15:31:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Dan Williams 2021-09-20 15:41:59 UTC
+++ This bug was initially created as a clone of Bug #1999704 +++

When connecting to a clustered ovsdb, ovn-nbctl always connects to the leader. However, ebay/go-ovn doesn't do this.

We should duplicate that behavior.

In order to do it, you need to check the special _Server database that includes information as to whether or not the node is a leader.

You can see a similar implementation for ovn-org/libovsdb in https://github.com/ovn-org/libovsdb/pull/221

--- Additional comment from Dan Williams on 2021-09-20 10:39:35 CDT ---

Fixed upstream in ovnkube in https://github.com/ovn-org/ovn-kubernetes/pull/2464

Will be pulled into 4.10 when Tim does the next merge to downstream.

---------------

Since 4.9 and earlier use ebay/go-ovn and ebay/libovsdb, they need this support too. The work is done but needs upstreaming.

Comment 1 Tim Rozet 2021-09-29 15:31:58 UTC

*** This bug has been marked as a duplicate of bug 1959352 ***


Note You need to log in before you can comment on or make changes to this bug.