[
https://issues.apache.org/jira/browse/HDFS-4997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13838295#comment-13838295
]
Colin Patrick McCabe commented on HDFS-4997:
--------------------------------------------
The release audit warning is about a lingering pid file, so it's a Jenkins
issue, not a patch issue.
The JavaDoc warning is also bogus given that it refers to a negative number of
additional warnings, and this change only touches .c files.
Will commit shortly. Thanks, Todd.
> libhdfs doesn't return correct error codes in most cases
> --------------------------------------------------------
>
> Key: HDFS-4997
> URL: https://issues.apache.org/jira/browse/HDFS-4997
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: libhdfs
> Reporter: Colin Patrick McCabe
> Assignee: Colin Patrick McCabe
> Attachments: HDFS-4997.001.patch
>
>
> libhdfs has some code to translate Java exceptions into C error codes.
> Unfortunately, the exceptions are returned to us in "dotted" format, but the
> code is expecting them to be in "slash-separated" format. This results in
> most exceptions just leading to a generic error code.
> We should fix this and add a unit test to ensure this continues to work.
--
This message was sent by Atlassian JIRA
(v6.1#6144)