Skip to content

Commit

Permalink
fix #2850 Enable batch mode in shard allocator to suppress WARN log f…
Browse files Browse the repository at this point in the history
…or single shard assignment fallback
  • Loading branch information
marevol committed Oct 21, 2024
1 parent d9ef5f7 commit a6f7abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/esclient.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
{"http.cors.enabled":"true",
"http.cors.allow-origin":"*",
"discovery.type":"single-node",
"cluster.allocator.existing_shards_allocator.batch_enabled":"true",
<!--
"node.name":"search_engine",
"discovery.seed_hosts":"search_engine",
Expand Down

0 comments on commit a6f7abf

Please sign in to comment.