Browse Source

HPCC-15017 Roxie cumulative counts not working

Cumultative edge counts were only working on splitters.

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 9 năm trước cách đây
mục cha
commit
0d318e57bf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      roxie/ccd/ccdserver.cpp

+ 1 - 1
roxie/ccd/ccdserver.cpp

@@ -495,7 +495,7 @@ public:
         if (_processed)
         {
             CriticalBlock b(statsCrit);
-            processed += processed;
+            processed += _processed;
         }
     }