jolshan opened a new pull request #11097:
URL: https://github.com/apache/kafka/pull/11097


   This test became more flaky due to 2b8aff5
   One of the changes of adding topic IDs to fetch requests involved returning 
a top-level error when topic IDs were not yet found on the receiving broker. In 
this case, I thought it would be good to delay partitions so that brokers can 
receive the metadata updates they need. However, it seems like this approach 
actually introduces a double delay that slows things down. 
   
   In general, the top-level error approach is being reconsidered here: 
https://issues.apache.org/jira/browse/KAFKA-13111 In the meantime, to fix the 
flakiness, we can remove this extra delay.
   
   There are a few other issues related to the topic ID Fetch commit and I will 
follow up on those errors as well. Tickets are 
https://issues.apache.org/jira/browse/KAFKA-13079 and
    https://issues.apache.org/jira/browse/KAFKA-13102
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to