Ver código fonte

HPCC-12282 Move roxie query stats to use new mechanism

Prior checkin was not resetting aborted flag, meaning all slave queries would
fail after any one did.

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 10 anos atrás
pai
commit
654fe4fec8
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      roxie/ccd/ccdqueue.cpp

+ 1 - 0
roxie/ccd/ccdqueue.cpp

@@ -466,6 +466,7 @@ void SlaveContextLogger::set(IRoxieQueryPacket *packet)
     intercept = false;
     debuggerActive = false;
     checkingHeap = false;
+    aborted = false;
     stats.reset();
     start = msTick();
     if (packet)