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

Tenanted child releases can deadlock due to the task cap #4273

Closed
markryd opened this issue Feb 12, 2018 · 2 comments
Closed

Tenanted child releases can deadlock due to the task cap #4273

markryd opened this issue Feb 12, 2018 · 2 comments
Assignees
Labels
kind/bug This issue represents a verified problem we are committed to solving
Milestone

Comments

@markryd
Copy link

markryd commented Feb 12, 2018

If you kick off a tenanted deployment with the same number of tenants as your task cap, and that deployment has a tenanted child deployment, the parent deployments deadlock because there isn't a spare slot in the task cap to run the child deployments.

We need to exclude waiting parent deployments from the task cap count.

@markryd markryd closed this as completed Feb 15, 2018
@markryd markryd self-assigned this Feb 15, 2018
@markryd markryd added the kind/bug This issue represents a verified problem we are committed to solving label Feb 15, 2018
@markryd markryd added this to the 2018.2.4 milestone Feb 15, 2018
@markryd
Copy link
Author

markryd commented Feb 15, 2018

Release Note: Prevent child releases to many tenants exhausting the task cap

@lock
Copy link

lock bot commented Nov 23, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. If you think you've found a related issue, please contact our support team so we can triage your issue, and make sure it's handled appropriately.

@lock lock bot locked as resolved and limited conversation to collaborators Nov 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug This issue represents a verified problem we are committed to solving
Projects
None yet
Development

No branches or pull requests

1 participant