Kai Zheng created HADOOP-12327: ---------------------------------- Summary: Initialize output buffers with ZERO bytes in erasure coder Key: HADOOP-12327 URL: https://issues.apache.org/jira/browse/HADOOP-12327 Project: Hadoop Common Issue Type: Sub-task Reporter: Kai Zheng Assignee: Kai Zheng
Make sure output buffers are initialized with ZERO bytes in order for: * Coder callers won't have to bother doing that; * Avoid possible buggy codes if caller forgets doing that; * More efficiency, with a shared, length enough empty buffer allocated. -- This message was sent by Atlassian JIRA (v6.3.4#6332)