errors.add((IOException) th);
} else {
throw new RuntimeException("serious problem", th);
}
}
throw new InvalidInputException(errors);
}
if (context.cacheStripeDetails) {
LOG.info("FooterCacheHitRatio: " + context.cacheHitCounter.get() + "/"
+ context.numFilesCounter.get());
}