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

Failing Thumbnail and Signature Jobs #1576

Open
ajkiessl opened this issue Aug 21, 2024 · 2 comments
Open

Failing Thumbnail and Signature Jobs #1576

ajkiessl opened this issue Aug 21, 2024 · 2 comments
Assignees

Comments

@ajkiessl
Copy link
Collaborator

With very large files we see Sidekiq failing with this error:

Errno::ENOSPC: No space left on device @ io_write - /app/tmpfilename

Looks like this is happening because we run out of space on Sidekiq's PVC while these files are being processed. We can handle some of these by running them one by one. Some are just too large alone.

We could crank up the size of our PVC, or find a more efficient way to process these files. Or both.

@ajkiessl ajkiessl transferred this issue from psu-libraries/etda_workflow Aug 21, 2024
@ajkiessl
Copy link
Collaborator Author

ajkiessl commented Sep 3, 2024

A permissions issue with the file share the sidekiq boxes use when processing the files for thumbnails and signatures is causing ruby to not use the file shares. We are currently coordinating with a vendor to figure out why the permissions are not being applied properly.

@bryanlopezrr
Copy link
Contributor

I emailed Srinath from the NFS team who should be helping with this. We had a change freeze on their end but I followed up today to see if it can get resolved soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants