yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #88339
[Bug 1805769] Re: [RFE] Add a config option rpc_response_max_timeout
** 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/1805769
Title:
[RFE] Add a config option rpc_response_max_timeout
Status in neutron:
Fix Released
Bug description:
We want to add a new configuration option rpc_response_max_timeout to
neutron.conf.
The rpc_response_max_timeout plays a role of the ceiling of timeout
seconds when waiting for the response of a remote rpc server.
During an RPC call, the waiting time starts from the existing parameter
rpc_response_timeout(default 60s) and doubled each time until it reaches
the ceiling which is currently set as 10 times rpc_response_timeout.
It seems to be less flexible since user cannot directly change the
ceiling value unless he/she changes the rpc_response_timeout. By adding
rpc_response_max_timeout, user can now modify it without changing
any other parameters.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1805769/+subscriptions
References