Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SUP-15844:when moving file failed, do retry #7878

Merged
merged 3 commits into from Nov 27, 2018

Conversation

ravitshalem
Copy link
Contributor

No description provided.

// directory sizes may differ on different devices
if(!file_exists($sharedFile) || (is_file($sharedFile) && kFile::fileSize($sharedFile) != $fileSize))
{
KalturaLog::err("Error: moving file failed");
die();
return $this->closeJob($job, null, null, "moving file ".$sharedFile. "failed", KalturaBatchJobStatus::RETRY);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change " to ' .

@MosheMaorKaltura MosheMaorKaltura merged commit 6a015ac into Naos-14.9.0 Nov 27, 2018
@MosheMaorKaltura MosheMaorKaltura deleted the Naos-14.9.0-SUP-15844 branch November 27, 2018 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants