You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "David Arthur (Jira)" <ji...@apache.org> on 2023/03/13 20:09:00 UTC

[jira] [Created] (KAFKA-14805) KRaft Controller doesn't allow metadata updates before migration starts

David Arthur created KAFKA-14805:
------------------------------------

             Summary: KRaft Controller doesn't allow metadata updates before migration starts
                 Key: KAFKA-14805
                 URL: https://issues.apache.org/jira/browse/KAFKA-14805
             Project: Kafka
          Issue Type: Sub-task
          Components: kraft
            Reporter: David Arthur
             Fix For: 3.5.0, 3.4.1


When starting a ZK to KRaft migration, the new KRaft quorum should not accept external metadata updates from things like CreateTopics or AllocateProducerIds. Having metadata present in the log prior to the migration can lead to undefined state, which is not great.

This is currently causing test failures on trunk because some producer is allocating a producer ID between the time the KRaft quorum starts and the migration starts.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)