diff --git a/raft/raft.go b/raft/raft.go index 9ecd91869..a0c7b6f07 100644 --- a/raft/raft.go +++ b/raft/raft.go @@ -643,7 +643,7 @@ func (r *raft) appendEntry(es ...pb.Entry) (accepted bool) { } // Track the size of this uncommitted proposal. if !r.increaseUncommittedSize(es) { - r.logger.Debugf( + r.logger.Warningf( "%x appending new entries to log would exceed uncommitted entry size limit; dropping proposal", r.id, )