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

Anu Engineer updated HDDS-284:
------------------------------
    Fix Version/s: 0.3.0

> Interleaving CRC for ChunksData
> -------------------------------
>
>                 Key: HDDS-284
>                 URL: https://issues.apache.org/jira/browse/HDDS-284
>             Project: Hadoop Distributed Data Store
>          Issue Type: Improvement
>            Reporter: Bharat Viswanadham
>            Assignee: Bharat Viswanadham
>            Priority: Major
>             Fix For: 0.3.0
>
>         Attachments: HDDS-284.00.patch, HDDS-284.01.patch, Interleaving CRC 
> and Error Detection for Containers.pdf
>
>
> This Jira is to add CRC for chunks data.
> Right now, in chunkInfo, data is just byte array. We want to change this as 
> below:
> _message Data {_
> _required string magic =”Tullys00” = 1;_
>  _required CRCTYPE crcType =_ _2__;_
> _optional String LegacyMetadata = 3; // Fields to support inplace data 
> migration_
> _optional String LegacyData = 4;_
> _optional ushort ChecksumblockSize = 5; // Size of the block used to compute 
> the checksums_
> _repeated uint32 checksums = 6 ; // Set of Checksums_ 
> *_repeated byte data = 6;_*  _// Actual Data stream_
>  
> _}_
>  
> _This will help in error detection for containers during container scanner._
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to