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/02/23 22:37:36 UTC

[GitHub] [kafka] rondagostino commented on pull request #10199: MINOR: Fix security_test system test for Raft case

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