Przeglądaj źródła

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 9 lat temu
rodzic
commit
fcf7ec7727
1 zmienionych plików z 3 dodań i 0 usunięć
  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++;
+        }
     }
 };