Skip to content

Handle race conditions in the quota management implementation #392

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

Closed
z103cb opened this issue May 23, 2023 · 2 comments
Closed

Handle race conditions in the quota management implementation #392

z103cb opened this issue May 23, 2023 · 2 comments
Labels
bug Something isn't working quota-management

Comments

@z103cb
Copy link
Contributor

z103cb commented May 23, 2023

The current implementation of the type QuotaManagerInterface interface { instantiated at unc NewQuotaManager(dispatchedAWDemands map[string]*clusterstateapi.Resource, dispatchedAWs map[string]*arbv1.AppWrapper, is being accessed concurrently from multiple threads.

The points in which the QuotaManager is being accessed are:

@z103cb
Copy link
Contributor Author

z103cb commented May 23, 2023

@tardieu I believe that this issue should be prioritised high.

@z103cb
Copy link
Contributor Author

z103cb commented May 29, 2023

This issue has been resolved by merging #367

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working quota-management
Projects
Development

No branches or pull requests

1 participant