epugh commented on PR #2671:
URL: https://github.com/apache/solr/pull/2671#issuecomment-2343286444
Okaym, I dug more into this, and I think I see another problem! It turns
out that we parse the args for the start/stop/restart commands separate from
actually invoking the command.
This means you don't get an error message for passing a start arg, like
--jvm-opts to a stop commmand. That's annoying.. and a reason to move these
commands to Java code and use commons-cli more!
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]