-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
STORM-2872: Fix for wouldFit and rebalance as part of GenericResourceAwareScheduling changes #2456
Conversation
@@ -640,6 +641,150 @@ public void testHeterogeneousCluster() { | |||
//end of Test3 | |||
} | |||
|
|||
@Test | |||
public void testHeterogeneousClusterwithGras() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please refactor to avoid duplicate code.
Some guidelines for contribution:
|
79b70f6
to
54eed6b
Compare
cf3c3ce
to
9871ef3
Compare
I'm sorry but what does "Fix for wouldFit" mean? |
9871ef3
to
7859b44
Compare
@HeartSaVioR apologies for lack of description. I filed a new subtask and added a description |
Thanks for addressing. Please change commit and PR title as well. |
7859b44
to
658f5a8
Compare
@HeartSaVioR Done. As an aside the test failure appears to be on the master branch as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
658f5a8
to
a4126ae
Compare
…AwareScheduling changes
a4126ae
to
4fd02ca
Compare
…into STORM-2872 STORM-2872: Fix for wouldFit and rebalance as part of GenericResourceAwareScheduling changes This closes #2456
No description provided.