浏览代码

Merge pull request #7745 from richardkchapman/failed-copy

HPCC-14149 Roxie does not clear copying flag on insufficient space

Reviewed-By: Jake Smith <jake.smith@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 9 年之前
父节点
当前提交
b4bd8bc738
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      roxie/ccd/ccdfile.cpp

+ 1 - 0
roxie/ccd/ccdfile.cpp

@@ -794,6 +794,7 @@ class CRoxieFileCache : public CInterface, implements ICopyFileProgress, impleme
             IException *E = MakeStringException(ROXIE_DISKSPACE_ERROR, "%s", err.str());
             EXCLOG(MCoperatorError, E);
             E->Release();
+            f->setCopying(false);
         }
         else
         {