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

Pavel Tupitsyn commented on IGNITE-6486:
----------------------------------------

Merged to master: {{6f1ca419fab840b920d408336ced69abaa4147cf}}.

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

Reply via email to