Explorar o código

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 %!s(int64=10) %!d(string=hai) anos
pai
achega
654fe4fec8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)