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/04/15 07:06:48 UTC

[GitHub] [kafka] showuon opened a new pull request #10541: KAFKA-12284: increase request timeout to make tests reliable

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


   The `MirrorConnectorsIntegrationTests` recently failed with 
   ```
   TimeoutException: The request timed out.
   ```
   quite frequently. After investigation, the reason is the `createTopic` in the server doesn't complete within `request.timeout.ms` (default to 30 seconds). It makes sense that the server is pretty slow during the 2 connectors started at the same time. We increase the timeout value to 60 seconds to make the tests reliable.
   
   ### 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 closed pull request #10541: KAFKA-12284: increase request timeout to make tests reliable

Posted by GitBox <gi...@apache.org>.
showuon closed pull request #10541:
URL: https://github.com/apache/kafka/pull/10541


   


-- 
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 #10541: KAFKA-12284: increase request timeout to make tests reliable

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


   Need to rework. Close it first.


-- 
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 #10541: KAFKA-12284: increase request timeout to make tests reliable

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


   @mimaison @ning2008wisc , please help review this 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] showuon commented on pull request #10541: KAFKA-12284: increase request timeout to make tests reliable

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


   new PR: https://github.com/apache/kafka/pull/10547


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