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

Improve lock mechanism in tso.KeyspaceGroupManager #6305

Merged
merged 5 commits into from
Apr 12, 2023

Commits on Apr 11, 2023

  1. Use the RWMutex instead of individual atomic types to better protect …

    …the state of the keyspace group manager
    
    Signed-off-by: Bin Shi <[email protected]>
    binshi-bing committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    6f30ebf View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. renaming

    Signed-off-by: Bin Shi <[email protected]>
    binshi-bing committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    612a93f View commit details
    Browse the repository at this point in the history
  2. Handled feedback. Fixed bugs.

    Signed-off-by: Bin Shi <[email protected]>
    binshi-bing committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    5bc37f9 View commit details
    Browse the repository at this point in the history
  3. Add more comments at a critical place

    Signed-off-by: Bin Shi <[email protected]>
    binshi-bing committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    93a5694 View commit details
    Browse the repository at this point in the history
  4. Fix test failure

    Signed-off-by: Bin Shi <[email protected]>
    
    Fix go fmt error
    
    Signed-off-by: Bin Shi <[email protected]>
    binshi-bing committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    24f3faa View commit details
    Browse the repository at this point in the history