You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Guozhang Wang (Jira)" <ji...@apache.org> on 2020/02/04 20:56:00 UTC

[jira] [Created] (KAFKA-9505) InternalTopicManager may falls into infinite loop with partially created topics

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)