You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/08/09 12:33:32 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-1577:
-----------------------------------
    Fix Version/s:     (was: 1.7)
                   1.8

> 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: 1.8
>
>
> 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)