[ 
https://issues.apache.org/jira/browse/HDDS-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16808398#comment-16808398
 ] 

Hudson commented on HDDS-1365:
------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #16332 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/16332/])
HDDS-1365. Fix error handling in KeyValueContainerCheck. Contributed by (yqlin: 
rev f96fb05a2b889f3acdfae60d8f64c755ff48b8c1)
* (edit) 
hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/container/keyvalue/TestKeyValueContainerCheck.java
* (edit) 
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueContainerCheck.java


> Fix error handling in KeyValueContainerCheck
> --------------------------------------------
>
>                 Key: HDDS-1365
>                 URL: https://issues.apache.org/jira/browse/HDDS-1365
>             Project: Hadoop Distributed Data Store
>          Issue Type: Sub-task
>          Components: Ozone Datanode
>            Reporter: Supratim Deka
>            Assignee: Supratim Deka
>            Priority: Major
>             Fix For: 0.5.0
>
>         Attachments: HDDS-1365.000.patch
>
>
> Error handling and propagation in KeyValueContainerCheck needs to be based on 
> throwing IOException instead of passing an error code to the calling function.
> HDDS-1163 implemented the basic framework using a mix of error code return 
> and exception handling. There is added complexity because exceptions deep 
> inside the call chain are being caught and translated to error code return 
> values. The goal is to change all error handling in this class to use 
> Exceptions.



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

---------------------------------------------------------------------
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