You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Bessonov (Jira)" <ji...@apache.org> on 2023/05/11 08:19:00 UTC

[jira] [Created] (IGNITE-19453) Serialize commands before sending them in ActionRequest

Ivan Bessonov created IGNITE-19453:
--------------------------------------

             Summary: Serialize commands before sending them in ActionRequest
                 Key: IGNITE-19453
                 URL: https://issues.apache.org/jira/browse/IGNITE-19453
             Project: Ignite
          Issue Type: Improvement
            Reporter: Ivan Bessonov


Type of org.apache.ignite.raft.jraft.rpc.ActionRequest#command must be changed from Command to byte[] to avoid double serialization.

ActionRequestProcessor#commandsMarshaller will only be used to de-serialize the command. "read/write" flag would need to be added to the ActionRequest.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)