-
Notifications
You must be signed in to change notification settings - Fork 51
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
[BUG] Skip transcoding conversion jobs fail #5594
Comments
Skip transcoding is working properly on mco-staging but failing with the same error on avalon-staging, so it is either something due to the container environment or the 7.7 release. |
Chris looked into this a bit, and it is related to the minio configuration, but the fix is probably going to be a bit complex and is probably a longer-standing issue. Jon C. confirmed this is happening on the avalon demo site as well, which is running 7.6. It is probably ok to list this as a known issue and then fix it in the next release (or put out a patch if someone needs a fix sooner). |
Added this to known issues page, but not sure I got the wording exactly right. We would like to fix this in 7.8/8.0 release. |
I ended up working on this more and came up with a solution that involves changes to |
@cjcolvar @joncameron I tested batch ingest with skip transcoding using our test batch ingest fixture on avalon-dev. The manifest includes a file that is ingested with skip transcoding = 'yes' but has 3 different quality derivative files in the asset folder. While the other 2 worked (1 with skip transcoding on a single file and 1 without skip transcoding), this one failed with this error: The file is definitely sitting there in minio; could this be an issue with this fix? Uploading through the web interface in Avalon is working fine with and without skip transcoding. |
@joncameron @cjcolvar In that case, I feel like this fix could be passed through for 7.7 then. |
The batch failure for skip transcoding should be fixed in the near future, but for the purposes of this ticket/release I think this is resolved. Thanks Chris! |
Description
When attempting to upload a file for a new section and checking the "skip transcoding" box, the conversion job fails.
Example: https://avalon-dev.dlib.indiana.edu/encode_records/758
Done Looks Like
The text was updated successfully, but these errors were encountered: