Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-16539

Can't update specific broker configs in pre-migration mode

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.6.0, 3.7.0, 3.6.1, 3.6.2
    • 3.8.0, 3.7.1
    • config, kraft
    • None

    Description

      In migration mode, ZK brokers will have a forwarding manager configured. This is used to forward requests to the KRaft controller once we get to that part of the migration. However, prior to KRaft taking over as the controller (known as pre-migration mode), the ZK brokers are still attempting to forward IncrementalAlterConfigs to the controller.

      This works fine for cluster level configs (e.g., "-entity-type broker --entity-default"), but this fails for specific broker configs (e.g., "-entity-type broker --entity-id 1").

      This affects BROKER and BROKER_LOGGER config types.

      To workaround this bug, you can either disable migrations on the brokers (assuming no migration has taken place), or proceed with the migration and get to the point where KRaft is the controller.

      Attachments

        Activity

          People

            davidarthur David Arthur
            davidarthur David Arthur
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: