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

Anu Engineer updated HDFS-11524:
--------------------------------
    Status: Patch Available  (was: Open)

> Ozone: Fix TestContainerPersistence failures
> --------------------------------------------
>
>                 Key: HDFS-11524
>                 URL: https://issues.apache.org/jira/browse/HDFS-11524
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>    Affects Versions: HDFS-7240
>            Reporter: Xiaoyu Yao
>            Assignee: Xiaoyu Yao
>         Attachments: HDFS-11524-HDFS-7240.001.patch
>
>
> testInvalidKeyRead/testDeleteKeyTwice/testDeleteKey expect the following 
> exception from KeyManagerImpl.java.
> {code}
> StorageContainerException("Unable to find the key.", NO_SUCH_KEY);
> {code}
> The expected exception was caught and reinterpreted to a different 
> StorageContainerException in Dispatcher#handleGetSmallFile() as below
> {code}
>  catch (IOException e) {
>       throw new StorageContainerException("Unable to decode protobuf", e,
>           GET_SMALL_FILE_ERROR);
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to