Elasticsearch balance load between the server independently

隐身守侯 提交于 2019-12-25 07:59:57

问题


If I have "4" nodes and from 4 nodes 2 nodes is for online and 2 nodes is for batch processing.

Online will retrieve requests from end user through UI and batch processing will send requests in file format.

When the traffic is high in the online server this traffic should not go to the batch nodes.

Both the servers should act independently and process the request.

How to balance the load without hitting the batch servers ?

来源:https://stackoverflow.com/questions/40481580/elasticsearch-balance-load-between-the-server-independently

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!