adoroszlai commented on a change in pull request #1631: URL: https://github.com/apache/ozone/pull/1631#discussion_r531193181
########## File path: hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/OzoneClientConfig.java ########## @@ -54,6 +54,18 @@ tags = ConfigTag.CLIENT) private int streamBufferSize = 4 * 1024 * 1024; + @Config(key = "stream.buffer.increment", + defaultValue = "0", Review comment: ```suggestion defaultValue = "0B", ``` (Unfortunately "0" is not valid for `StorageSize`). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org