Clara Fang created KAFKA-13946:
----------------------------------

             Summary: setMetadataDirectory() method in builder for 
ControllerNode has no parameters
                 Key: KAFKA-13946
                 URL: https://issues.apache.org/jira/browse/KAFKA-13946
             Project: Kafka
          Issue Type: Bug
            Reporter: Clara Fang


In core/src/test/java/kafka/testkit/ControllerNode.java, the method 
setMetadataDirectory for the builder has no parameters and is assigning the 
variable metadataDirectory to itself.
{code:java}
public Builder setMetadataDirectory() {
    this.metadataDirectory = metadataDirectory;
    return this;
}
{code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to