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
Fix Issue with lifecycle removing Incorrect files and losing result content (#3223)
This PR resolves the issue where storage documents for results randomly disappear. The root cause of this problem lies in the lifecycle fetching the wrong file to remove.
The lifecycle currently retrieves the latest execution ID from the database but does so without considering the workflow ID. This results in the lifecycle incorrectly identifying files for removal, leading to the loss of result content.
With this fix, the lifecycle now ensures that the execution ID is fetched in the context of the corresponding workflow ID.
Copy file name to clipboardExpand all lines: core/amber/src/main/scala/edu/uci/ics/texera/web/resource/dashboard/user/workflow/WorkflowExecutionsResource.scala
0 commit comments