You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2021/10/11 23:52:19 UTC

[GitHub] [solr] janhoy opened a new pull request #344: SOLR-15675 Fix parsing of -zkHost flag for the bin/solr commands

janhoy opened a new pull request #344:
URL: https://github.com/apache/solr/pull/344


   https://issues.apache.org/jira/browse/SOLR-15675
   
   Make all commands that accepts `-z` and `-zkhost` also accept `-zkHost`. Earlier only some did, and one was buggy.


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] janhoy commented on pull request #344: SOLR-15675 Fix parsing of -zkHost flag for the bin/solr commands

Posted by GitBox <gi...@apache.org>.
janhoy commented on pull request #344:
URL: https://github.com/apache/solr/pull/344#issuecomment-940895149


   > Should we try converting to lowercase? maybe `${var,,}` if we can assume bash4 or maybe `tr [A-Z] [a-z]` if not?
   
   That could be a smart move for the bin/solr tool in general - case sensitive arguments is not very user friendly. But I'll stick to this simple fix here, please open a new JIRA for perhaps a more general case-insensitive solution, that also includes Windows :) 


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] janhoy merged pull request #344: SOLR-15692 Fix parsing of -zkHost flag for the bin/solr commands

Posted by GitBox <gi...@apache.org>.
janhoy merged pull request #344:
URL: https://github.com/apache/solr/pull/344


   


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] janhoy merged pull request #344: SOLR-15692 Fix parsing of -zkHost flag for the bin/solr commands

Posted by GitBox <gi...@apache.org>.
janhoy merged pull request #344:
URL: https://github.com/apache/solr/pull/344


   


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org