← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1499893] Re: Native OVSDB transation commit shows O(n) performance

 

Bug closed due to lack of activity, please feel free to reopen if
needed.

** Changed in: neutron
       Status: New => Won't Fix

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

Title:
  Native OVSDB transation commit shows O(n) performance

Status in neutron:
  Won't Fix

Bug description:
  Create 100 tenants each one with the following setup where each router
  is scheduled to the same legacy node that has the L3 agent configured
  to use the native OVSDB inerface.

  tenant network ------- router ------ external network

  Reference http://ibin.co/2GuI6plJvngR for graph of performance during set up of 100 routers.
  In the above graph, y-axis is time in seconds, and x-axis is pass through _ovs_add_port (two per router add).

  DbSetCommand's performance increases with each router add.  To support
  scale, this needs to be closer to O(1) and perform significantly
  better than using ovs-vsctl via rootwrap daemon.

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



References