paul-rogers opened a new issue, #13522: URL: https://github.com/apache/druid/issues/13522
The test `MultiPhaseParallelIndexingRowStatsTest` failed in [this build](https://app.travis-ci.com/github/apache/druid/jobs/590158143): ```text [INFO] Running org.apache.druid.indexing.common.task.batch.parallel.MultiPhaseParallelIndexingRowStatsTest [ERROR] Tests run: 9, Failures: 8, Errors: 0, Skipped: 1, Time elapsed: 42.979 s <<< FAILURE! - in org.apache.druid.indexing.common.task.batch.parallel.MultiPhaseParallelIndexingRowStatsTest [ERROR] org.apache.druid.indexing.common.task.batch.parallel.MultiPhaseParallelIndexingRowStatsTest.testRangePartitionRowStats Time elapsed: 7.643 s <<< FAILURE! java.lang.AssertionError: Actual task status: TaskStatus{id=index_parallel_dataSource_mfjokkci_2022-12-02T23:08:59.084Z, status=FAILED, duration=-1, errorMsg=Failed in phase[partial segment generation]. See task logs for details.} expected:<SUCCESS> but was:<FAILED> ``` Usual caveats: the PR in question had nothing to do with this area of the code. -- 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]
