From: Moiz Raja Date: Sat, 21 Feb 2015 01:59:40 +0000 (-0800) Subject: BUG 2718 : Create a diagnostic utility to track append entries replies X-Git-Tag: release/lithium~496^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=18126649bba1cda7b589a4f23b96211562f9e008;hp=18126649bba1cda7b589a4f23b96211562f9e008 BUG 2718 : Create a diagnostic utility to track append entries replies This patch introduces a utility to keep track of all messages that were processed between the time a certain message is received. It is used for tracking why AppendEntriesReply do not come in a timely manner. This is important to know because if a leader will switch to IsolatedLeader if these messages do not arrive within the ElectionTimeout interval causing disruption in service. Change-Id: I13bab798aad8a225d22d2ebd3775cbf0bf1d1592 Signed-off-by: Moiz Raja ---