deferred transition is broken

Issue #43 resolved
dd1 created an issue

Thomas supplied at example frontend to test the deferred transition (delay stopping the run until frontend is happy) and I can confirm that it is not handled correctly: https://bitbucket.org/tmidas/midas/commits/432d3daa36abca5d40d058d0720561884f46458d

This is what I get:

bash-3.2$ mtransition -m -v STOP Connected to experiment '' on host '' ---- Transition STOP deferred by client "fesimdaq" ---- STOP: cm_transition status 110, message 'Transition STOP deferred by client "fesimdaq"' bash-3.2$

I expected much more printout from mtransition, for example where is the report on sending the stop command to the mlogger?

K.O.

Comments (3)

  1. dd1 reporter

    Okey, figured it out. Now instead of hanging, the web page reports a deferred transition as a transition error, the actual deferred run stop runs inside the frontend, so we cannot see it on the web page. Not perfect, but improved. K.O.

  2. dd1 reporter

    in latest midas, transition data is written to odb, now we can see the transition progress inside the deferred-transition frontend and show it on the web page. K.O.

  3. Log in to comment