Przeglądaj źródła

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