You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/25 15:01:08 UTC

[jira] [Commented] (IGNITE-6494) .NET: CacheConfiguration.WriteSynchronizationMode incorrect default value

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

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

GitHub user ptupitsyn opened a pull request:

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

    IGNITE-6494 .NET: Fix CacheConfiguration.WriteSynchronizationMode default value

    

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

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

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

    https://github.com/apache/ignite/pull/2741.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 #2741
    
----
commit d6ea01c6e8a8878e7afa53b7a732eb4f30cc17c7
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2017-09-25T14:59:19Z

    IGNITE-6494 .NET: Fix CacheConfiguration.WriteSynchronizationMode default value

----


> .NET: CacheConfiguration.WriteSynchronizationMode incorrect default value
> -------------------------------------------------------------------------
>
>                 Key: IGNITE-6494
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6494
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>              Labels: .NET
>             Fix For: 2.3
>
>
> {{CacheConfiguration.WriteSynchronizationMode}} has no explicit default in .NET, which causes it to be {{FullSync}} (first enum value). Java-side default is {{PRIMARY_SYNC}}.
> Write a test to make sure all defaults are the same (start a cache from Spring and get configuration).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)