Reviewed: https://review.openstack.org/25440 Committed: http://github.com/openstack/nova/commit/f5b03f45d6cd8b19f19ee20c2b6b4d114d3a4d1c Submitter: Jenkins Branch: milestone-proposed
commit f5b03f45d6cd8b19f19ee20c2b6b4d114d3a4d1c Author: Russell Bryant <[email protected]> Date: Fri Mar 22 13:59:14 2013 -0400 Don't log traceback on rpc timeout. Don't log a traceback in the rpc layer after a timeout() occurs while waiting on a response to a call(). Let the caller get the exception and decide whether it should be logged or not. Fix bug 1158920. Change-Id: I0387ab48899627cbc3eb1d7187067472ddefc1bf (cherry picked from commit 132a0c1fd1eb127e393e5794ffa6d4a3a4950567) ** Changed in: nova Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1158920 Title: don't log rpc timeout in rpc layer Status in OpenStack Compute (Nova): Fix Released Bug description: The rpc layer should let the caller handle the timeout and decide how and if it should be logged. This is similar to 1137994, but removing the exception logging from the rpc layer was never done. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1158920/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

