[ https://issues.apache.org/jira/browse/IGNITE-6486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16176322#comment-16176322 ]
ASF GitHub Bot commented on IGNITE-6486: ---------------------------------------- GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/2729 IGNITE-6486 .NET: Update IsActiveOnStart documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-6486 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2729.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 #2729 ---- commit ffd2cbcff6c71010a762f5bc37619103ce445f15 Author: Pavel Tupitsyn <ptupit...@apache.org> Date: 2017-09-22T11:54:37Z IGNITE-6486 .NET: ActiveOnStart does not work ---- > .NET: ActiveOnStart does not work > --------------------------------- > > Key: IGNITE-6486 > URL: https://issues.apache.org/jira/browse/IGNITE-6486 > Project: Ignite > Issue Type: Bug > Components: platforms > Affects Versions: 2.2 > Reporter: Pavel Tupitsyn > Assignee: Pavel Tupitsyn > Labels: .NET > Fix For: 2.3 > > > {{IgniteConfiguration.IsActiveOnStart}} seems to have no effect. The > following code causes an exception on {{GetOrCreateCache}}: > {code} > var cfg = new IgniteConfiguration > { > PersistentStoreConfiguration = new PersistentStoreConfiguration(), > IsActiveOnStart = true > }; > using (var ignite = Ignition.Start(cfg)) > { > var cache = ignite.GetOrCreateCache<int, int>("foo"); > } > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)