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

[HELIX-751] TASK: Fix AssignableInstanceComparator so that it sorts unsupported quota types #268

Merged
merged 1 commit into from Sep 21, 2018

Conversation

narendly
Copy link
Contributor

…nsupported quota types

Currently, if the quota type does not exist, it will not sort AssignableInstances based on availability. This does not cause immediate problems, but it would be nice to have them sorted because we now allow unsupported quota types run as DEFAULT type.
Changelist:

  1. Comparator sorts AssignableInstances in a PriorityQueue by DEFAULT type's availability when the quota type given is unsupported

@narendly narendly changed the title TASK: Fix AssignableInstanceComparator so that it sorts unsupported quota types [HELIX-751] TASK: Fix AssignableInstanceComparator so that it sorts unsupported quota types Sep 19, 2018
…nsupported quota types

Currently, if the quota type does not exist, it will not sort AssignableInstances based on availability. This does not cause immediate problems, but it would be nice to have them sorted because we now allow unsupported quota types run as DEFAULT type.
Changelist:
1. Comparator sorts AssignableInstances in a PriorityQueue by DEFAULT type's availability when the quota type given is unsupported
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.

None yet

3 participants