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
This endpoint can be used to close the experiment and upon reception of the message, the server can dispose can dispose allocated resources. The Trace Compass server will dispose the experiments and close all state system and index files.
Use PUT for this, because sending this message multiple times will have the same outcome. The api should look as follows.
/tsp/api/experiments/{expUUID}:close
Use this notation with :close as suffix, will allow to create dedicated actions for different behaviours, like deleting trace indexes (e.g. delete supplementary files of Trace Compass server, rename, copy etc)
The text was updated successfully, but these errors were encountered:
bhufmann
added a commit
to bhufmann/trace-server-protocol
that referenced
this issue
Nov 2, 2023
With this it's possible to close an experiment on the server. Upon
reception of the command the server can dispose allocated resources
hence the client doesn't need them anymore.
UI clients for example can close the experiment when a user closed the
graphs.
Fixeseclipse-cdt-cloud#96
Signed-off-by: Bernd Hufmann <[email protected]>
This endpoint can be used to close the experiment and upon reception of the message, the server can dispose can dispose allocated resources. The Trace Compass server will dispose the experiments and close all state system and index files.
Use PUT for this, because sending this message multiple times will have the same outcome. The api should look as follows.
/tsp/api/experiments/{expUUID}:close
Use this notation with
:close
as suffix, will allow to create dedicated actions for different behaviours, like deleting trace indexes (e.g. delete supplementary files of Trace Compass server, rename, copy etc)The text was updated successfully, but these errors were encountered: