File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
server/src/internalClusterTest/java/org/elasticsearch/snapshots Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments