James Clampffer created HDFS-9562:
-------------------------------------
Summary: libhdfs++ RpcConnectionImpl::Connect should acquire
connection state lock
Key: HDFS-9562
URL: https://issues.apache.org/jira/browse/HDFS-9562
Project: Hadoop HDFS
Issue Type: Sub-task
Reporter: James Clampffer
Assignee: James Clampffer
Priority: Critical
RpcConnectionImpl::Connect calls pending_requests_.push_back() without holding
the connection_state_lock_. This isn't a huge issue at the moment because
Connect generally shouldn't be called on the same instance from many threads
but it wouldn't hurt to add to prevent future confusion.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)