You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Lokesh Jain (Jira)" <ji...@apache.org> on 2019/10/14 13:31:00 UTC

[jira] [Created] (RATIS-715) GrpcLogAppender holds references to state machine data

Lokesh Jain created RATIS-715:
---------------------------------

             Summary: GrpcLogAppender holds references to state machine data
                 Key: RATIS-715
                 URL: https://issues.apache.org/jira/browse/RATIS-715
             Project: Ratis
          Issue Type: Bug
          Components: gRPC, server
            Reporter: Lokesh Jain
            Assignee: Lokesh Jain


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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)