[jira] [Created] (IGNITE-2267) CacheEvent serializes ClusterNodes that may lead to slow deserialization of event

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-2267) CacheEvent serializes ClusterNodes that may lead to slow deserialization of event

Anton Vinogradov (Jira)
Denis Magda created IGNITE-2267:
-----------------------------------

             Summary: CacheEvent serializes ClusterNodes that may lead to slow deserialization of event
                 Key: IGNITE-2267
                 URL: https://issues.apache.org/jira/browse/IGNITE-2267
             Project: Ignite
          Issue Type: Bug
          Components: general
    Affects Versions: ignite-1.4
            Reporter: Denis Magda
            Priority: Critical
             Fix For: 1.6


When a CacheEvent is being sent to a remote node, that listens for the events, it serializes TcpDiscoveryNodes ('node' and 'eventNode' fields of CacheEvent).

During deserialization of the event on a remote side {{sockAddrrs}} field of TcpDiscoveryNode is deserialized this way
{{sockAddrs = U.toSocketAddresses(this, discPort);}}.

Such a call may lead to performance degradation of the event node and the node that deserializes the event are located in different networks.






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)