[
https://issues.apache.org/jira/browse/IGNITE-4252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850183#comment-15850183
]
ASF GitHub Bot commented on IGNITE-4252:
----------------------------------------
GitHub user skalashnikov opened a pull request:
https://github.com/apache/ignite/pull/1489
IGNITE-4252 Fixed exception with local cache query started on partiti…
…oned cache
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-4252
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1489.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1489
----
commit 42d0e97be861cf285c994faa1232e660adc12a08
Author: skalashnikov <[email protected]>
Date: 2017-02-02T16:50:15Z
IGNITE-4252 Fixed exception with local cache query started on partitioned
cache
----
> ClassCastException with local cache query
> -----------------------------------------
>
> Key: IGNITE-4252
> URL: https://issues.apache.org/jira/browse/IGNITE-4252
> Project: Ignite
> Issue Type: Bug
> Components: SQL
> Reporter: Pavel Konstantinov
> Assignee: Sergey Kalashnikov
>
> Try to send query for local cache to partitioned cache for executing:
> Two caches: local_cache & partitioned_cache.
> // SQL query performed on local_cache, but entry point is partitioned_cache.
> ignite.cache("partitioned_cache").query(new SqlFieldsQuery("select * from
> "local_cache".Table"))
> {code}
> java.lang.ClassCastException:
> org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache
> cannot be cast to
> org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter
> at
> org.apache.ignite.internal.processors.cache.GridCacheContext.topology(GridCacheContext.java:853)
> at
> org.apache.ignite.internal.processors.cache.GridCacheContext.topology(GridCacheContext.java:831)
> at
> org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor.hasMovingPartitions(GridReduceQueryExecutor.java:389)
> at
> org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor.isPreloadingActive(GridReduceQueryExecutor.java:376)
> at
> org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor.query(GridReduceQueryExecutor.java:520)
> at
> org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing$5.iterator(IgniteH2Indexing.java:1089)
> at
> org.apache.ignite.internal.processors.cache.QueryCursorImpl.iterator(QueryCursorImpl.java:81)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)