Skip to content

Commit

Permalink
ExperimentManager
Browse files Browse the repository at this point in the history
  • Loading branch information
oniyide committed Dec 1, 2020
1 parent 7a6c124 commit 384a430
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -407,10 +407,8 @@ private synchronized void handleExperimentTermination_unsecured() {

experimentStatus.addError(HobbitErrors.ClusterNotHealthy);
}
} catch (DockerException e) {
} catch (Exception e) {
LOGGER.error("Could not get cluster health status. ", e);
} catch (InterruptedException e) {
LOGGER.error("Interrupted. Could not get cluster health status. ", e);
}

Model resultModel = experimentStatus.getResultModel();
Expand Down

0 comments on commit 384a430

Please sign in to comment.