517518519520521522523524525526527
} cluster.getExternalModificationLock().prohibitModifications(throwException); try { cluster.synch(); cluster.setSoftlyClosed(true); } catch (IOException e) { throw new OStorageException("Error on synch cluster '" + name + "'", e); } }