Description
The pendingRequestsMap currently maintains all the AppendEntryRequests sent to a follower until they timeout. These contain LogEntryProto and hence contain references to the state machine data. Only the metadata of the request should be stored in the log appender map.
Attachments
Issue Links
- is related to
-
RATIS-728 TimeoutScheduler for GrpcLogAppender holds on to the AppendEntryRequest till it times out even though request succeeds
- Resolved