Public bug reported:

Currently, the RPC queue of the BGP service plugin is consumed directdly
in the plugin thread. This may lead to unprocessed data in TCP queues
due to infrequent polling, AMQP connection drops due to missed
heartbeats, and other unwanted behavior. Instead, the RPC queue should
be consumed by RPC workers, the same way as it is already done in other
service plugins, like L3 plugin, metering plugin, etc.

** Affects: neutron
     Importance: Undecided
     Assignee: Renat Nurgaliyev (rnurgaliyev)
         Status: In Progress

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

Title:
  [neutron-dynamic-routing] Plugin RPC queue should be consumed by RPC
  workers

Status in neutron:
  In Progress

Bug description:
  Currently, the RPC queue of the BGP service plugin is consumed
  directdly in the plugin thread. This may lead to unprocessed data in
  TCP queues due to infrequent polling, AMQP connection drops due to
  missed heartbeats, and other unwanted behavior. Instead, the RPC queue
  should be consumed by RPC workers, the same way as it is already done
  in other service plugins, like L3 plugin, metering plugin, etc.

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


-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to