[
https://issues.apache.org/jira/browse/IGNITE-8682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16498070#comment-16498070
]
ASF GitHub Bot commented on IGNITE-8682:
----------------------------------------
GitHub user glukos opened a pull request:
https://github.com/apache/ignite/pull/4108
IGNITE-8682 Attempt to configure IGFS in persistent mode without spec…
…ific data region ends with AssertionError
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-8682
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4108.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 #4108
----
commit b32e2224340ba2ce2a7ee1bf5caf3dbdbc3545e7
Author: Ivan Rakov <irakov@...>
Date: 2018-06-01T14:35:05Z
IGNITE-8682 Attempt to configure IGFS in persistent mode without specific
data region ends with AssertionError
Signed-off-by: Ivan Rakov <[email protected]>
----
> 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
> Priority: Major
> Fix For: 2.6
>
>
> 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)