Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In OzoneClientConfig
@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;
incremental.chunk.list default value should be true and
stream.putblock.piggybacking should be made true too.
Attachments
Issue Links
- links to