You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/03/05 03:12:57 UTC

[GitHub] [kafka] showuon opened a new pull request #10268: MINOR: output meaningful error message

showuon opened a new pull request #10268:
URL: https://github.com/apache/kafka/pull/10268


   Saw the test failed messages [here](https://ci-builds.apache.org/job/Kafka/job/kafka-trunk-jdk11/565/testReport/junit/org.apache.kafka.connect.mirror.integration/MirrorConnectorsIntegrationTest/testReplication__/):
   ```
   java.lang.AssertionError: Connector MirrorCheckpointConnector tasks did not start in time on cluster: org.apache.kafka.connect.util.clusters.EmbeddedConnectCluster@11eea3c4
   ```
   
   It's not helpful for debugging because we cannot know this is which cluster: `EmbeddedConnectCluster@11eea3c4`. Improve it.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


----------------------------------------------------------------
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.

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



[GitHub] [kafka] showuon commented on pull request #10268: MINOR: output meaningful error message

Posted by GitBox <gi...@apache.org>.
showuon commented on pull request #10268:
URL: https://github.com/apache/kafka/pull/10268#issuecomment-792436189


   @mimaison , could you help review this simple PR? Thanks.


----------------------------------------------------------------
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.

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



[GitHub] [kafka] mimaison commented on pull request #10268: MINOR: output meaningful error message

Posted by GitBox <gi...@apache.org>.
mimaison commented on pull request #10268:
URL: https://github.com/apache/kafka/pull/10268#issuecomment-797445589


   We got to see it in action immediately, as the tests failed in the [JDK8 build](https://github.com/apache/kafka/pull/10268/checks?check_run_id=2037055584):
   ```
   java.lang.AssertionError: Connector MirrorCheckpointConnector tasks did not start in time on cluster: primary-connect-cluster
   ```


----------------------------------------------------------------
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.

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



[GitHub] [kafka] mimaison merged pull request #10268: MINOR: output meaningful error message

Posted by GitBox <gi...@apache.org>.
mimaison merged pull request #10268:
URL: https://github.com/apache/kafka/pull/10268


   


----------------------------------------------------------------
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.

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