Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
None
-
None
-
None
-
Docs Required, Release Notes Required
Description
[20:48:28,961][INFO][client-connector-#135][CalciteQueryProcessor] Going to execute new query with Calcite: sql=SELECT t17_1.int_col1, t17_2.int_col1, t17_1.id FROM t17_1 INNER JOIN t17_2 ON t17_1.id=t17_2.id ORDER BY t17_1.id [20:48:28,980][WARNING][calciteQry-#176][ExecutionServiceImpl] Execution is cancelled. class org.apache.ignite.internal.processors.query.calcite.exec.ExecutionCancelledException: null at org.apache.ignite.internal.processors.query.calcite.exec.rel.AbstractNode.checkState(AbstractNode.java:183) at org.apache.ignite.internal.processors.query.calcite.exec.rel.Outbox.onAcknowledge(Outbox.java:107) at org.apache.ignite.internal.processors.query.calcite.exec.ExchangeServiceImpl.onMessage(ExchangeServiceImpl.java:198) at org.apache.ignite.internal.processors.query.calcite.exec.ExchangeServiceImpl.lambda$init$2(ExchangeServiceImpl.java:147) at org.apache.ignite.internal.processors.query.calcite.message.MessageServiceImpl.onMessageInternal(MessageServiceImpl.java:276) at org.apache.ignite.internal.processors.query.calcite.message.MessageServiceImpl.lambda$onMessage$0(MessageServiceImpl.java:256) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748)
Attachments
Attachments
Issue Links
- duplicates
-
IGNITE-14262 Calcite improvements. Get rid of numerous ExecutionCancelledException.
- Resolved
- is part of
-
IGNITE-12248 Apache Calcite based query execution engine
- Open