浏览代码

Merge pull request #9031 from mckellyln/hpcc-15945b

HPCC-15945 Thor slave hang in countproject

Reviewed-By: Jake Smith <jake.smith@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 8 年之前
父节点
当前提交
6efaab8e21
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      thorlcr/activities/countproject/thcountprojectslave.cpp

+ 1 - 1
thorlcr/activities/countproject/thcountprojectslave.cpp

@@ -167,12 +167,12 @@ public:
     }
     virtual void stop()
     {
-        PARENT::stop();
         if (first) // nextRow, therefore getPrevCount()/sendCount() never called
         {
             prevRecCount = count = getPrevCount();
             signalNext();
         }
+        PARENT::stop();
     }
     virtual void abort()
     {