Remove IndexNameExpressionResolver from base classes that don't use it (#120531)

This commit is contained in:
Simon Cooper 2025-01-22 10:17:07 +00:00 committed by GitHub
parent 13c75c02f0
commit 39601ed683
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
229 changed files with 124 additions and 534 deletions

View file

@ -165,7 +165,6 @@ public class TransportDownsampleAction extends AcknowledgedTransportMasterNodeAc
threadPool,
actionFilters,
DownsampleAction.Request::new,
indexNameExpressionResolver,
EsExecutors.DIRECT_EXECUTOR_SERVICE
);
this.client = new OriginSettingClient(client, ClientHelper.ROLLUP_ORIGIN);