[ 
https://issues.apache.org/jira/browse/HDDS-2460?focusedWorklogId=342527&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-342527
 ]

ASF GitHub Bot logged work on HDDS-2460:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Nov/19 10:39
            Start Date: 13/Nov/19 10:39
    Worklog Time Spent: 10m 
      Work Description: snemuri commented on pull request #150: HDDS-2460: 
Default checksum type is wrong in description
URL: https://github.com/apache/hadoop-ozone/pull/150
 
 
   ## What changes were proposed in this pull request?
   
   Updated Default checksum type to CRC32 in the description.
   
   ## What is the link to the Apache JIRA
   
   HDDS-2460
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 342527)
    Remaining Estimate: 0h
            Time Spent: 10m

> Default checksum type is wrong in description
> ---------------------------------------------
>
>                 Key: HDDS-2460
>                 URL: https://issues.apache.org/jira/browse/HDDS-2460
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: Ozone Client
>            Reporter: Attila Doroszlai
>            Assignee: Sandeep Nemuri
>            Priority: Trivial
>              Labels: newbie, pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Default client checksum type is CRC32, but the config item's description says 
> it's SHA256 (leftover from HDDS-1149).  The description should be updated to 
> match the actual default value.
> {code:title=https://github.com/apache/hadoop-ozone/blob/a6f80c096b5320f50b6e9e9b4ba5f7c7e3544385/hadoop-hdds/common/src/main/resources/ozone-default.xml#L1489-L1497}
>   <property>
>     <name>ozone.client.checksum.type</name>
>     <value>CRC32</value>
>     <tag>OZONE, CLIENT, MANAGEMENT</tag>
>     <description>The checksum type [NONE/ CRC32/ CRC32C/ SHA256/ MD5] 
> determines
>       which algorithm would be used to compute checksum for chunk data.
>       Default checksum type is SHA256.
>     </description>
>   </property>
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to