alibaba / GraphScope

🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
https://graphscope.io
Apache License 2.0
3.17k stars 424 forks source link

[BUG] Make sure compiler process exits when parent process exits #3945

Open zhanglei1949 opened 1 week ago

zhanglei1949 commented 1 week ago

Make sure the compiler process also exits when interactive process(the parent process) exits. It seems that when query execution fails(which cause log fatal), the compiler process doesn't exit.