Hi there, I noticed that the java-based replication does not make replication of multiple core automatic. For example, if I have a master with 7 cores, any slave I set up has to explicitly know about each of the 7 cores to be able to replicate them. This information is stored in solr.xml, and since this file is out of the conf/ directory, it's impossible to make the java-based replication copy this file over each slave. Is this by design? For those of you doing multicore replication, how do you handle it?
Is overwriting solr.xml when "persist=true" is used thread-safe? What happens if I create 2 different cores at the same time? I ask because I have 7 cores total and I always end with only 2 or 3 cores in my solr.xml after doing a bulk delta-import across cores. didier