Add debug to pinpoint lastApplied movement 21/62221/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 21 Aug 2017 16:35:20 +0000 (18:35 +0200)
committerRobert Varga <nite@hq.sk>
Thu, 24 Aug 2017 08:32:08 +0000 (08:32 +0000)
commit866cdf141262dd7b57e95b3e3aa75709b7d0c586
tree4a33ef8c602032756aa2f57d2cf6ba3c5a3727e8
parent0121bc588e93461bddd977cec86f9d4800d2346a
Add debug to pinpoint lastApplied movement

This method is called from multiple call sites, only one of which
is actually logging the change. Make sure we catch all transitions
by adding a LOG.debug() into the setter.

Change-Id: Ie777f8047a0893f9450fb132faa8adea235fbc5f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/RaftActorContextImpl.java