Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Implemented
-
6.2
-
None
Description
Spinoff from SOLR-9194:
We can skip requiring -z for bin/solr zk for a Solr that is already running. We can optionally accept the -p parameter instead, and with that use StatusTool to fetch the cloud/ZooKeeper property from there. It's easier to remember solr port than zk string.
Example:
bin/solr start -c -p 9090 bin/solr zk ls / -p 9090
Attachments
Attachments
Issue Links
- depends upon
-
SOLR-9194 Enhance the bin/solr script to perform file operations to/from Zookeeper
- Closed