-
Notifications
You must be signed in to change notification settings - Fork 674
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-14115: Allow bin/solr zk commands to have parity with zkcli.sh commands. #2298
Conversation
…em to the SolrCLI Zk subcommands
Discovered that we have some great unit testings for the ZkCLI.java, and we don't have them for bin/solr zk, so going to copy the over to a new unit test |
However, the compression state still needs to be dealt with...
Need to resolve testPutCompressed versus testGetCompressed...
this feels like we are going backwards on reducing complexity ;-(
Making progress... I know that I think I have |
…pressor However, I think the compression choice COULD be a builder option when creating SolrZkClient, which would simplify the methods and avoid duplication. Wanted to get POC up.
…ommands. (#2298) Add updateacls, cluster, and linkconfig as standard Solr tools. Introduce some better testing of these relatively unknown tools. Keep zkcli.sh as is for the 9x branch of code. Some challenges around how we handle compression of state.json dealt with.
@@ -1,5 +1,7 @@ | |||
#!/usr/bin/env bash | |||
|
|||
echo "WARNING: The zkcli.sh script has been deprecated in favour of the bin/solr equivalent commands." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This addition broke the solr-operator, see apache/solr-operator#720
No description provided.