You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "dajac (via GitHub)" <gi...@apache.org> on 2023/06/16 15:22:40 UTC

[GitHub] [kafka] dajac opened a new pull request, #13863: MINOR: Reduce flakiness of testRackAwareRangeAssignor, second try

dajac opened a new pull request, #13863:
URL: https://github.com/apache/kafka/pull/13863

   This test still fails regularly with the following error:
   
   ```
   Error
   java.util.concurrent.ExecutionException: org.opentest4j.AssertionFailedError: Timed out while awaiting expected assignment Set(topicWithAllPartitionsOnAllRacks-0, topicWithSingleRackPartitions-0). The current assignment is []
   Stacktrace
   java.util.concurrent.ExecutionException: org.opentest4j.AssertionFailedError: Timed out while awaiting expected assignment Set(topicWithAllPartitionsOnAllRacks-0, topicWithSingleRackPartitions-0). The current assignment is []
   	at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
   	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:205)
   	at integration.kafka.server.FetchFromFollowerIntegrationTest.$anonfun$testRackAwareRangeAssignor$9(FetchFromFollowerIntegrationTest.scala:211)
   	at integration.kafka.server.FetchFromFollowerIntegrationTest.$anonfun$testRackAwareRangeAssignor$9$adapted(FetchFromFollowerIntegrationTest.scala:211)
   	at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:575)
   	at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:573)
   ```
   
   I propose to increase the timeouts to 30 secs to mitigate it. The test already uses 30 secs timeouts in many places. This patch uses 30 secs everywhere.
   
   ### 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.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] dajac merged pull request #13863: MINOR: Reduce flakiness of testRackAwareRangeAssignor, second try

Posted by "dajac (via GitHub)" <gi...@apache.org>.
dajac merged PR #13863:
URL: https://github.com/apache/kafka/pull/13863


-- 
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: jira-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] dajac commented on pull request #13863: MINOR: Reduce flakiness of testRackAwareRangeAssignor, second try

Posted by "dajac (via GitHub)" <gi...@apache.org>.
dajac commented on PR #13863:
URL: https://github.com/apache/kafka/pull/13863#issuecomment-1596599344

   @jolshan Sure. Here it is: https://issues.apache.org/jira/browse/KAFKA-15101.


-- 
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: jira-unsubscribe@kafka.apache.org

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