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>
@@ -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
{