[
https://issues.apache.org/jira/browse/HDFS-9687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bob Hansen updated HDFS-9687:
-----------------------------
Attachment: HDFS-9687.HDFS-8707.000.diff
> libhdfs++: potential segfault after teardown
> --------------------------------------------
>
> Key: HDFS-9687
> URL: https://issues.apache.org/jira/browse/HDFS-9687
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: hdfs-client
> Reporter: Bob Hansen
> Assignee: Bob Hansen
> Attachments: HDFS-9687.HDFS-8707.000.diff
>
>
> During shutdown, it is possible for an RPC task to outlive the RPC connection
> and segfault when it attempts to signal the engine on timeout.
> In rpc_connection.h, the callback
> {code}
> req->timer().async_wait(std::bind(
> &RpcConnection::HandleRpcTimeout, this, req, _1));
> {code}
> does not retain a reference to shared_this, so the connection can be
> destroyed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)