paul-rogers opened a new issue, #12853: URL: https://github.com/apache/druid/issues/12853
The test `HashPartitionMultiPhaseParallelIndexingTest.testRunWithHashPartitionFunction` failed in [this build](https://app.travis-ci.com/github/apache/druid/jobs/578451144): ```text org.apache.druid.indexing.common.task.batch.parallel.HashPartitionMultiPhaseParallelIndexingTest.testRunWithHashPartitionFunction[lockGranularity=TIME_CHUNK, useInputFormatApi=true, maxNumConcurrentSubTasks=2, intervalToIndex=null, numShards=2] Time elapsed: 12.633 s <<< ERROR! java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.RuntimeException: org.apache.druid.java.util.common.ISE: Expected [10] tasks to succeed, but we got [9] succeeded tasks and [5] failed tasks at org.apache.druid.indexing.common.task.batch.parallel.AbstractParallelIndexSupervisorTaskTest$SimpleThreadingTaskRunner.runAndWait(AbstractParallelIndexSupervisorTaskTest.java:418) ``` The usual caveats apply: the PR in question refactors code in the SQL project, and touched nothing on the indexing side of the house, so the test failure seems unrelated to the PR. The same test passed in an earlier run of this same PR. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
