Explorar o código

HPCC-23877 Add tracing if abort notifier notified without aborting

To help diagnose an occassional problem when a workunit is aborted
but Thor appears not to 'see' the abort notification.

Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
Jake Smith %!s(int64=5) %!d(string=hai) anos
pai
achega
5f13c6f2fe
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      thorlcr/graph/thgraphmaster.cpp

+ 2 - 0
thorlcr/graph/thgraphmaster.cpp

@@ -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)
             {