> > How exactly do you want to change the StopNodeFH? > I want to stop JVM with KILL_EXIT_CODE and add an option (constructor > argument of JVM option) for disabling JVM termination. > When the flag is enabled, the behavior is identical to StopNodeOrHaltFH with tryStop=false. In other words, StopNodeFH with enabled JVM termination === StopNodeOrHaltFH with tryStop=false StopNodeFG with disabled JVM termination ~ StopNodeOrHaltFH with tryStop=true
Why have two different failure handlers with identical behavior? Perhaps, there is confusion and we should consider merging these classes into one?