You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 1.2, when the parent process receives a term signal, it will not pass it on to the child process, and the child process will become orphaned. After this PR, the parent process will pass the term signal to the child process, and the child process will exit proactively.
What happened:
https://github.com/juicedata/juicefs/actions/runs/12496360301/job/34868010820
What you expected to happen:
child process should not exit when we kill the parent process.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?
Environment:
juicefs --version
) or Hadoop Java SDK version:cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: