rich7420 commented on code in PR #9570:
URL: https://github.com/apache/ozone/pull/9570#discussion_r2652160054
##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -85,8 +85,9 @@
<name>hdds.container.chunk.write.sync</name>
<value>false</value>
<tag>OZONE, CONTAINER, MANAGEMENT</tag>
- <description>Determines whether the chunk writes in the container happen as
- sync I/0 or buffered I/O operation.
+ <description>For the deprecated FilePerChunkStrategy, this determines
whether the chunk writes
+ in the container happen as sync I/0 or buffered I/O operation. For
FilePerBlockStrategy, this
+ the sync I/O operation only happens before block file is closed.
Review Comment:
```suggestion
in the container happen as sync I/O or buffered I/O operation. For
FilePerBlockStrategy, this
sync I/O operation only happens before block file is closed.
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]