Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
HDFS-7240
-
None
-
None
-
None
Description
testInvalidKeyRead/testDeleteKeyTwice/testDeleteKey expect the following exception from KeyManagerImpl.java.
StorageContainerException("Unable to find the key.", NO_SUCH_KEY);
The expected exception was caught and reinterpreted to a different StorageContainerException in Dispatcher#handleGetSmallFile() as below
catch (IOException e) { throw new StorageContainerException("Unable to decode protobuf", e, GET_SMALL_FILE_ERROR); }
Attachments
Attachments
Issue Links
- Is contained by
-
HDFS-11469 Ozone: SCM: Container allocation based on node report
- Resolved