Skip to content

Commit

Permalink
Fix spotless check
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Kale <kalsac@amazon.com>
  • Loading branch information
Sachin Kale committed Nov 16, 2022
1 parent f7d9b2e commit 057a5f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ private void recoverFromRemoteStore(IndexShard indexShard) throws IndexShardReco
Integer.parseInt(filenameTokens[1])
);
store.commitSegmentInfos(infos_snapshot, Long.parseLong(filenameTokens[2]), Long.parseLong(filenameTokens[2]));
} catch(IOException e) {
} catch (IOException e) {
logger.info("Exception while reading {}, falling back to commit level restore", segmentInfosSnapshotFilename);
}
}
Expand Down

0 comments on commit 057a5f3

Please sign in to comment.