Explorar o código

Merge pull request #8498 from richardkchapman/strand-count

HPCC-15268 Code to increment active lost from roxie

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday %!s(int64=9) %!d(string=hai) anos
pai
achega
fcf7ec7727
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      roxie/ccd/ccdserver.cpp

+ 3 - 0
roxie/ccd/ccdserver.cpp

@@ -1834,7 +1834,10 @@ protected:
     void onStartStrands()
     {
         ForEachItemIn(idx, strands)
+        {
             strands.item(idx).start();
+            active++;
+        }
     }
 };