浏览代码

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 年之前
父节点
当前提交
fcf7ec7727
共有 1 个文件被更改,包括 3 次插入0 次删除
  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++;
+        }
     }
 };