Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOLR-17483: Backport cleanup zk-related logic in bin/solr.cmd #2823

Merged

Commits on Oct 30, 2024

  1. SOLR-17484: Cleanup zk-related logic in bin/solr.cmd (apache#2816)

    * Remove ZK logic from solr.cmd as it is obsolete
    * Fix unreachable auth tool in solr.cmd
    * Fix invalid references
    
    (cherry picked from commit c2091d0)
    malliaridis committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a3ab50c View commit details
    Browse the repository at this point in the history
  2. Fix exec issue when executing bin\solr.cmd start

    The closing parentheses caused the IF to be closed before
    the echo message was fully printed, leading to "mode."
    being executed instead of printed.
    malliaridis committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    21f42f0 View commit details
    Browse the repository at this point in the history