Skip to content

Commit

Permalink
Fix complication
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbauman committed May 9, 2024
1 parent d73f2b6 commit c5f826a
Showing 1 changed file with 1 addition and 1 deletion.
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 c5f826a

Please sign in to comment.