BUG 2718 : Create a diagnostic utility to track append entries replies 81/15581/2
authorMoiz Raja <moraja@cisco.com>
Sat, 21 Feb 2015 01:59:40 +0000 (17:59 -0800)
committerMoiz Raja <moraja@cisco.com>
Sat, 21 Feb 2015 14:05:43 +0000 (06:05 -0800)
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 <moraja@cisco.com>

No differences found