Hi guys

I need to add a new core to existing solr cloud of 4 nodes (2 replicas and 2 shardS), this is the procedure I have in mind:

1) stop node01
2) change solr.xml to include new core (included in tomcat configuration)
3) add "-Dbootstrap_conf=true" to JAVA_OPTS
4) start tomcat on node01

Now, I know this should push configuration for even existing cores, but I don't mind cause configuration didn't change for quite a bit.

After this, I plan to remove "-Dbootstrap_conf=true" from node01 JAVA_OPTS and restart it again, and after the cloud stabilizes, do steps 1), 2), and 4) on remaining nodes.


What do you think, am I missing something?

Reply via email to