[
https://issues.apache.org/jira/browse/KAFKA-9505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guozhang Wang resolved KAFKA-9505.
----------------------------------
Fix Version/s: 2.5.0
Resolution: Fixed
> 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
> Priority: Major
> Fix For: 2.5.0
>
>
> 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)