-
Notifications
You must be signed in to change notification settings - Fork 6.7k
[core][bug] Fix infinite loop on E2BIG error when spawning a process #54838
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
47 commits
Select commit
Hold shift + click to select a range
e2a335f
Fix E2BIG problem
mjacar dbd6813
Update src/ray/util/process.cc
mjacar c329b6f
Update src/ray/raylet/worker_pool.cc
mjacar e26f6fe
Update src/ray/raylet/worker_pool.cc
mjacar 41a23f1
Remove debugging line
mjacar 7c986cf
Add more logging for potential zombie processes
mjacar 221abf0
[core] combine python protobuf compiles rules (#54810)
aslonnie 15dfd9c
[core] Skip `test_object_assign_owner` in client mode (#54826)
edoakes a08d4ad
[Data] schema warning change (#54630)
iamjustinhsu 4989f33
Fix fragments usage in ray.data.read_lance (#54707)
dshepelev15 73ec845
[serve] Avoid errant cancelation of LongPollClient method (#54832)
edoakes 1474511
Update src/ray/raylet/worker_pool.cc
mjacar 680192b
Update src/ray/raylet/worker_pool.h
mjacar 34b6a70
Update src/ray/raylet/worker_pool.h
mjacar ec669af
Update src/ray/raylet/worker_pool.h
mjacar c088f34
Try hybrid approach
mjacar 5aa46e8
Add dup2 call
mjacar ec7c609
Update src/ray/raylet/worker_pool.cc
mjacar f78b8ad
Update src/ray/raylet/worker_pool.cc
mjacar 2c5c0c2
Code review
mjacar 2864ac3
Code review
mjacar 3f0e17f
Update src/ray/raylet/worker_pool.cc
mjacar 57f64d5
Update src/ray/raylet/worker_pool.cc
mjacar 79bc480
Update src/ray/raylet/worker_pool.cc
mjacar cbe635f
get rid of extra brace
mjacar f363ad0
Update src/ray/util/process.cc
mjacar 87e8070
More robust reads
mjacar e01f3ec
Linter
mjacar 587a56b
[serve.llm] Skip batching logic if `batch_interval_ms` == 0 (#54751)
lk-chen d85e0ad
[dashboard] fix typos (#54550)
yantarou b6fc13c
Potential fixes
mjacar dc4c614
[core][autoscaler] add release tests on RAY_UP_enable_autoscaler_v2=1…
rueian 1053dfc
Potential fix
mjacar e424d43
Potential fix
mjacar d09aed0
More robust
mjacar 76d8c00
Merge branch 'master' into fix-e2big-problem
mjacar a1530f5
Merge branch 'master' into fix-e2big-problem
mjacar d786a88
Update src/ray/raylet/local_task_manager.cc
mjacar 131b55a
Code review
mjacar d038bea
Comments
mjacar 9652d44
Merge branch 'master' into fix-e2big-problem
mjacar f25fc3e
Code review
mjacar ef3dc94
Annotate test
mjacar e347cdc
Potental test fix
mjacar 18b7faf
Merge branch 'master' into fix-e2big-problem
mjacar b5e413d
Cleanup
mjacar 3a71943
Merge branch 'master' into fix-e2big-problem
mjacar 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
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.