Hello,
I setup a server for the replication of Solr. I used 2 cores and for
each one I specified the replication. I followed the tutorial on
http://wiki.apache.org/solr/SolrReplication.
The replication is OK for each cores. However the CPU is used to 100% on
the slave. The master and slave are 2 servers with the same hardware
configuration. I don't understand which can cause the problem. The slave
is launched by :
java -Dsolr.solr.home=/solr/multicore -Denable.master=false
-Denable.slave=true -Xms512m -Xmx1536m -XX:+UseConcMarkSweepGC -jar
start.jar
If I comment the replication the server is OK.
Anyone have an idea ?
Regards,
Olivier