Skip to content

[bug] tenant's allowedClusters is not updated when removing a cluster is fixed#3

Merged
ubo-dev merged 1 commit intomasterfrom
deletingClusterFromAllowedClusters
Dec 17, 2023
Merged

[bug] tenant's allowedClusters is not updated when removing a cluster is fixed#3
ubo-dev merged 1 commit intomasterfrom
deletingClusterFromAllowedClusters

Conversation

@ubo-dev
Copy link
Owner

@ubo-dev ubo-dev commented Dec 17, 2023

Fixes apache#21546

Main Issue: apache#21546

Motivation

After deletion of cluster, tenant's allowed clusters Set is not updated. The deleted clusters is still available in there.

Modifications

I have edited the delete cluster method in CmdCluster file to update tenant's allowed cluster set when deletion of cluster occurs.

Verifying this change

  • Make sure that the change passes the CI checks.

Does this pull request potentially affect one of the following parts:

If the box was checked, please highlight the changes

  • Dependencies (add or upgrade a dependency)
  • The public API
  • The schema
  • The default values of configurations
  • The threading model
  • The binary protocol
  • The REST endpoints
  • The admin CLI options
  • The metrics
  • Anything that affects deployment

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] tenant's allowedClusters is not updated when removing a cluster from /clusters admin API

1 participant