yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #55897
[Bug 1619524] Re: l3 agent uses same request ID for every request
Reviewed: https://review.openstack.org/364634
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c7369483557e23782d2ec293d548bc96cd729934
Submitter: Jenkins
Branch: master
commit c7369483557e23782d2ec293d548bc96cd729934
Author: Kevin Benton <kevin@xxxxxxxxxx>
Date: Thu Sep 1 20:07:09 2016 -0700
Make L3 agent use different request-id for each request
Generate a new context object request-id for each reference
to self.context. This allows easier tracking of requests
in logs.
This is the L3 agent equivalent fix of
I1d6dc28ba4752d3f9f1020851af2960859aae520.
Related-Bug: #1618231
Closes-Bug: #1619524
Change-Id: I4a49f05ce0e7467084a1c27a64a0d4cf60a5f8cb
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1619524
Title:
l3 agent uses same request ID for every request
Status in neutron:
Fix Released
Bug description:
The L3 agent uses the same context and subsequently the same request
ID for every request it makes to the Neutron server. This makes
searching for single actions based on request ID very ineffective.
DHCP version of this bug is here:
https://bugs.launchpad.net/neutron/+bug/1618231
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1619524/+subscriptions
References