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
What steps does it take to reproduce the issue? A bug in how threading is done in the DuraCloud and Google archiver classes does not cleanly handle cases where connections are interrupted, potentially resulting in partial Bags and incorrect success status. (general issue as well as for #8603). This PR changes the thread management to always report success/failure correctly and attempt to remove partial Bags that may have been sent to the archival system.
The text was updated successfully, but these errors were encountered:
What steps does it take to reproduce the issue? A bug in how threading is done in the DuraCloud and Google archiver classes does not cleanly handle cases where connections are interrupted, potentially resulting in partial Bags and incorrect success status. (general issue as well as for #8603). This PR changes the thread management to always report success/failure correctly and attempt to remove partial Bags that may have been sent to the archival system.
The text was updated successfully, but these errors were encountered: