Ivan Rakov created IGNITE-8682: ---------------------------------- Summary: Attempt to configure IGFS in persistent mode without specific data region ends with AssertionError Key: IGNITE-8682 URL: https://issues.apache.org/jira/browse/IGNITE-8682 Project: Ignite Issue Type: Bug Reporter: Ivan Rakov
If persistence is enabled and data region name is not specified in IGFS configuration, attempt to access IGFS internal cache results in the following error: {noformat} [00:40:03]W: java.lang.AssertionError [00:40:03]W: at org.apache.ignite.internal.processors.cache.persistence.pagemem.PageMemoryImpl.allocatePage(PageMemoryImpl.java:463) [00:40:03]W: at org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.allocateForTree(IgniteCacheOffheapManagerImpl.java:818) [00:40:03]W: at org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.initPendingTree(IgniteCacheOffheapManagerImpl.java:164) [00:40:03]W: at org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.onCacheStarted(IgniteCacheOffheapManagerImpl.java:151) [00:40:03]W: at org.apache.ignite.internal.processors.cache.CacheGroupContext.onCacheStarted(CacheGroupContext.java:283) [00:40:03]W: at org.apache.ignite.internal.processors.cache.GridCacheProcessor.prepareCacheStart(GridCacheProcessor.java:1965) [00:40:03]W: at org.apache.ignite.internal.processors.cache.CacheAffinitySharedManager.onCacheChangeRequest(CacheAffinitySharedManager.java:791) [00:40:03]W: at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.onClusterStateChangeRequest(GridDhtPartitionsExchangeFuture.java:946) [00:40:03]W: at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:651) [00:40:03]W: at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body0(GridCachePartitionExchangeManager.java:2458) [00:40:03]W: at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:2338) [00:40:03]W: at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110) [00:40:03]W: at java.lang.Thread.run(Thread.java:748) {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)