Description
TestSegmentedRaftLog.testAppendEntriesWithInconsistency() is failing due to RATIS-430 – it misses a "break" statement.
Also, some tests will fail with NullPointerException if SegmentedRaftLog.LOG is set to Level.TRACE since server is null.