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

[controller] Fix multiple AdminExecutionTasks working on the same store at the same time. #918

Merged
merged 5 commits into from
May 8, 2024

Commits on Mar 29, 2024

  1. [controller] Fix the admin stuck.

    Hao Xu committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a853b62 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Add to see the thread recover.

    Hao Xu committed May 2, 2024
    Configuration menu
    Copy the full SHA
    6b2e245 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Use putIfAbsent for better thread safety.

    Hao Xu committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e6249ef View commit details
    Browse the repository at this point in the history
  2. Address some test issues.

    Hao Xu committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c168adc View commit details
    Browse the repository at this point in the history
  3. Address comments.

    Hao Xu committed May 7, 2024
    Configuration menu
    Copy the full SHA
    aed3302 View commit details
    Browse the repository at this point in the history