Hello everyone,
I am getting this error message, not sure what it means and why it happened.
Dagster version: 0.12.15
a
alex
02/15/2023, 5:56 PM
“execution terminated by interrupt” is only useful information in those logs. Something (likely the operating system) sent a signal (SIGKILL, SIGTERM) that interrupted the process that was driving the run causing it to terminate.
more recent versions of dagster should have better error messages for these situations
n
Navneet Sajwan
02/15/2023, 6:13 PM
Thanks for the quick response @alex.
What could be a likely reason for OS sending SIGKILL/SIGTERM signals?
a
alex
02/15/2023, 6:19 PM
using too much memory is one possibility but its hard to say for sure
n
Navneet Sajwan
02/15/2023, 6:44 PM
okay, thanks. I'll try to pull up mem stats and see if i find something.
Hi @alex,
I checked mem/cpu usage. It looks fine to me. Any other theories?
a
alex
02/21/2023, 3:38 PM
there may be some operating system logs that have information