} catch (ObjectIODataCorruptedException exception) {
throw new StoreDataCorruptedException(exception);
} finally {
if (toPreserveSet != null) {
try {
toPreserveSet.stopService(true);
} catch (Exception exception) {
// ignore error
LOGGER.error("closing set", exception);
}
}