Reset replyReceivedForOffset correctly 26/82726/1
authorTomas Cere <tomas.cere@pantheon.tech>
Tue, 25 Jun 2019 12:16:50 +0000 (14:16 +0200)
committerTomas Cere <tomas.cere@pantheon.tech>
Tue, 25 Jun 2019 12:34:32 +0000 (14:34 +0200)
commit78282f605d76598e3b0e30cfc660a3a6c38ace48
tree20a2a61aa6c7fbf576209c31d93bfa635df08f10
parent6d4d0642f80555c2b5c8d2ff87681b600a22b4a0
Reset replyReceivedForOffset correctly

replyReceivedForOffset needs to be set to the initial -1
otherwise we can have multiple sendSnapshotChunk()'s called
before receiving any replies. Which would fail due to the already
running stopwatch.

Change-Id: Ie708f0c2454a87f77cba97e4fed8a9ffc866b624
Signed-off-by: Tomas Cere <tomas.cere@pantheon.tech>
opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/behaviors/LeaderInstallSnapshotState.java