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

fix: Get shard client failed by client is closed #37729

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 15, 2024

  1. fix: Get shard client failed by client is closed

    This PR refine the shard client ref counter, dec ref counter won't
    release client anymore, and only permit shard client manager to remove client.
    
    Signed-off-by: Wei Liu <[email protected]>
    weiliu1031 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7573463 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. fix review comment

    Signed-off-by: Wei Liu <[email protected]>
    weiliu1031 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    fd0b8c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. fix ut data race

    Signed-off-by: Wei Liu <[email protected]>
    weiliu1031 committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    6b0f912 View commit details
    Browse the repository at this point in the history