Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Kale <[email protected]>
  • Loading branch information
Sachin Kale committed Sep 14, 2023
1 parent 4f95968 commit a33af59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2356,7 +2356,7 @@ private void innerOpenEngineAndTranslog(LongSupplier globalCheckpointSupplier, b
synchronized (engineMutex) {
assert currentEngineReference.get() == null : "engine is running";
verifyNotClosed();
if (indexSettings.isRemoteStoreEnabled())
if (indexSettings.isRemoteStoreEnabled()) {
// Download missing segments from remote segment store.
if (syncFromRemote) {
syncSegmentsFromRemoteSegmentStore(false);
Expand Down

0 comments on commit a33af59

Please sign in to comment.