4
I’m running about eight servers with solr
Servers (version 3.5
) behind a Load Balancer. All servers are identical and LB is set to weight by the number of connections. The servers have about 4 million documents and receive a constant stream of requests. There is virtually no writing of new documents. When Solr starts, it works very well. But after some time running, it starts to take longer to respond and the I/O level goes crazy, reaching 100%. See the New Relic chart:
If the server behaves well initially, why does it start to fail after a while? And if I re-start Solr, I/O goes back to being low for a while, increasing again later.