Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-6486

.NET: ActiveOnStart does not work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.2
    • 2.3
    • platforms

    Description

      IgniteConfiguration.IsActiveOnStart seems to have no effect. The following code causes an exception on GetOrCreateCache:

      var cfg = new IgniteConfiguration
      {
          PersistentStoreConfiguration = new PersistentStoreConfiguration(),
          IsActiveOnStart = true
      };
      
      using (var ignite = Ignition.Start(cfg))
      {
          var cache = ignite.GetOrCreateCache<int, int>("foo");
      }
      

      Attachments

        Issue Links

          Activity

            People

              ptupitsyn Pavel Tupitsyn
              ptupitsyn Pavel Tupitsyn
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: