]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Revert "msg/async: bump global_seq when retrying connection" 26442/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Fri, 15 Feb 2019 08:28:44 +0000 (16:28 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Fri, 15 Feb 2019 08:37:33 +0000 (16:37 +0800)
commitaef30bdaa3f7ea5e6c09d02ce39f86b5d62ae31c
treee69da7038c95974a2fe43be618bc92f576b791b4
parent3f49d9c31fca42796686460d6ccad3143c11507e
Revert "msg/async: bump global_seq when retrying connection"

This reverts commit ed65a7a53aedfd56343fdaefdeb59c22256f01b7.

See: https://github.com/ceph/ceph/pull/25956

Seems we don't want [39e8de2](https://github.com/ceph/ceph/commit/39e8de2d72e2541323f8ed9d8b68075fcbd02701)
to be backported.
It turns out the old async-connection implementation will
automatically bump the global_seq each time it switches to
the STATE_CONNECTING state and restarts the connecting process.

The same applies to mimic.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/msg/async/AsyncConnection.cc