From: Robert Varga Date: Thu, 11 May 2017 14:54:22 +0000 (+0200) Subject: BUG-8422: separate retry and request timeouts X-Git-Tag: release/carbon~10 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=f32b44f6e2dac23938a2c01638872c65ba1237f5;hp=f32b44f6e2dac23938a2c01638872c65ba1237f5;p=controller.git BUG-8422: separate retry and request timeouts This patch corrects a thinko around request timeouts, where we reconnect the connection based on request timeout, not based on the 'try' timeout. The difference between the two is that the 'try' timeout is the period we allow the backend to respond to our request and when it does not, we reconnect the connection. Change-Id: I8c00a80e5c26c5b829056c43fe78a0567041bc5e Signed-off-by: Robert Varga Signed-off-by: Tomas Cere ---