You Ting Wang created SUBMARINE-1020:
----------------------------------------
Summary: Use Informer and Websocket to Update The Status of
Experiments.
Key: SUBMARINE-1020
URL: https://issues.apache.org/jira/browse/SUBMARINE-1020
Project: Apache Submarine
Issue Type: Improvement
Components: Backend Server, Workbench
Reporter: You Ting Wang
Fix For: 0.7.0
Current way of fetching new status or information from all experiment pods is
to use listExperiments and passing it with status = null, and it will also
update the database when pod is being deleted.
But to display the current condition in k8s, workbench needs to request server
every several seconds, which is inefficient and brute-force.
We can utilize the informer to get the change in k8s then use websocket to tell
the workbench what happend.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]