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

Generated files are not being moved when submission is posted #8016

Open
1 task done
jennifer-richards opened this issue Oct 5, 2024 · 1 comment · May be fixed by #8018
Open
1 task done

Generated files are not being moved when submission is posted #8016

jennifer-richards opened this issue Oct 5, 2024 · 1 comment · May be fixed by #8018
Assignees
Labels

Comments

@jennifer-richards
Copy link
Member

Describe the issue

As noted in #8010 and #8015, the generated files for newly posted XML submissions are not being reliably moved into place. The result is that only the directly uploaded XML file is available.

Current theory is that this is due to a race between posting the submitted draft and the generated files appearing on the shared filesystem where they're stored. If the draft is posted before they are visible, the routine that does the copying will ignore them. There's some poking to do to confirm this as the cause, but if so, we need to ensure that such a race is accounted for.

Code of Conduct

@jennifer-richards
Copy link
Member Author

Lowering from critical to major because we appear to have mitigated the issue by disabling negative lookup caching on the nfs mounts.

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

Successfully merging a pull request may close this issue.

1 participant