You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: