Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msgr/simple: set Pipe::out_seq to in_seq of the connecting side #21585

Merged
merged 1 commit into from Apr 26, 2018

Commits on Apr 24, 2018

  1. msgr/simple: set Pipe::out_seq to in_seq of the connecting side

    If the current pipe has just replaced a newly created "existing pipe",
    its out_q would be empty, in which case out_seq cannot be move up to
    in_seq of the connecting side and later requests forwarded to leader
    wouldn't be acked.
    
    Fixes: http://tracker.ceph.com/issues/23807
    Signed-off-by: Xuehan Xu <xuxuehan@360.cn>
    xuxuehan committed Apr 24, 2018
    Copy the full SHA
    764cce1 View commit details
    Browse the repository at this point in the history