Guozhang Wang created KAFKA-9505: ------------------------------------ Summary: InternalTopicManager may falls into infinite loop with partially created topics Key: KAFKA-9505 URL: https://issues.apache.org/jira/browse/KAFKA-9505 Project: Kafka Issue Type: Bug Components: streams Reporter: Guozhang Wang Assignee: Guozhang Wang
In {{InternalTopicManager#validateTopics(topicsNotReady, topics)}}, the topics map (second) does not change while the first topicsNotReady may change if some topics have been validated while others do not, however inside that function we still loop of the second map which may never completes then. -- This message was sent by Atlassian Jira (v8.3.4#803005)