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)