From: Tom Pantelis Date: Thu, 12 Mar 2015 00:00:06 +0000 (-0400) Subject: Change in AbstractRaftBehavior#performSnapshotWithoutCapture X-Git-Tag: release/lithium~401^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=c90b3cfcb48dd75cc3cc6305aaac1bbabad8d9fe;hp=c90b3cfcb48dd75cc3cc6305aaac1bbabad8d9fe Change in AbstractRaftBehavior#performSnapshotWithoutCapture If tempMin isn't present in the log and tempMin is grater than the current replicatedToAllIndex, then update replicatedToAllIndex to tempMin. Details are in the code comments. Change-Id: I373d5c4b7ce9fd2504f2a4fa996b49a6d9ffe5b6 Signed-off-by: Tom Pantelis ---