-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Refactor blocking/migrating allocations #3007
Merged
Merged
Commits on Aug 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for de15046 - Browse repository at this point
Copy the full SHA de15046View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f584a0 - Browse repository at this point
Copy the full SHA 0f584a0View commit details -
switch from alloc blocker to new interface
interface has 3 implementations: 1. local for blocking and moving data locally 2. remote for blocking and moving data from another node 3. noop for allocs that don't need to block
Configuration menu - View commit details
-
Copy full SHA for 8c18119 - Browse repository at this point
Copy the full SHA 8c18119View commit details -
Set failed status instead of panic'ing
Fixup some TODOs and formatting left from new prevAllocWatcher code.
Configuration menu - View commit details
-
Copy full SHA for 113d8e3 - Browse repository at this point
Copy the full SHA 113d8e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8253439 - Browse repository at this point
Copy the full SHA 8253439View commit details -
Add test for that case, add comments, remove debug logging
Configuration menu - View commit details
-
Copy full SHA for 4f7c5e6 - Browse repository at this point
Copy the full SHA 4f7c5e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 537d0e5 - Browse repository at this point
Copy the full SHA 537d0e5View commit details
Commits on Aug 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 85b9dd9 - Browse repository at this point
Copy the full SHA 85b9dd9View commit details -
Return move errors from local Migrate like remote
Since alloc runner just logs these errors and continues there's no reason not to return it.
Configuration menu - View commit details
-
Copy full SHA for ce4b919 - Browse repository at this point
Copy the full SHA ce4b919View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8983bc0 - Browse repository at this point
Copy the full SHA 8983bc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d55b4c1 - Browse repository at this point
Copy the full SHA d55b4c1View commit details
Commits on Aug 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 44b6988 - Browse repository at this point
Copy the full SHA 44b6988View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.