Browse Source

HPCC-15268 Code to increment active lost from roxie

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 9 years ago
parent
commit
e9d2cc25a9
1 changed files with 3 additions and 0 deletions
  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++;
+        }
     }
 };