You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladislav Pyatkov (JIRA)" <ji...@apache.org> on 2016/05/31 07:54:12 UTC

[jira] [Created] (IGNITE-3218) Partition can not be reserved

Vladislav Pyatkov created IGNITE-3218:
-----------------------------------------

             Summary: Partition can not be reserved
                 Key: IGNITE-3218
                 URL: https://issues.apache.org/jira/browse/IGNITE-3218
             Project: Ignite
          Issue Type: Bug
            Reporter: Vladislav Pyatkov


if you set
<property name = "rebalanceMode" value = "NONE" />
ScanQuery for the partition fall with the error:
{noformat}
Caused by: class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtUnreservedPartitionException [part=3, msg=Partition can not be reserved.]
	at org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager.onheapIterator(GridCacheQueryManager.java:1042)
	at org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager.scanIterator(GridCacheQueryManager.java:854)
	at org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager.scanQueryLocal(GridCacheQueryManager.java:1761)
	at org.apache.ignite.internal.processors.cache.query.GridCacheQueryAdapter$ScanQueryFallbackClosableIterator.init(GridCacheQueryAdapter.java:677)
	... 27 more
{noformat}



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