You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/23 08:18:00 UTC

[jira] [Commented] (IGNITE-5454) Tree is being concurrently destroyed error

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

ASF GitHub Bot commented on IGNITE-5454:
----------------------------------------

GitHub user gvvinblade opened a pull request:

    https://github.com/apache/ignite/pull/2181

    IGNITE-5454

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-5454

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2181.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 #2181
    
----
commit c6bba4b3b1857ab592d6e322ae6eb5766034c4f7
Author: Igor Seliverstov <gv...@gmail.com>
Date:   2017-06-23T08:16:21Z

    IGNITE-5454

----


> Tree is being concurrently destroyed error
> ------------------------------------------
>
>                 Key: IGNITE-5454
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5454
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 2.1
>            Reporter: Konstantin Dudkov
>            Assignee: Igor Seliverstov
>            Priority: Critical
>             Fix For: 2.1
>
>
> .NET data streamer example fails sporadically with the following error:
> {code}
> Caused by: java.lang.IllegalStateException: Tree is being concurrently destroyed: p-305##CacheData
>     at org.apache.ignite.internal.processors.cache.database.tree.BPlusTree.checkDestroyed(BPlusTree.java:928)
>     at org.apache.ignite.internal.processors.cache.database.tree.BPlusTree.find(BPlusTree.java:949)
>     at org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl$CacheDataStoreImpl.cursor(IgniteCacheOffheapManagerImpl.java:1328)
>     at org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl$CacheDataStoreImpl.cursor(IgniteCacheOffheapManagerImpl.java:1308)
>     at org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl$CacheDataStoreImpl.cursor(IgniteCacheOffheapManagerImpl.java:1302)
>     at org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl$6.onHasNext(IgniteCacheOffheapManagerImpl.java:619)
>     at org.apache.ignite.internal.util.GridCloseableIteratorAdapter.hasNextX(GridCloseableIteratorAdapter.java:53)
>     at org.apache.ignite.internal.util.lang.GridIteratorAdapter.hasNext(GridIteratorAdapter.java:45)
>     at org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.clearCache(IgniteCacheOffheapManagerImpl.java:432)
>     at org.apache.ignite.internal.processors.cache.GridCacheClearAllRunnable.run(GridCacheClearAllRunnable.java:85)
>     at org.apache.ignite.internal.processors.cache.GridCacheAdapter.clearLocally(GridCacheAdapter.java:1056)
>     at org.apache.ignite.internal.processors.cache.GridCacheProxyImpl.clearLocally(GridCacheProxyImpl.java:977)
>     at org.apache.ignite.internal.processors.cache.GridCacheAdapter$GlobalClearAllJob.localExecute(GridCacheAdapter.java:5136)
> {code}
> Example TC run: http://ci.ignite.apache.org/viewLog.html?buildId=661989



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)