Browse Source

Merge pull request #13639 from jakesmith/hpcc-23877-subabort-tracing

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>
Richard Chapman 5 years ago
parent
commit
e3181f21f1
1 changed files with 2 additions and 0 deletions
  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)
             {