paul-rogers opened a new issue, #12795: URL: https://github.com/apache/druid/issues/12795
The IT `ITKafkaIndexingServiceTransactionalParallelizedTest.testKafkaIndexDataWithStartStopSupervisor` failed in [this build](https://app.travis-ci.com/github/apache/druid/jobs/576843236): ```text 2022-07-15T21:23:37,650 INFO [TestNG-test=AllParallelizedTests-2] org.apache.druid.testing.utils.ITRetryUtil - Attempt[50/50] did not pass: Task waiting for autoScaling task numbers from 1 to 2 still not complete. Next retry in 10000 ms 2022-07-15T21:23:47,650 INFO [TestNG-test=AllParallelizedTests-2] org.apache.druid.testing.utils.ITRetryUtil - Trying attempt[51/50]... 2022-07-15T21:23:47,650 INFO [TestNG-test=AllParallelizedTests-2] org.apache.kafka.clients.producer.KafkaProducer - [Producer clientId=producer-3] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms. 2022-07-15T21:23:47,652 INFO [TestNG-test=AllParallelizedTests-2] org.apache.druid.tests.indexer.AbstractStreamIndexingTest - Terminating supervisor 2022-07-15T21:23:48,477 ERROR [TestNG-test=AllParallelizedTests-2] org.apache.druid.testing.utils.LoggerListener - Failed [org.apache.druid.tests.parallelized.ITKafkaIndexingServiceNonTransactionalParallelizedTest.testKafkaIndexDataWithWithAutoscaler] org.apache.druid.java.util.common.ISE: Max number of retries[50] exceeded for Task[waiting for autoScaling task numbers from 1 to 2]. Failing. at org.apache.druid.testing.utils.ITRetryUtil.retryUntil(ITRetryUtil.java:94) ~[druid-integration-tests-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT] at org.apache.druid.tests.indexer.AbstractStreamIndexingTest.doTestIndexDataWithAutoscaler(AbstractStreamIndexingTest.java:360) ~[test-classes/:?] at org.apache.druid.tests.parallelized.ITKafkaIndexingServiceNonTransactionalParallelizedTest.testKafkaIndexDataWithWithAutoscaler(ITKafkaIndexingServiceNonTransactionalParallelizedTest.java:62) ~[test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] ... ``` The usual caveats apply. The PR in question is related to the Avatica JDBC driver and changed no files related to supervisors. The same test had passed on previous builds of this branch. Hence, it seems this test failure is random. -- 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]
