This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 89f98be575 HDDS-15758. [Auto] Update configuration documentation (#519)
89f98be575 is described below

commit 89f98be57588c6d172d6eb1f5623f81e336a8ea1
Author: asf-ci-deploy <[email protected]>
AuthorDate: Wed Jul 29 20:48:06 2026 +0200

    HDDS-15758. [Auto] Update configuration documentation (#519)
    
    Co-authored-by: github-actions[bot] 
<github-actions[bot]@users.noreply.github.com>
---
 docs/05-administrator-guide/02-configuration/99-appendix.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/05-administrator-guide/02-configuration/99-appendix.md 
b/docs/05-administrator-guide/02-configuration/99-appendix.md
index 0fcff71746..5fbd681ffd 100644
--- a/docs/05-administrator-guide/02-configuration/99-appendix.md
+++ b/docs/05-administrator-guide/02-configuration/99-appendix.md
@@ -352,6 +352,7 @@ This page provides a comprehensive overview of the 
configuration keys available
 | `ozone.client.datastream.buffer.flush.size` | 16MB | `CLIENT` | The boundary 
at which putBlock is executed |
 | `ozone.client.datastream.min.packet.size` | 1MB | `CLIENT` | The maximum 
size of the ByteBuffer (used via ratis streaming) |
 | `ozone.client.datastream.pipeline.mode` | true | `CLIENT` | Streaming write 
support both pipeline mode(datanode1-&gt;datanode2-&gt;datanode3) and star 
mode(datanode1-&gt;datanode2, datanode1-&gt;datanode3). By default we use 
pipeline mode. |
+| `ozone.client.datastream.putblock.on.close.enabled` | false | `CLIENT` | 
When enabled, use StreamInitWithPutBlock so datanodes commit PutBlock when the 
Ratis data stream closes instead of via a separate WriteAsync PutBlock. |
 | `ozone.client.datastream.sync.size` | 0B | `CLIENT` | The minimum size of 
written data before forcing the datanodes in the pipeline to flush the pending 
data to underlying storage. If set to zero or negative, the client will not 
force the datanodes to flush. |
 | `ozone.client.datastream.window.size` | 64MB | `CLIENT` | Maximum size of 
BufferList(used for retry) size per BlockDataStreamOutput instance |
 | `ozone.client.ec.grpc.retries.enabled` | true | `CLIENT` | To enable Grpc 
client retries for EC. |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to