Vladimir Ozerov created IGNITE-2600:
---------------------------------------
Summary: .NET: Do not serialize object if AtomicReference CAS succeeded.
Key: IGNITE-2600
URL:
https://issues.apache.org/jira/browse/IGNITE-2600 Project: Ignite
Issue Type: Task
Components: platforms
Affects Versions: 1.5.0.final
Reporter: Vladimir Ozerov
Assignee: Pavel Tupitsyn
Fix For: 1.6
See PlatformAtomicReference.processInStreamOutStream() method.
If CAS suceeded, then (cmp == res).
As such, instead of writing object in binary form to the stream, we can simply pass boolean flag indicating successful CAS.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)