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)