Skip to content

Commit

Permalink
Merge branch 'data-stream-store-extraction' into failure-store-lazy-r…
Browse files Browse the repository at this point in the history
…ollover
  • Loading branch information
nielsbauman committed May 9, 2024
2 parents 2a80504 + c5f826a commit e1b331b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ private static DataStream newDataStreamInstance(
.setReplicated(replicated)
.setLifecycle(lifecycle)
.setFailureStoreEnabled(failureStores.isEmpty() == false)
.setFailureIndices(failureStores);
.setFailureIndices(DataStream.DataStreamIndices.failureIndicesBuilder(failureStores).build());
if (randomBoolean()) {
builder.setSystem(true);
builder.setHidden(true);
Expand Down

0 comments on commit e1b331b

Please sign in to comment.