[ https://issues.apache.org/jira/browse/RATIS-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsz-wo Sze updated RATIS-2235: ------------------------------ Fix Version/s: 3.1.3 > Allow only one ongoing AppendEntries > ------------------------------------ > > Key: RATIS-2235 > URL: https://issues.apache.org/jira/browse/RATIS-2235 > Project: Ratis > Issue Type: Sub-task > Components: server > Affects Versions: 3.1.2 > Reporter: Song Ziyang > Assignee: Song Ziyang > Priority: Major > Fix For: 3.1.3 > > Time Spent: 1.5h > Remaining Estimate: 0h > > When a follower receives two appendEntries calls about the same time (due to > network or other issues), it could cause IllegalStateException: > SegmentedRaftLog: Already running a method; see RATIS-2208. > In this JIRA, we change the async appendEntries handling to wait for the > completion of the previous append. -- This message was sent by Atlassian Jira (v8.20.10#820010)