Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
r/consensus: allow raft to flush on empty append entries requests
When linearizable barrier is requested we want follower to flush its log to make sure that all possible entries are committed with traditional raft semantics. Added handling of flushing log on the follower if leader requested it and append entries request is empty. Signed-off-by: Michal Maslanka <michal@redpanda.com>
- Loading branch information