You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "abhishekrb19 (via GitHub)" <gi...@apache.org> on 2023/04/28 14:24:34 UTC

[GitHub] [druid] abhishekrb19 commented on pull request #14183: Fix uncaught `ParseException` when reading Avro from Kafka

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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org