You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/02/09 12:46:18 UTC

[jira] [Created] (IGNITE-2600) .NET: Do not serialize object if AtomicReference CAS succeeded.

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)