Uploaded image for project: 'Fast Datapath Product'
  1. Fast Datapath Product
  2. FDP-2721

Upstream: [RFE] Active/Passive replication should be done with update2 and not update

    • Icon: Story Story
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • ovs-dpdk
    • None
    • 21
    • False
    • False
    • Hide

      Please mark each item below with ( / ) if completed or ( x ) if incomplete:

      ( ) Integration test case are written and pass successfully


      ( ) The upstream pull request is merged upstream and pass CI

      Show
      Please mark each item below with ( / ) if completed or ( x ) if incomplete: ( ) Integration test case are written and pass successfully ( ) The upstream pull request is merged upstream and pass CI
    • rhel-9
    • None
    • rhel-net-ovs-dpdk

      This is tracking the upstream effort needed to deliver the feature request described below.


      Description of problem:

      When using active/passive replication, ovsdb/replication.c uses "update" notifications, which means that the full change is sent across the wire instead of just the diffs. This is especially noticeable in the case of the "drop" port group (RFE for feature to allow removal here https://bugzilla.redhat.com/show_bug.cgi?id=1947807) and with Logical_Switches that have a lot of ports. In the former case, I've see 17000 entries in that port group that are sent during every single port create.

      Given the load we see on ovsdb-server, it seems like not having to iterate all of those objects to create/process those notifications would be helpful.

      Version-Release number of selected component (if applicable):
      FDP 21.C

      How reproducible:
      100%

      Steps to Reproduce:
      1. Set up active passive replication
      2. Watch the update notifications between servers
      3.

      Actual results:
      "update" notifications are sent

      Expected results:
      "update2" notifications are sent

      Additional info:


              rh-ee-mpattric Mike Pattrick
              nstbot NST Bot
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: