Skip to content

Commit 8b1b13a

Browse files
Fix compilation (elastic#124930)
1 parent 3e51ea6 commit 8b1b13a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

server/src/internalClusterTest/java/org/elasticsearch/snapshots/SystemResourceSnapshotIT.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,6 +1149,7 @@ public Collection<SystemDataStreamDescriptor> getSystemDataStreamDescriptors() {
11491149
.build(),
11501150
Map.of(),
11511151
List.of("product"),
1152+
"product",
11521153
ExecutorNames.DEFAULT_SYSTEM_DATA_STREAM_THREAD_POOLS
11531154
)
11541155
);
@@ -1188,6 +1189,7 @@ public Collection<SystemDataStreamDescriptor> getSystemDataStreamDescriptors() {
11881189
.build(),
11891190
Map.of(),
11901191
List.of("product"),
1192+
"product",
11911193
ExecutorNames.DEFAULT_SYSTEM_DATA_STREAM_THREAD_POOLS
11921194
)
11931195
);
@@ -1227,6 +1229,7 @@ public Collection<SystemDataStreamDescriptor> getSystemDataStreamDescriptors() {
12271229
.build(),
12281230
Map.of(),
12291231
List.of("product"),
1232+
"product",
12301233
ExecutorNames.DEFAULT_SYSTEM_DATA_STREAM_THREAD_POOLS
12311234
)
12321235
);
@@ -1295,6 +1298,7 @@ public Collection<SystemDataStreamDescriptor> getSystemDataStreamDescriptors() {
12951298
.build(),
12961299
Map.of(),
12971300
List.of("product"),
1301+
"product",
12981302
ExecutorNames.DEFAULT_SYSTEM_DATA_STREAM_THREAD_POOLS
12991303
)
13001304
);

0 commit comments

Comments
 (0)