Преглед изворни кода

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

Shinsuke Sugaya пре 8 месеци
родитељ
комит
a6f7abf4ec
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/main/resources/esclient.xml

+ 1 - 0
src/main/resources/esclient.xml

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