fix #2850 Enable batch mode in shard allocator to suppress WARN log for single shard assignment fallback
This commit is contained in:
parent
d9ef5f7655
commit
a6f7abf4ec
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue