Hi,
I have one question regarding stopping Solr instance.
Solr is deployed in three machines(cluster deployment). I have configured
STOP.PORT and STOP.KEY in start script, accordingly configured STOP.PORT
and STOP.KEY in stop script.
There are three sets of start & stop script for each machine.

Now my question is that as the solr instances are running in three machines
so is it required to configure same value for STOP.PORT and STOP.KEY in
start and stop script of three machines or i can use separate value for
them.

*Configuration 1*
*Machine 1:*
STOP.PORT=8071
STOP.KEY=mysecret1

*Machine 2:*
STOP.PORT=8071
STOP.KEY=mysecret1

*Machine 3:*
STOP.PORT=8071
STOP.KEY=mysecret1

*Configuration 2*
*Machine 1:*
STOP.PORT=8071
STOP.KEY=mysecret1

*Machine 2:*
STOP.PORT=8072
STOP.KEY=mysecret2

*Machine 3:*
STOP.PORT=8073
STOP.KEY=mysecret3

Which configuration should i use?

Thanks in advance.

With Regards,
Mithu Tokder

Reply via email to