[
https://issues.apache.org/jira/browse/HDFS-5315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13788145#comment-13788145
]
Brahma Reddy Battula commented on HDFS-5315:
--------------------------------------------
This jira is dupliucate of following....
https://issues.apache.org/jira/browse/HDFS-4759
As even after above defect fix return code will be "0", since we are not doing
"System.exit(1);" for following..
{code}
catch (IOException e) {
String[] content = e.getLocalizedMessage().split("\n");
System.err.println("snapshotDiff: " + content[0]);
}
{code}
> [HDFS-Snapshot] Return code of SnapshotDiff of two invalid snapshots is 0
> -------------------------------------------------------------------------
>
> Key: HDFS-5315
> URL: https://issues.apache.org/jira/browse/HDFS-5315
> Project: Hadoop HDFS
> Issue Type: Bug
> Affects Versions: 3.0.0
> Reporter: Brahma Reddy Battula
> Assignee: Brahma Reddy Battula
>
--
This message was sent by Atlassian JIRA
(v6.1#6144)