Open mbien opened 2 months ago
@gnodet @ppalaga please chime in!
@mbien your proposal sounds legit to me. I must admit my GraalVM experience is mostly limited to mvnd
, so I won't be able to help much on that side.
thanks! I could reproduce it outside of mvnd and filed a bug upstream https://github.com/oracle/graal/issues/9568
Hello!
the client is cancelling jobs on
ctrl+c
which makes sense. However, it seems like it won't do anything on TERM signal.This makes it difficult for tools which treat mvn and mvnd the same to stop jobs, e.g (https://github.com/apache/netbeans/issues/7676).
This would be trivial to solve with a shutdown hook, but while playing with this, some problems occurred:
This almost looks like a graalvm bug to me - but I am not sure. Maybe someone here has more experience with this scenario. (I tried graalvm 22.0.2 and also some older releases).
If the mvnd team thinks this is the right direction I would try to investigate a bit further if this is a graalvm bug or not.
(There are also many ways how to solve this from the side of NetBeans, it could send "ctrl+c" first, however there is probably no way to know how long to wait before sending TERM if nothing happens. Or it could talk to the daemon itself. I think it would be more elegant if both mvn and mvnd would be treated the same though in terms of shutdown.)