You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2017/09/25 14:08:00 UTC

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

Pavel Tupitsyn created IGNITE-6494:
--------------------------------------

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