mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
s/Exception/Throwable
This commit is contained in:
parent
f3b6339ad1
commit
f8a129961e
@ -487,7 +487,7 @@ public abstract class BlobStoreIndexShardGateway extends AbstractIndexShardCompo
|
||||
position = si.position();
|
||||
break;
|
||||
}
|
||||
} catch (Exception e) {
|
||||
} catch (Throwable e) {
|
||||
logger.warn("failed to retrieve translog after [{}] operations, ignoring the rest, considered corrupted", e, recoveryStatus.translog().currentTranslogOperations());
|
||||
ignore = true;
|
||||
latch.countDown();
|
||||
|
Loading…
x
Reference in New Issue
Block a user