Hi, I would like to check, during segment merging, how did the replical node do the merging? Will it do the merging concurrently, or will the replica node delete the old segment and replace the new one?
Also, is it possible to separate the network interface for inter-node communication from the network interface for update/search requests? If so I could put two network cards in each machine and route the index and search traffic over the first interface and the traffic for the inter-node communication (sending documents to replicas) over the second interface. I'm using Solr 5.4.0 Regards, Edwin