]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
msg/async/AsyncConnection: make sure no STATE_WAIT -> STATE_STANDBY
authorHaomai Wang <haomai@xsky.com>
Thu, 7 Jul 2016 06:51:03 +0000 (14:51 +0800)
committerHaomai Wang <haomai@xsky.com>
Tue, 12 Jul 2016 15:51:27 +0000 (23:51 +0800)
commitf04f21892c95dac5fd139d2d51e3d966e35dcf8b
tree8c70e3294f1bb067a859aba5ca2843603ccdaa82
parent63d5c252ae4440d3185e739867f5e587347ae340
msg/async/AsyncConnection: make sure no STATE_WAIT -> STATE_STANDBY

Otherwise if message in queue, we will continue to reconnect right now,
it won't meet our expectation that we want our connect request delay

Signed-off-by: Haomai Wang <haomai@xsky.com>
src/msg/async/AsyncConnection.cc