-
Notifications
You must be signed in to change notification settings - Fork 673
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-16975: Remove loading of solr.xml from zookeeper (main branch only) #1920
Merged
janhoy
merged 23 commits into
apache:main
from
janhoy:SOLR-16975-remove-solrxml-loading-from-zk
Nov 11, 2023
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
4c89c09
SOLR-16975: Remove loading of solr.xml from zookeeper
janhoy 4d457ef
SOLR-16975: Fix test error
janhoy f2de470
SOLR-16975: Re-work some cloud.sh examples
janhoy d23013f
SOLR-16975: Bring back a code line that should not be deleted
janhoy f650738
SOLR-16975: Change ZkCli usage examples from /solr.xml to other
janhoy da96f1d
SOLR-16975: Change ZkCLItest so it does not misleadingly name the zno…
janhoy 657eb52
SOLR-16975: MiniSolrCloudCluster should not upload solr.xml to ZK (WIP)
janhoy df8e024
SOLR-16975: Copy solr.xml to each jetty instead of uploading to zk
janhoy 2cb58dd
SOLR-16975: Do not test /solr.xml for ack
janhoy 79b93a7
SOLR-16975: Remove nocommit
janhoy b1a3141
SOLR-16975: Fix other nocommit, move up solr.xml copy code
janhoy 625689e
SOLR-16975: Fix test with syntax errors
janhoy 7c3e295
SOLR-16975: Remove SolrXmlInZkTest.java
janhoy 85b59fa
SOLR-16975: Use default solrXml if not provided
janhoy 5e51ee2
SOLR-16975: Tidy
janhoy 1d44697
Merge branch 'main' into SOLR-16975-remove-solrxml-loading-from-zk
janhoy 9062f84
Merge branch 'main' into SOLR-16975-remove-solrxml-loading-from-zk
janhoy 8b4655f
SOLR-16975: Remove double slash
janhoy fed32ab
SOLR-16975: Use constant for unsupported solr.xml
janhoy a759b68
Merge branch 'main' into SOLR-16975-remove-solrxml-loading-from-zk
janhoy c91b75f
SOLR-16975: Fix initialization of MiniSolrCloudCluster
janhoy 6bce927
Merge branch 'main' into SOLR-16975-remove-solrxml-loading-from-zk
janhoy 86fac59
SOLR-16975: Fix ZkFailoverTest
janhoy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Rewrite ZkFailoverTest to enforce a failed restart of cluster in a different way than relying on this sysprop hack...