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

Feature Request: Disable the Index Operator during a cluster rebalance #14

Open
tcrozier opened this issue May 4, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@tcrozier
Copy link

tcrozier commented May 4, 2022

I was performing an upgrade of our Couchbase cluster and noticed that the Couchbase Operator moves and builds indexes 3 at a time while rebalancing in new index nodes. I would like it if the Index Operator would not run while the rebalance is taking place to help reduce pressure on the cluster. After the rebalance is complete then the Index Operator could process changes once again.

@brantburnett brantburnett added the enhancement New feature or request label May 4, 2022
@brantburnett
Copy link
Owner

brantburnett commented May 4, 2022

I am currently considering monitoring the Balanced condition on the CouchbaseCluster resource in Kubernetes (when not using an external manual-ref cluster) and disabling index management jobs while the cluster is not balanced. They could resume again when it is balanced.

Note: we are already monitoring the Available condition, this would be another required condition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants