seongjinyoon opened a new pull request, #3773:
URL: https://github.com/apache/texera/pull/3773

   ### Description:
   Ensure workflow executions are always attributed to the correct workflow 
even when reusing a computing unit across multiple workflows.
   
   Closes #3759 
   
   ### Problem:
   When users switch workflows without changing the computing unit, the 
frontend keeps the existing websocket session so the backend continues to use 
the previous wid and execution history is midfiled.
   
   ### Solution:
   Have the Angular computing-unit status service track the `wid` and `cuid`, 
forcing the websocket to reconnect whenever either of them change and clear the 
cached identifiers when the selection disappears or is terminated.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to