HPCC-23877 Add tracing if abort notifier notified without aborting Reviewed-By: Mark Kelly <mark.kelly@lexisnexis.com> Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -1734,6 +1734,8 @@ bool CJobMaster::go()
Owned <IException> e = MakeThorException(code, "User signalled abort");
job.fireException(e);
}
+ else
+ PROGLOG("CWorkunitPauseHandler [SubscribeOptionAbort] notifier called, workunit was not aborting");
if (flags & SubscribeOptionAction)
{