Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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:
[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)
Attachments
Issue Links
- is caused by
-
IGNITE-8476 AssertionError exception occurs when trying to remove node from baseline under loading
- Resolved
- is related to
-
IGNITE-8688 Pending tree is initialized outside of checkpoint lock
- Resolved
- links to