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

2016-08-25 Thread Semen Boikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Semen Boikov updated IGNITE-2267:
-
Assignee: (was: Semen Boikov)

> 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
>  Labels: important
>
> 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 if 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)


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

2016-08-25 Thread Semen Boikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Semen Boikov updated IGNITE-2267:
-
Priority: Major  (was: Critical)

> 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
>Assignee: Semen Boikov
>  Labels: important
>
> 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 if 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)


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

2016-05-12 Thread Semen Boikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Semen Boikov updated IGNITE-2267:
-
Fix Version/s: (was: 1.6)

> 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
>Assignee: Semen Boikov
>Priority: Critical
>  Labels: important
>
> 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 if 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)


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

2016-02-09 Thread Denis Magda (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Denis Magda updated IGNITE-2267:

Assignee: Semen Boikov

> 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
>Assignee: Semen Boikov
>Priority: Critical
>  Labels: important
> 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 if 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)


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

2015-12-24 Thread Denis Magda (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Denis Magda updated IGNITE-2267:

Description: 
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 if the event node and the node, 
that deserializes the event, are located in different networks.




  was:
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.





> 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
>  Labels: important
> 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 if 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)


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

2015-12-24 Thread Denis Magda (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Denis Magda updated IGNITE-2267:

Labels: important  (was: )

> 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
>  Labels: important
> 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 if 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)