Explorar el Código

HPCC-14478 HThor KJ release index when subgraph is done.

Signed-off-by: Jake Smith <jake.smith@lexisnexis.com>
Jake Smith hace 9 años
padre
commit
a85cba4612
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      ecl/hthor/hthorkey.cpp

+ 6 - 0
ecl/hthor/hthorkey.cpp

@@ -3429,6 +3429,12 @@ public:
         }
     }
 
+    virtual void done()
+    {
+        ldFile.clear();
+        CHThorThreadedActivityBase::done();
+    }
+
     virtual void initializeThreadPool()
     {
         threadPool.setown(createThreadPool("hthor keyed join fetch thread pool", &threadFactory));