try {
this.unlockWriteLockForAllKeys(lockedKeys.toArray());
} catch (Exception ignored) {
// ignore any exceptions on unlock, as going to throw exception anyway
}
throw new NonStopCacheException("WRITE lock could not be acquired for all keys, couldn't acquire lock starting at : "
+ nonstopSync.getKey(), e);
}
}
return syncs;
}