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
The effect might only be visible if the system is under heavy load.
Solution
Move setting the status of the experiment to the end of the method since an experiment is only done (and has a different state than -1) when all data of the experiment has been stored.
May be caused by updating the experiment state too early:
https://github.com/dice-group/gerbil/blob/dd1b569ca35d4ec73614d89fb1fc58e09e39c1a8/src/main/java/org/aksw/gerbil/database/ExperimentDAOImpl.java#LL197C7-L197C7
The text was updated successfully, but these errors were encountered: