adoroszlai commented on a change in pull request #551: HDDS-2717. Handle chunk
increments in datanode
URL: https://github.com/apache/hadoop-ozone/pull/551#discussion_r387790114
##########
File path: hadoop-hdds/common/src/main/resources/ozone-default.xml
##########
@@ -386,13 +386,19 @@
<description>Connection timeout for Ozone client in milliseconds.
</description>
</property>
+ <property>
+ <name>ozone.client.stream.buffer.size</name>
+ <value>4MB</value>
+ <tag>OZONE, CLIENT</tag>
+ <description>The size of chunks the client will send to the
server.</description>
+ </property>
<property>
<name>ozone.client.stream.buffer.flush.size</name>
<value>16MB</value>
<tag>OZONE, CLIENT</tag>
<description>Size which determines at what buffer position , a partial
- flush will be initiated during write. It should be ideally a multiple
- of chunkSize.
+ flush will be initiated during write. It should be a multiple
+ of buffer size.
Review comment:
Sure, will do.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]