]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/net: connection closed during connecting
authorYingxin <yingxin.cheng@intel.com>
Wed, 17 Oct 2018 20:45:53 +0000 (04:45 +0800)
committerYingxin <yingxin.cheng@intel.com>
Tue, 20 Nov 2018 12:48:35 +0000 (20:48 +0800)
commit9b7d8ffd5ea53d57348ffa2d4c9f0edcd73973bd
tree64317da064040c30b64ff930ea59b6d6ce905aaa
parent38e95b2d8a40df264ea685ad528f89c78e01da0c
crimson/net: connection closed during connecting

It is possible during `seastar::connect()`, the connection is marked
closed (when SocketConnection::socket is unavailable), then
`seastar::connect()` successfully returns a connected socket.

Signed-off-by: Yingxin <yingxin.cheng@intel.com>
src/crimson/net/SocketConnection.cc