[ 
https://issues.apache.org/jira/browse/KAFKA-13946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Gustafson resolved KAFKA-13946.
-------------------------------------
    Resolution: Fixed

> 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
>            Priority: Minor
>
> 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