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

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

                Author: ASF GitHub Bot
            Created on: 23/Jul/19 17:46
            Start Date: 23/Jul/19 17:46
    Worklog Time Spent: 10m 
      Work Description: anuengineer commented on issue #1139: HDDS-1846. 
Default value for checksum bytes is different in ozone-site.xml and code.
URL: https://github.com/apache/hadoop/pull/1139#issuecomment-514313596
 
 
   > Why are there so many test failures?
   
   These are failing in the trunk too .. I know off around 27 cases which are 
failing in the trunk. We are going to address all of them and port the changes 
to 0.4.1. I think they are due to:
   
   1. Originally due to ACL changes and Topology 
   2. Since we had some regular failures, a set of changes went in. Now we have 
failures in other parts of the code since ACL and Topology issues are 
completely fixed.
   
   So we are in this hole where there is a large number of failures, the RPC 
client failure is a consistent failure even on local runs. I am working on 
these issues. 
 
----------------------------------------------------------------
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:
us...@infra.apache.org


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

    Worklog Id:     (was: 281194)
    Time Spent: 50m  (was: 40m)

> Default value for checksum bytes is different in ozone-site.xml and code
> ------------------------------------------------------------------------
>
>                 Key: HDDS-1846
>                 URL: https://issues.apache.org/jira/browse/HDDS-1846
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>            Reporter: Bharat Viswanadham
>            Assignee: Bharat Viswanadham
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> <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>
> OzoneConfigKeys.java
> public static final String OZONE_CLIENT_CHECKSUM_TYPE_DEFAULT = "SHA256";
>  
> HDDS-1149 changes in ozone-default.xml, but not changed in java code. This 
> Jira is to fix this issue.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to