]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
AsyncConnection: Let receiver ack message ASAP 6478/head
authorHaomai Wang <haomai@xsky.com>
Thu, 5 Nov 2015 18:20:21 +0000 (02:20 +0800)
committerHaomai Wang <haomai@xsky.com>
Thu, 5 Nov 2015 18:24:09 +0000 (02:24 +0800)
commit88e0b2c3a0366df3953de204e3b92aeb536723bf
tree51b61021cd4b08bfdb423592925c0142f374981f
parent8d5ef0ecb90afab14156c88cc9492b6a78a9c8d3
AsyncConnection: Let receiver ack message ASAP

Currently dispatchers may exists logic requires ack message ASAP in order to
avoid sender resend messages when socket error.

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