You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Gwen Shapira (JIRA)" <ji...@apache.org> on 2019/08/19 01:17:00 UTC

[jira] [Created] (KAFKA-8813) Race condition when creating topics and changing their configuration

Gwen Shapira created KAFKA-8813:
-----------------------------------

             Summary: Race condition when creating topics and changing their configuration
                 Key: KAFKA-8813
                 URL: https://issues.apache.org/jira/browse/KAFKA-8813
             Project: Kafka
          Issue Type: Bug
            Reporter: Gwen Shapira


In Partition.createLog we do:

{{val config = LogConfig.fromProps(logManager.currentDefaultConfig.originals, props)val log = logManager.getOrCreateLog(topicPartition, config, isNew, isFutureReplica)}}

Config changes that arrive after configs are loaded from ZK, but before LogManager added the partition to `futureLogs` or `currentLogs` where the dynamic config handlers picks up topics to update their configs, will be lost.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)