Jing Zhao created HDFS-9575:
-------------------------------
Summary: Use byte array for internal block indices in a striped
block
Key: HDFS-9575
URL: https://issues.apache.org/jira/browse/HDFS-9575
Project: Hadoop HDFS
Issue Type: Sub-task
Components: erasure-coding
Reporter: Jing Zhao
Assignee: Jing Zhao
Currently we use inconsistent data types to specify the internal block indices.
E.g., we use short[] in {{BlockECRecoveryInfo}}, int[] in
{{LocatedStripedBlock}}, and byte[] in {{StripedBlockWithLocations}}. We will
use this jira to unify the data type.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)