You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Dmitriy Setrakyan (JIRA)" <ji...@apache.org> on 2015/09/30 03:34:04 UTC

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

Dmitriy Setrakyan created IGNITE-1577:
-----------------------------------------

             Summary: 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 on 2 nodes (2GB each), and while running, killed 1 node.

Got this error.
{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)