On 5/15/2017 7:26 AM, Mithu Tokder wrote: > 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.
The port and key can only be used via localhost, because that's the only interface where the stop port listens. Make them different if you want to, or make them the same ... they can't be used outside each individual server. Thanks, Shawn