abhishekrb19 commented on PR #14183:
URL: https://github.com/apache/druid/pull/14183#issuecomment-1527650670
There is the usual flaky kafka slow IT failure unrelated to this change.
Hopefully re-running should fix it:
```
2023-04-28T11:19:34,972 INFO [main]
org.apache.druid.security.basic.authorization.db.cache.CoordinatorPollingBasicAuthorizerCacheManager
- CoordinatorPollingBasicAuthorizerCacheManager is stopping.
2023-04-28T11:19:34,972 INFO [main]
org.apache.druid.security.basic.authorization.db.cache.CoordinatorPollingBasicAuthorizerCacheManager
- CoordinatorPollingBasicAuthorizerCacheManager is stopped.
2023-04-28T11:19:34,972 INFO [main]
org.apache.druid.security.basic.authentication.db.cache.CoordinatorPollingBasicAuthenticatorCacheManager
- CoordinatorPollingBasicAuthenticatorCacheManager is stopping.
2023-04-28T11:19:34,972 INFO [main]
org.apache.druid.security.basic.authentication.db.cache.CoordinatorPollingBasicAuthenticatorCacheManager
- CoordinatorPollingBasicAuthenticatorCacheManager is stopped.
2023-04-28T11:19:35,014 INFO [Curator-Framework-0]
org.apache.curator.framework.imps.CuratorFrameworkImpl -
backgroundOperationsLoop exiting
2023-04-28T11:19:35,134 INFO [main] org.apache.zookeeper.ZooKeeper -
Session: 0x100000e65e40007 closed
2023-04-28T11:19:35,135 INFO [main-EventThread]
org.apache.zookeeper.ClientCnxn - EventThread shut down for session:
0x100000e65e40007
2023-04-28T11:19:35,154 INFO [main]
org.apache.druid.java.util.emitter.core.LoggingEmitter -
{"feed":"metrics","metric":"jetty/numOpenConnections","service":"","host":"","value":0,"timestamp":"2023-04-28T11:19:35.152Z"}
2023-04-28T11:19:35,154 INFO [main]
org.apache.druid.java.util.emitter.core.LoggingEmitter - Close: started [false]
2023-04-28T11:19:35,154 INFO [main]
org.apache.druid.java.util.common.lifecycle.Lifecycle - Stopping lifecycle
[module] stage [INIT]
Error: Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
2,038.216 s <<< FAILURE! - in TestSuite
Error:
testKafkaIndexDataWithLosingCoordinator(org.apache.druid.tests.indexer.ITKafkaIndexingServiceTransactionalSerializedTest)
Time elapsed: 234.292 s
Error:
testKafkaIndexDataWithLosingHistorical(org.apache.druid.tests.indexer.ITKafkaIndexingServiceTransactionalSerializedTest)
Time elapsed: 192.643 s
Error:
testKafkaIndexDataWithLosingOverlord(org.apache.druid.tests.indexer.ITKafkaIndexingServiceTransactionalSerializedTest)
Time elapsed: 189.737 s
Error:
testQueryNilColumnBeforeAndAfterPublishingSegments(org.apache.druid.tests.indexer.ITNilColumnTest)
Time elapsed: 1,344.173 s <<< FAILURE!
org.apache.druid.java.util.common.ISE: Max number of retries[240] exceeded
for Task[Waiting for all tasks to stop]. Failing.
at
org.apache.druid.tests.indexer.ITNilColumnTest.testQueryNilColumnBeforeAndAfterPublishingSegments(ITNilColumnTest.java:126)
```
--
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]