HoustonPutman opened a new pull request, #1951: URL: https://github.com/apache/solr/pull/1951
If Solr processes need to be found, port scanning will always be used. I need to make a JIRA for this, but this has been exhausting, so it can wait till later. Basically any Solr tool accepts `-p`, `-host` and `-urlScheme`, and can default the Solr URL from that. If a port is not provided, it will use `SOLR_PORT` if that is explicitly set beforehand. Otherwise, it will scan processes for a Solr Port. If more than one process is found, it will fail. Similarly the tools (`stop -all`, `status`) that find all running Solr instances will use port scanning instead of PIDs. This is somewhat back-incompat, for tools that use to use port scanning instead of `SOLR_PORT`, but I think this is acceptable. This can also wait for 10.0 if we want to, but I don't think that's necessary. This is a WIP and likely needs more tests, and possibly there are some tools that I forgot. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org