Bob Hansen created HDFS-9524:
--------------------------------
Summary: libhdfs++ deadlocks in Filesystem::New if NN conneciton
fails
Key: HDFS-9524
URL: https://issues.apache.org/jira/browse/HDFS-9524
Project: Hadoop HDFS
Issue Type: Sub-task
Reporter: Bob Hansen
FileSystem::New attempts to free the new FileSystem if the connection fails.
Unfortunately, it's in the middle of a callback from the filesystem's
threadpool, and attempts to join the worker thread while running the worker
thread.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)