yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #17537
[Bug 1347452] [NEW] Start message from OVS agent not received by server
Public bug reported:
When OVS agent starts, it will send server a message with "start_flag"
to tell server it's up, which is done by the _report_state method.
Currently _report_state uses cast method to send rpc message, so there's
no guarantee that server receives the "start" message. In our test,
sometimes this message did miss. As a result, server didn't update the
start time of the agent so fdb entries didn't send by the l2pop driver.
** Affects: neutron
Importance: Undecided
Assignee: Xurong Yang (idopra)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Xurong Yang (idopra)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1347452
Title:
Start message from OVS agent not received by server
Status in OpenStack Neutron (virtual network service):
New
Bug description:
When OVS agent starts, it will send server a message with "start_flag"
to tell server it's up, which is done by the _report_state method.
Currently _report_state uses cast method to send rpc message, so
there's no guarantee that server receives the "start" message. In our
test, sometimes this message did miss. As a result, server didn't
update the start time of the agent so fdb entries didn't send by the
l2pop driver.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1347452/+subscriptions
Follow ups
References