From: Moiz Raja Date: Tue, 25 Nov 2014 05:22:34 +0000 (-0800) Subject: BUG 2371 : Leader should reset it's snapshot tracking when follower is restarted X-Git-Tag: release/lithium~819 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=3e3f54ed3ff69a24f663cf2d3b10e61c49c58ccd;hp=3e3f54ed3ff69a24f663cf2d3b10e61c49c58ccd;ds=sidebyside BUG 2371 : Leader should reset it's snapshot tracking when follower is restarted This patch adds a new protocol to InstallSnapshot. It the InstallSnapshotReply returns a failure and the chunkIndex is -1 then the Leader will reset the FollowerSnapshot so that when the next heartbeat occurs the Leader would start sending chunks from the beginning. Change-Id: I0d5f0a4230209856ecf9bcef46220ae348f52b5d Signed-off-by: Moiz Raja ---