Skip to content

Commit

Permalink
Minor fix up
Browse files Browse the repository at this point in the history
Signed-off-by: Bukhtawar Khan <[email protected]>
  • Loading branch information
Bukhtawar committed Aug 9, 2022
1 parent 4c0bfc4 commit 1e022c6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
import org.opensearch.index.snapshots.IndexShardSnapshotStatus;
import org.opensearch.index.store.Store;
import org.opensearch.index.store.StoreFileMetadata;
import org.opensearch.index.translog.InternalTranslogFactory;
import org.opensearch.index.translog.Translog;
import org.opensearch.indices.breaker.CircuitBreakerService;
import org.opensearch.indices.breaker.HierarchyCircuitBreakerService;
Expand Down Expand Up @@ -555,6 +556,7 @@ protected IndexShard newShard(
globalCheckpointSyncer,
retentionLeaseSyncer,
breakerService,
new InternalTranslogFactory(),
checkpointPublisher,
remoteStore
);
Expand Down

0 comments on commit 1e022c6

Please sign in to comment.