-
Notifications
You must be signed in to change notification settings - Fork 102
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
cloud_controller_worker pre-backup-lock hangs when there are 10 or more cloud_controller_workers #267
Labels
Comments
A potential fix for this bug
I have attached a patch as well (since I do not have push rights to the repo) |
ohkyle
added a commit
to ohkyle/capi-release
that referenced
this issue
Oct 10, 2022
- cloudfoundry#267 identified a bug where the wait_unmonitor_job function assumed there would be less than 10 cloud controller workers - this fix removes that assumption and looks for the job_name in the regex Authored-by: Kyle Ong <[email protected]>
3 tasks
ohkyle
added a commit
to ohkyle/capi-release
that referenced
this issue
Oct 11, 2022
- cloudfoundry#267 identified a bug where the wait_unmonitor_job function assumed there would be less than 10 cloud controller workers - this fix removes the less than 10 worker assumption and looks for the job_name in the regex Authored-by: Kyle Ong <[email protected]>
ohkyle
added a commit
to ohkyle/capi-release
that referenced
this issue
Oct 13, 2022
- cloudfoundry#267 identified a bug where the wait_unmonitor_job function assumed there would be less than 10 cloud controller workers - this fix removes the less than 10 worker assumption by looking for the job_name in the regex Authored-by: Kyle Ong <[email protected]>
ohkyle
added a commit
to ohkyle/capi-release
that referenced
this issue
Oct 18, 2022
- cloudfoundry#267 identified a bug where the wait_unmonitor_job function assumed there would be less than 10 cloud controller workers - this fix removes the less than 10 worker assumption and looks for the job_name in the regex Authored-by: Kyle Ong <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for submitting an issue to
capi-release
. We are always trying to improve! To help us, please fill out the following template.Issue
cloud_controller_worker pre-backup-lock hangs when there are 10 or more cloud_controller_workers
Context
We ran into issues when trying use bbr to backup our cf deployment.
We deployed cf with this ops file:
We observed these logs
On the vm we see
On the vm we also see
Steps to Reproduce
and bbr
Expected result
We expected the command in step 2 to succeed.
Current result
Currently the command is failing.
Possible Fix
This piece of code
seems to assume that there will always be less than 10 cloud_controller_workers.
On our vm with 11 workers
The text was updated successfully, but these errors were encountered: