You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Tristan Stevens (Jira)" <ji...@apache.org> on 2023/02/13 13:21:00 UTC

[jira] [Created] (KAFKA-14710) KRaft cannot initialise storage for valid UUID

Tristan Stevens created KAFKA-14710:
---------------------------------------

             Summary: KRaft cannot initialise storage for valid UUID
                 Key: KAFKA-14710
                 URL: https://issues.apache.org/jira/browse/KAFKA-14710
             Project: Kafka
          Issue Type: Bug
          Components: kraft
    Affects Versions: 3.4.0
            Reporter: Tristan Stevens


kafka-storage does not accept base64 UUIDs that include the plus symbol, which is valid base64 and works according to https://www.fileformat.info/tool/guid-base64.htm

 
{noformat}
/opt/kafka//bin/kafka-storage.sh format -t he+xntiAFrY5phFfhV1TFA -c /opt/kafka/config/server.properties

Cluster ID string he+xntiAFrY5phFfhV1TFA does not appear to be a valid UUID: Illegal base64 character 2b{noformat}



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