[ 
https://issues.apache.org/jira/browse/SOLR-9272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Amrit Sarkar updated SOLR-9272:
-------------------------------
    Attachment: SOLR-9272.patch

Took me a while to rewrite the patch as there were some changes introduced in 
scripts since I worked into this.

The new patch is uploaded. Review and feedback will be much appreciated.
{code}
        modified:   solr/bin/solr
        modified:   solr/bin/solr.cmd
        modified:   solr/core/src/java/org/apache/solr/util/SolrCLI.java
        modified:   
solr/core/src/test/org/apache/solr/cloud/SolrCLIZkUtilsTest.java
{code}

[~erickerickson] I have a query regarding {{SolrCLIZkUtilsTest}}. It fails 
miserably when {{-Dtests.iters}} or {{-Dtests.dups}} are passed, any specific 
reason?

Beasts are still failing with {{http protocol not supported}} error, which I 
believe is any _http_ jar version / permission issue, not necessarily solr code 
problem. Still need to look how to fix it. I have tested thoroughly on my 
system, it is working fine. 
Considering {{SolrCLIZkUtilsTest.java}} only checks the "zk" functionalities 
solr script, something's off with version / permission maybe. Looking into how 
to fix it, advices will be highly appreciated.

> Auto resolve zkHost for bin/solr zk for running Solr
> ----------------------------------------------------
>
>                 Key: SOLR-9272
>                 URL: https://issues.apache.org/jira/browse/SOLR-9272
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: scripts and tools
>    Affects Versions: 6.2
>            Reporter: Jan Høydahl
>            Assignee: Jan Høydahl
>              Labels: newdev
>         Attachments: SOLR-9272.patch, SOLR-9272.patch, SOLR-9272.patch, 
> SOLR-9272.patch
>
>
> 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:
> {noformat}
> bin/solr start -c -p 9090
> bin/solr zk ls / -p 9090
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to