BUG-7033: Add batchHint flag to RaftActor#persistData 39/49439/5
authorTom Pantelis <tpanteli@brocade.com>
Thu, 15 Dec 2016 15:28:07 +0000 (10:28 -0500)
committerTom Pantelis <tpanteli@brocade.com>
Tue, 20 Dec 2016 15:21:07 +0000 (15:21 +0000)
Added a batchHint flag where, if true, it elides sending AppendEntries
immediately. AppendEntries will be sent on the next persistData call
with batchHint false or at the next heartbeat interval.

Change-Id: Id887ab46d5147e4fb5e50e52acaa8887d4048e1d
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>

No differences found