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 nil pointer issue when clusterset is deleted in leader #3915

Merged
merged 1 commit into from
Jun 21, 2022

Commits on Jun 21, 2022

  1. Fix nil pointer issue when clusterset is deleted in leader

    When the ClusterSet is deleted in leader Namespace, there will be
    a nil pointer issue due to data inconsistency. This issue will cause
    leader controller crash and restart. Refined codes to make data
    consistent.
    
    Signed-off-by: Lan Luo <luola@vmware.com>
    luolanzone committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    c7577f5 View commit details
    Browse the repository at this point in the history