You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (JIRA)" <ji...@apache.org> on 2018/08/07 05:56:00 UTC

[jira] [Updated] (IGNITE-9202) .NET `TestRemoteNodes` fails with "Failed to map SQL query to topology"

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

Maxim Muzafarov updated IGNITE-9202:
------------------------------------
    Description: 
Tests constantly fails with exception `Failed to map SQL query to topology.`
* ExamplesTest.TestRemoteNodes(BinaryModeExample) 	
* ExamplesTest.TestRemoteNodes(LinqExample)
* ExamplesTest.TestRemoteNodes(SqlExample) 

{code:java}
Test(s) failed. Apache.Ignite.Core.Cache.CacheException : Failed to map SQL query to topology. ----> Apache.Ignite.Core.Common.JavaException : javax.cache.CacheException: Failed to map SQL query to topology.
at org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor.query(GridReduceQueryExecutor.java:577)
at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing$8.iterator(IgniteH2Indexing.java:1447)
at org.apache.ignite.internal.processors.cache.QueryCursorImpl.iterator(QueryCursorImpl.java:95)
at org.apache.ignite.internal.processors.platform.cache.query.PlatformAbstractQueryCursor.processInLongOutLong(PlatformAbstractQueryCursor.java:147)
at org.apache.ignite.internal.processors.platform.PlatformTargetProxyImpl.inLongOutLong(PlatformTargetProxyImpl.java:55)
{code}

https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=-3155722801840665529&branch=%3Cdefault%3E&tab=testDetails

  was:
Tests constantly fails with exception `Failed to map SQL query to topology.`
* ExamplesTest.TestRemoteNodes(BinaryModeExample) 	
* ExamplesTest.TestRemoteNodes(LinqExample)
* ExamplesTest.TestRemoteNodes(SqlExample) 

{code:java}
Test(s) failed. Apache.Ignite.Core.Cache.CacheException : Failed to map SQL query to topology. ----> Apache.Ignite.Core.Common.JavaException : javax.cache.CacheException: Failed to map SQL query to topology.
at org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor.query(GridReduceQueryExecutor.java:577)
at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing$8.iterator(IgniteH2Indexing.java:1447)
at org.apache.ignite.internal.processors.cache.QueryCursorImpl.iterator(QueryCursorImpl.java:95)
at org.apache.ignite.internal.processors.platform.cache.query.PlatformAbstractQueryCursor.processInLongOutLong(PlatformAbstractQueryCursor.java:147)
at org.apache.ignite.internal.processors.platform.PlatformTargetProxyImpl.inLongOutLong(PlatformTargetProxyImpl.java:55)
{code}


> .NET `TestRemoteNodes` fails with "Failed to map SQL query to topology"
> -----------------------------------------------------------------------
>
>                 Key: IGNITE-9202
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9202
>             Project: Ignite
>          Issue Type: Test
>          Components: sql
>            Reporter: Maxim Muzafarov
>            Priority: Minor
>              Labels: sql
>
> Tests constantly fails with exception `Failed to map SQL query to topology.`
> * ExamplesTest.TestRemoteNodes(BinaryModeExample) 	
> * ExamplesTest.TestRemoteNodes(LinqExample)
> * ExamplesTest.TestRemoteNodes(SqlExample) 
> {code:java}
> Test(s) failed. Apache.Ignite.Core.Cache.CacheException : Failed to map SQL query to topology. ----> Apache.Ignite.Core.Common.JavaException : javax.cache.CacheException: Failed to map SQL query to topology.
> at org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor.query(GridReduceQueryExecutor.java:577)
> at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing$8.iterator(IgniteH2Indexing.java:1447)
> at org.apache.ignite.internal.processors.cache.QueryCursorImpl.iterator(QueryCursorImpl.java:95)
> at org.apache.ignite.internal.processors.platform.cache.query.PlatformAbstractQueryCursor.processInLongOutLong(PlatformAbstractQueryCursor.java:147)
> at org.apache.ignite.internal.processors.platform.PlatformTargetProxyImpl.inLongOutLong(PlatformTargetProxyImpl.java:55)
> {code}
> https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=-3155722801840665529&branch=%3Cdefault%3E&tab=testDetails



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)