s/Exception/Throwable

This commit is contained in:
Simon Willnauer 2013-10-01 14:57:19 +02:00
parent f3b6339ad1
commit f8a129961e
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ public abstract class BlobStoreIndexShardGateway extends AbstractIndexShardCompo
position = si.position(); position = si.position();
break; break;
} }
} catch (Exception e) { } catch (Throwable e) {
logger.warn("failed to retrieve translog after [{}] operations, ignoring the rest, considered corrupted", e, recoveryStatus.translog().currentTranslogOperations()); logger.warn("failed to retrieve translog after [{}] operations, ignoring the rest, considered corrupted", e, recoveryStatus.translog().currentTranslogOperations());
ignore = true; ignore = true;
latch.countDown(); latch.countDown();