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

msg/async/AsyncConnection: replace Mutex with std::mutex for peformance #10340

Merged
merged 1 commit into from Aug 1, 2016

Commits on Jul 27, 2016

  1. msg/async/AsyncConnection: replace Mutex with std::mutex for peformance

    The 16714 issue is caused by when replacing process. Accept connection will
    try to acquire another connection's lock. But all connection's lock name
    are the same. So it will result in lockdep map make wrong judgement.
    
    Fixes: http://tracker.ceph.com/issues/16714
    Signed-off-by: Haomai Wang <haomai@xsky.com>
    yuyuyu101 committed Jul 27, 2016
    Copy the full SHA
    2c5363c View commit details
    Browse the repository at this point in the history