Re: Disadvantages of having Zookeeper instance and Solr instance in the same server

2018-05-30 Thread Shawn Heisey
On 5/29/2018 11:27 PM, solr2020 wrote: What is the pros and cons of having Zookeeper instance and Solr instance in the same VM/Server in production environment? If you have sufficient CPU, memory, and I/O resources on the system for both roles, there is no problem with putting both on the same

Re: Disadvantages of having Zookeeper instance and Solr instance in the same server

2018-05-30 Thread Aniket Khare
Hi, Solr and zookeeper both require a lot of I/O operations and in this case, there will an issue where solr is delaying the zookeeper write operation. So, it is recommended to have external zookeeper ensemble. Please refer below link for more details. "ZooKeeper's design assumes that it has extr