-
-
Notifications
You must be signed in to change notification settings - Fork 748
Wait for workers to return in Client.restart
#6714
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
bd61588
Ensure client.restart waits for workers to leave
fjetter 4f4c5dc
Expect all workers to come back; timeout otherwise
gjoseph92 010c911
Call restart as RPC from client
gjoseph92 f0a4938
Client restart cleanup even if restart fails
gjoseph92 e18fd1e
Merge branch 'main' into restart-wait-for-workers
gjoseph92 5a388d1
logging to track down why restart is hanging
gjoseph92 85afcbc
Add back broadcasting restart message to clients
gjoseph92 f7da0d2
Make restart timeout 2x longer by default
gjoseph92 fdf8358
Revert "logging to track down why restart is hanging"
gjoseph92 659e2d1
Fix `test_AllProgress`: reorder plugin.restart()
gjoseph92 b5c6ff0
Inner function for single `wait_for` timeout
gjoseph92 e18ea37
docstring on client as well
gjoseph92 b82e9ff
Clarify restart docstring
gjoseph92 c22f99c
Move other clearing ops first
gjoseph92 025d02e
Don't apply timeout to `remove_worker`
gjoseph92 648f1e9
Connect to nannies in parallel
gjoseph92 868c0c2
Explain `TimeoutError` contract
gjoseph92 2864e23
Revert "Explain `TimeoutError` contract"
gjoseph92 08014e9
Only apply timeout to worker-waiting
gjoseph92 55f16cd
move proc restart testing to more appropraite test
gjoseph92 0e3d96d
remove `_worker_coroutines`
gjoseph92 bcc3ad6
Merge remote-tracking branch 'upstream/main' into restart-wait-for-wo…
gjoseph92 3d6a938
`kill` nannies instead of `restart`
gjoseph92 b7c5e40
Add `wait_for_workers` option
gjoseph92 1dd9620
Fix docstrings & error messages
gjoseph92 675c425
Note new workers may take place of old ones
gjoseph92 8b4fa1a
decrease wait_for_workers poll interval
gjoseph92 7eb97ba
Missed one typo
gjoseph92 b4b9605
Drop redundant geninc (#6740)
hendrikmakait 9ead9c4
fix test_restart_nanny_timeout_exceeded
gjoseph92 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.