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

Wei-Chiu Chuang resolved HDDS-10904.
------------------------------------
    Fix Version/s: 1.5.0
       Resolution: Fixed

> [hsync] Enable PutBlock piggybacking and incremental chunk list by default
> --------------------------------------------------------------------------
>
>                 Key: HDDS-10904
>                 URL: https://issues.apache.org/jira/browse/HDDS-10904
>             Project: Apache Ozone
>          Issue Type: Sub-task
>            Reporter: Wei-Chiu Chuang
>            Assignee: Wei-Chiu Chuang
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.5.0
>
>
> In OzoneClientConfig
> {code}
> @Config(key = "incremental.chunk.list",
>       defaultValue = "false",
>       type = ConfigType.BOOLEAN,
>       description = "Client PutBlock request can choose incremental chunk " +
>           "list rather than full chunk list to optimize performance. " +
>           "Critical to HBase.",
>       tags = ConfigTag.CLIENT)
>   private boolean incrementalChunkList = true;
>   @Config(key = "stream.putblock.piggybacking",
>           defaultValue = "false",
>           type = ConfigType.BOOLEAN,
>           description = "Allow PutBlock to be piggybacked in WriteChunk " +
>                   "requests if the chunk is small.",
>           tags = ConfigTag.CLIENT)
>   private boolean enablePutblockPiggybacking = false;
> {code}
> incremental.chunk.list default value should be true and
> stream.putblock.piggybacking should be made true too.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to