yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #17221
[Bug 1340969] [NEW] NSX: Correct default timeout params
Public bug reported:
Previously, req_timeout and http_timeout where set to the same value
which is not correct. req_timeout is the total time limit for a cluster
request and http_timeout is the time allowed before aborting a request on
an unresponsive controller. Since the default configuration allows 2
retires req_timeout should be double that of http_timeout.
This patch also bumps the timeout values to be higher. We've seen
more and more timeouts occur in our CI system largely because our
cloud is overloaded so increaing the default timeouts will help reduce
test failures.
** Affects: neutron
Importance: High
Assignee: Aaron Rosen (arosen)
Status: In Progress
** Tags: nicira
** Changed in: neutron
Assignee: (unassigned) => Aaron Rosen (arosen)
** Changed in: neutron
Importance: Undecided => High
** Tags added: nicira
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1340969
Title:
NSX: Correct default timeout params
Status in OpenStack Neutron (virtual network service):
In Progress
Bug description:
Previously, req_timeout and http_timeout where set to the same value
which is not correct. req_timeout is the total time limit for a cluster
request and http_timeout is the time allowed before aborting a request on
an unresponsive controller. Since the default configuration allows 2
retires req_timeout should be double that of http_timeout.
This patch also bumps the timeout values to be higher. We've seen
more and more timeouts occur in our CI system largely because our
cloud is overloaded so increaing the default timeouts will help reduce
test failures.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1340969/+subscriptions
Follow ups
References