fix #2850 Enable batch mode in shard allocator to suppress WARN log for single shard assignment fallback

This commit is contained in:
Shinsuke Sugaya 2024-10-21 21:20:52 +09:00
parent d9ef5f7655
commit a6f7abf4ec

View file

@ -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",