Преглед изворни кода

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
         {