rondagostino commented on pull request #10199:
URL: https://github.com/apache/kafka/pull/10199#issuecomment-784563557


   @abbccdda The ZooKeeper version of this test is failing because the producer 
is never seeing `LEADER_NOT_AVAILABLE`.  The issue seems to be that when the 
broker sees a `METADATA` request for `test_topic` after it restarts it is 
determining that the topic needs to be created, and then the auto topic 
creation manager is determining that there aren't enough brokers available -- 
so it returns `INVALID_REPLICATION_FACTOR` for that topic in the Metadata 
response.  In other words, the flow has changed and the issue is not 
manifesting as it was before.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to