Aleksandr Chesnokov created IGNITE-28558:
--------------------------------------------
Summary: Investigate moving TcpDiscoveryNodeAddedMessage
serialization to client threads
Key: IGNITE-28558
URL: https://issues.apache.org/jira/browse/IGNITE-28558
Project: Ignite
Issue Type: Improvement
Reporter: Aleksandr Chesnokov
Currently, TcpDiscoveryNodeAddedMessage is serialized in the discovery thread
(ringMessageWorker) to avoid issues with mutable state and delayed
serialization.
Let's explore moving serialization to client threads instead of performing it
in the discovery thread.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)