From: Robert Varga Date: Mon, 26 Jun 2017 14:31:30 +0000 (+0200) Subject: BUG-8445: check sessionId before propagating failures X-Git-Tag: release/nitrogen~70 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=417f3a8c2401e6c8ce3c91ea969da24929c24c1c;hp=417f3a8c2401e6c8ce3c91ea969da24929c24c1c;p=controller.git BUG-8445: check sessionId before propagating failures When we have leader movement ocurring, based on timing details we can re-establish a connection to the new leader and then start receiving responses from the old leader telling us it no longer is the leader. To stop this from happening we need to check connection session ID against the incoming failure. Change-Id: If9a891016c7f213f2552283e3ec13485e598f5a4 Signed-off-by: Robert Varga (cherry picked from commit 1c495bceb8d9c203f5ce53ea1ab9d907efb4d7b3) ---