[ 
https://issues.apache.org/jira/browse/IGNITE-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15152261#comment-15152261
 ] 

ASF GitHub Bot commented on IGNITE-2600:
----------------------------------------

GitHub user ptupitsyn opened a pull request:

    https://github.com/apache/ignite/pull/496

    IGNITE-2600 .NET: Do not serialize object if AtomicReference CAS succeeded.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ptupitsyn/ignite ignite-2600

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/496.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #496
    
----
commit 96123fd240c8d904e26748798743c3a49cfb079f
Author: Pavel Tupitsyn <[email protected]>
Date:   2016-02-18T12:44:57Z

    IGNITE-2600 .NET: Do not serialize object if AtomicReference CAS succeeded.

----


> .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)

Reply via email to