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/21 13:43:00 UTC

[jira] [Created] (RATIS-725) Avoid LogEntry copy in RaftServerImpl#appendEntriesAsync(AppendEntriesRequestProto r)

Lokesh Jain created RATIS-725:
---------------------------------

             Summary: Avoid LogEntry copy in RaftServerImpl#appendEntriesAsync(AppendEntriesRequestProto r)
                 Key: RATIS-725
                 URL: https://issues.apache.org/jira/browse/RATIS-725
             Project: Ratis
          Issue Type: Bug
            Reporter: Lokesh Jain
            Assignee: Lokesh Jain


RaftServerImpl#appendEntriesAsync(AppendEntriesRequestProto r) currently converts the LogEntryProto list to an array. This leads to copy of data in case of ozone.



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