File tree 1 file changed +2
-1
lines changed
server/src/internalClusterTest/java/org/opensearch/index/shard
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 84
84
import org .opensearch .index .translog .TestTranslog ;
85
85
import org .opensearch .index .translog .Translog ;
86
86
import org .opensearch .index .translog .TranslogStats ;
87
+ import org .opensearch .indices .DefaultRemoteStoreSettings ;
87
88
import org .opensearch .indices .IndicesService ;
88
89
import org .opensearch .indices .recovery .RecoveryState ;
89
90
import org .opensearch .indices .replication .checkpoint .SegmentReplicationCheckpointPublisher ;
@@ -711,9 +712,9 @@ public static final IndexShard newIndexShard(
711
712
SegmentReplicationCheckpointPublisher .EMPTY ,
712
713
null ,
713
714
null ,
714
- () -> IndexSettings .DEFAULT_REMOTE_TRANSLOG_BUFFER_INTERVAL ,
715
715
nodeId ,
716
716
null ,
717
+ DefaultRemoteStoreSettings .INSTANCE ,
717
718
false
718
719
);
719
720
}
You can’t perform that action at this time.
0 commit comments