Skip to content

Commit 5abf946

Browse files
author
elasticsearchmachine
committed
Merge remote-tracking branch 'origin/main' into lucene_snapshot
2 parents ba0cb66 + 4d7f0e6 commit 5abf946

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/changelog/119131.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 119131
2+
summary: Expose BwC enrich cache setting in plugin
3+
area: Ingest Node
4+
type: bug
5+
issues: []

x-pack/plugin/enrich/src/main/java/org/elasticsearch/xpack/enrich/EnrichPlugin.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ public List<Setting<?>> getSettings() {
308308
COORDINATOR_PROXY_MAX_LOOKUPS_PER_REQUEST,
309309
COORDINATOR_PROXY_QUEUE_CAPACITY,
310310
ENRICH_MAX_FORCE_MERGE_ATTEMPTS,
311-
CACHE_SIZE
311+
CACHE_SIZE,
312+
CACHE_SIZE_BWC
312313
);
313314
}
314315

0 commit comments

Comments
 (0)