Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
f8c15c4e
Unverified
Commit
f8c15c4e
authored
Jul 24, 2025
by
WeiQing Chen
Committed by
GitHub
Jul 23, 2025
Browse files
[Bugfix] Fix example disagg_example_p2p_nccl_xpyd.sh zombie process (#21437)
Signed-off-by:
David Chen
<
530634352@qq.com
>
parent
aa08a954
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
examples/online_serving/disaggregated_serving_p2p_nccl_xpyd/disagg_example_p2p_nccl_xpyd.sh
...ted_serving_p2p_nccl_xpyd/disagg_example_p2p_nccl_xpyd.sh
+1
-0
No files found.
examples/online_serving/disaggregated_serving_p2p_nccl_xpyd/disagg_example_p2p_nccl_xpyd.sh
View file @
f8c15c4e
...
@@ -93,6 +93,7 @@ ensure_python_library_installed() {
...
@@ -93,6 +93,7 @@ ensure_python_library_installed() {
cleanup
()
{
cleanup
()
{
echo
"Stopping everything…"
echo
"Stopping everything…"
trap
- INT TERM
# prevent re-entrancy
trap
- INT TERM
# prevent re-entrancy
pkill
-9
-f
"disagg_proxy_p2p_nccl_xpyd.py"
kill
--
-
$$
# negative PID == "this whole process-group"
kill
--
-
$$
# negative PID == "this whole process-group"
wait
# reap children so we don't leave zombies
wait
# reap children so we don't leave zombies
exit
0
exit
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment