Multithreading issue with libhdfs library
-----------------------------------------

                 Key: HADOOP-911
                 URL: https://issues.apache.org/jira/browse/HADOOP-911
             Project: Hadoop
          Issue Type: Bug
          Components: libhdfs
    Affects Versions: 0.9.2
            Reporter: Christian Kunz


Multithreaded applications using libhdfs sometimes run into 
IllegalMonitorStateException or plainly lock up (strace shows a thread being in 
a loop of calling sched_yield). It probably has to do with the fact that 
libhdfs does not ensure proper allocation of hashtable entries that map a 
threadId to JNI interface pointer.

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

        

Reply via email to