You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vasilisa Sidorova (JIRA)" <ji...@apache.org> on 2015/10/02 12:46:26 UTC

[jira] [Commented] (IGNITE-1577) IlligateStateException when removing index during stop

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

Vasilisa  Sidorova commented on IGNITE-1577:
--------------------------------------------

I've try to reproduce this issue 10 times with different values of heap per node (3,5 GB - default from Idea; 1 GB, 2 GB, 3 GB, 4 GB), 3/10 times it was value of heap = 2 GB and only once this issue was reproducible.

May be it's depends from a moment of stream or query? 

> IlligateStateException when removing index during stop
> ------------------------------------------------------
>
>                 Key: IGNITE-1577
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1577
>             Project: Ignite
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Dmitriy Setrakyan
>            Assignee: Sergi Vladykin
>            Priority: Critical
>             Fix For: ignite-1.5
>
>
> I ran string example which queries the streamed words onto 2 data nodes (2GB each, started with ExampleNodeStartup class), and while running, killed 1 node. I also had 1 StreamWords and 1 QueryWords process.
> Got this error on the stopping node.
> {code}
> java.lang.IllegalStateException: Failed to remove from index (grid is stopping).
> 	at org.apache.ignite.internal.processors.query.GridQueryProcessor.remove(GridQueryProcessor.java:837)
> 	at org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager.remove(GridCacheQueryManager.java:433)
> 	at org.apache.ignite.internal.processors.cache.GridCacheMapEntry.clearIndex(GridCacheMapEntry.java:3553)
> 	at org.apache.ignite.internal.processors.cache.GridCacheMapEntry.onTtlExpired(GridCacheMapEntry.java:3374)
> 	at org.apache.ignite.internal.processors.cache.GridCacheTtlManager.expire(GridCacheTtlManager.java:117)
> 	at org.apache.ignite.internal.processors.cache.GridCacheTtlManager$CleanupWorker.body(GridCacheTtlManager.java:136)
> 	at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
> 	at java.lang.Thread.run(Thread.java:745)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)