You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Colin Patrick McCabe (JIRA)" <ji...@apache.org> on 2012/06/29 00:09:44 UTC

[jira] [Created] (HDFS-3579) libhdfs: fix "WARNING in native method: JNI call made with exception pending" in errnoFromException

Colin Patrick McCabe created HDFS-3579:
------------------------------------------

             Summary: libhdfs: fix "WARNING in native method: JNI call made with exception pending" in errnoFromException
                 Key: HDFS-3579
                 URL: https://issues.apache.org/jira/browse/HDFS-3579
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: libhdfs
    Affects Versions: 2.0.1-alpha
            Reporter: Colin Patrick McCabe
            Assignee: Colin Patrick McCabe
            Priority: Minor
             Fix For: 2.0.1-alpha


Running a libhdfs test program with -Xcheck:jni reveals some problems.

{code}
WARNING in native method: JNI call made with exception pending
WARNING in native method: JNI call made with exception pending
WARNING in native method: JNI call made with exception pending
WARNING in native method: JNI call made with exception pending
WARNING in native method: JNI call made with exception pending
Exception in thread "main" java.io.IOException: ...
{code}

The problem seems to be that in errnoFromException, we are calling classNameOfObject and some other JNI methods prior to clearing the pending exception.  It should be simple enough to avoid doing this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira