walterddr opened a new issue, #10829: URL: https://github.com/apache/pinot/issues/10829
see: https://github.com/apache/pinot/actions/runs/5147527036/jobs/9268030409 ``` [flaky test] 2023-06-01T18:30:47.9165106Z [ERROR] org.apache.pinot.query.runtime.queries.ResourceBasedQueriesTest.testQueryTestCasesWithH2[hint_option_queries, SELECT /*+ joinOptions(join_strategy='dynamic_broadcast', is_colocated_by_join_keys='true') */ hint_option_queries_tbl1.num, hint_option_queries_tbl1.name FROM hint_option_queries_tbl1 WHERE hint_option_queries_tbl1.num IN (SELECT hint_option_queries_tbl2.num FROM hint_option_queries_tbl2 WHERE hint_option_queries_tbl2.val IN ('xxx', 'yyy')), SELECT /*+ joinOptions(join_strategy='dynamic_broadcast', is_colocated_by_join_keys='true') */ hint_option_queries_tbl1.num, hint_option_queries_tbl1.name FROM hint_option_queries_tbl1 WHERE hint_option_queries_tbl1.num IN (SELECT hint_option_queries_tbl2.num FROM hint_option_queries_tbl2 WHERE hint_option_queries_tbl2.val IN ('xxx', 'yyy')), null, false](226) Time elapsed: 0.216 s <<< FAILURE! 2023-06-01T18:30:47.9166403Z java.lang.RuntimeException: 2023-06-01T18:30:47.9166782Z Rec eived error query execution result block: {1000=Cancelled by sender with exception: Query was cancelled! 2023-06-01T18:30:47.9167262Z java.lang.RuntimeException: Cancelled by sender with exception: Query was cancelled! 2023-06-01T18:30:47.9167741Z at org.apache.pinot.query.mailbox.GrpcSendingMailbox.cancel(GrpcSendingMailbox.java:84) 2023-06-01T18:30:47.9168305Z at org.apache.pinot.query.runtime.operator.exchange.BlockExchange.cancel(BlockExchange.java:173) 2023-06-01T18:30:47.9168904Z at org.apache.pinot.query.runtime.operator.MailboxSendOperator.cancel(MailboxSendOperator.java:182) 2023-06-01T18:30:47.9169494Z at org.apache.pinot.query.runtime.operator.OpChain.cancel(OpChain.java:79) 2023-06-01T18:30:47.9169820Z ... 2023-06-01T18:30:47.9170098Z Caused by: java.lang.InterruptedException: Query was cancelled! 2023-06-01T18:30:47.9170598Z at org.apache.pinot.query.runtime.executor.OpChainSchedulerService$1.runJob(OpChainSchedulerService.java:88) 2023-06-01T18:30:47.9171039Z ... 6 more} 2023-06-01T18:30:47.9171479Z at org.apache.pinot.query.service.dispatch.QueryDispatcher.reduceMailboxReceive(QueryDispatcher.java:223) 2023-06-01T18:30:47.9172105Z at org.apache.pinot.query.service.dispatch.QueryDispatcher.runReducer(QueryDispatcher.java:204) 2023-06-01T18:30:47.9172681Z at org.apache.pinot.query.runtime.QueryRunnerTestBase.queryRunner(QueryRunnerTestBase.java:125) 2023-06-01T18:30:47.9173300Z at org.apache.pinot.query.runtime.queries.ResourceBasedQueriesTest.runQuery(ResourceBasedQueriesTest.java:298) 2023-06-01T18:30:47.9174026Z at org.apache.pinot.query.runtime.queries.ResourceBasedQueriesTest.testQueryTestCasesWithH2(ResourceBasedQueriesTest.java:223) 2023-06-01T18:30:47.9174641Z at jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source) 2023-06-01T18:30:47.9175181Z at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2023-06-01T18:30:47.9175667Z at java.base/java.lang.reflect. Method.invoke(Method.java:566) 2023-06-01T18:30:47.9176121Z at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:108) 2023-06-01T18:30:47.9176582Z at org.testng.internal.Invoker.invokeMethod(Invoker.java:661) 2023-06-01T18:30:47.9193016Z at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:869) 2023-06-01T18:30:47.9193519Z at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1193) 2023-06-01T18:30:47.9193997Z at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:126) 2023-06-01T18:30:47.9194470Z at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) 2023-06-01T18:30:47.9194867Z at org.testng.TestRunner.privateRun(TestRunner.java:744) 2023-06-01T18:30:47.9195208Z at org.testng.TestRunner.run(TestRunner.java:602) 2023-06-01T18:30:47.9195547Z at org.testng.SuiteRunner.runTest(SuiteRunner.java:380) 2023-06-01T18:30:47.9195922Z at org.testng.SuiteRunner.runSequentially(SuiteRunner.java: 375) 2023-06-01T18:30:47.9196307Z at org.testng.SuiteRunner.privateRun(SuiteRunner.java:340) 2023-06-01T18:30:47.9196658Z at org.testng.SuiteRunner.run(SuiteRunner.java:289) 2023-06-01T18:30:47.9197033Z at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) 2023-06-01T18:30:47.9197429Z at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) 2023-06-01T18:30:47.9197815Z at org.testng.TestNG.runSuitesSequentially(TestNG.java:1301) 2023-06-01T18:30:47.9198347Z at org.testng.TestNG.runSuitesLocally(TestNG.java:1226) 2023-06-01T18:30:47.9198683Z at org.testng.TestNG.runSuites(TestNG.java:1144) 2023-06-01T18:30:47.9198992Z at org.testng.TestNG.run(TestNG.java:1115) 2023-06-01T18:30:47.9199392Z at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:136) 2023-06-01T18:30:47.9199990Z at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:112) 2023-06-01T18:30:47.9200654Z at org.apache.ma ven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:99) 2023-06-01T18:30:47.9201205Z at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:145) 2023-06-01T18:30:47.9201808Z at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) 2023-06-01T18:30:47.9202332Z at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 2023-06-01T18:30:47.9202797Z at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) 2023-06-01T18:30:47.9203253Z at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) ``` seems like there are some distributed deadlock? will investigate if i can find another example. CC @Jackie-Jiang -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org