yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #88894
[Bug 1974057] [NEW] [neutron-dynamic-routing] Plugin RPC queue should be consumed by RPC workers
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
Follow ups