.put(version, DeployStatus.FINISHED);
} catch(InterruptedException e) {
log.error("Error while deploying version [" + version + "]", e);
abortDeploy(dnodes, e.getMessage(), version);
} catch(Throwable t) {
t.printStackTrace();
throw new RuntimeException(t);
} finally {
CoordinationStructures.DEPLOY_IN_PROGRESS.decrementAndGet();
}
}