You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrew Mashenkov (JIRA)" <ji...@apache.org> on 2017/04/14 17:24:41 UTC

[jira] [Created] (IGNITE-4993) Distributed join on partitioned caches with segmented indices broken in master.

Andrew Mashenkov created IGNITE-4993:
----------------------------------------

             Summary: Distributed join on partitioned caches with segmented indices broken in master.
                 Key: IGNITE-4993
                 URL: https://issues.apache.org/jira/browse/IGNITE-4993
             Project: Ignite
          Issue Type: Bug
          Components: SQL
            Reporter: Andrew Mashenkov
             Fix For: 2.0


Next test fails in master sporadicaly:
org.apache.ignite.internal.processors.query.IgniteSqlSegmentedIndexSelfTest.testMultiNodeIndexSegmentation

Test looks fine on commit before IGNITE-3477 merged to master.
Seems, there is a race.

[20:14:51,340][ERROR][query-#162%query.IgniteSqlSegmentedIndexMultiNodeSelfTest0%][GridMapQueryExecutor] Failed to execute local query.
class org.apache.ignite.cache.query.QueryCancelledException: The query was cancelled while executing.
	at org.apache.ignite.internal.processors.query.h2.twostep.GridMapQueryExecutor.onQueryRequest0(GridMapQueryExecutor.java:610)
	at org.apache.ignite.internal.processors.query.h2.twostep.GridMapQueryExecutor.access$400(GridMapQueryExecutor.java:99)
	at org.apache.ignite.internal.processors.query.h2.twostep.GridMapQueryExecutor$5.call(GridMapQueryExecutor.java:433)
	at org.apache.ignite.internal.processors.query.h2.twostep.GridMapQueryExecutor$5.call(GridMapQueryExecutor.java:431)
	at org.apache.ignite.internal.util.IgniteUtils.wrapThreadLoader(IgniteUtils.java:6601)
	at org.apache.ignite.internal.processors.closure.GridClosureProcessor$2.body(GridClosureProcessor.java:914)
	at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)