浏览代码

Merge pull request #6188 from richardkchapman/roxie-persist-core

HPCC-11849 Roxie cores if persist rebuilt

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 11 年之前
父节点
当前提交
96810d60b7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roxie/ccd/ccdcontext.cpp

+ 1 - 1
roxie/ccd/ccdcontext.cpp

@@ -292,7 +292,7 @@ protected:
             updatePersist(persistLock, logicalName, thisPersist->eclCRC, thisPersist->allCRC);
         }
         logctx.CTXLOG("Finished persists - add to read lock list");
-        persistReadLocks.append(*persistLock);
+        persistReadLocks.append(*persistLock.getClear());
     }
 
 private: