Wei-Chiu Chuang created HDDS-10904:
--------------------------------------
Summary: [hsync] Enable PutBlock piggybacking 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
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]