Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
LogSegment#append leaks the entryCache when a RaftServerImpl is restarted. On restart, the entries are loaded from the raft Logs and then added in the entryCache, however after adding the entry in the cache, hasEntryCache is not set to true.
cc: ljain szetszwo
RATIS-628 Simplify the code in LogSegment