[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Testbed-admins] Deleting an Experiment



Here is the output from those commands:

Okay, so the thing to do is:

mysql> update experiment_stats set lastrsrc=null where exptidx='28';
mysql> update experiments set state='active',expt_locked=null,
mysql> canceled=0 where idx=28;

This will make the experiment appear swapped in, so go ahead and swap
it out.

The reason for doing this is that I do not know how far into the swap
process it got, so this will clean up any other swap state that might
have been created.

It would be good to know why the activation got stuck. Did you boss
reboot or did the log show any errors?

Lbs