-
Notifications
You must be signed in to change notification settings - Fork 698
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-16116: Use apache curator to manage the Solr Zookeeper interactions #760
Merged
Merged
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
b4fbc8c
Use Curator - Step 1
HoustonPutman e31dea0
It compiles
HoustonPutman df93241
SolrJ Tests all pass
HoustonPutman 3923bf6
Fix a lot of errors
HoustonPutman fbcce63
Everything works. Just some leader election issues when the client cn…
HoustonPutman d3949b1
Small changes.
HoustonPutman bb7d04a
Add-back-in path start index for leader election
HoustonPutman 5137cb8
Change test to do stuff correctly. Add in sessionTimeout
HoustonPutman fc773af
Fix unrelated issue found in PR
HoustonPutman 9cea7af
Merge branch 'main' into curator
risdenk 539ca79
Fixes after merging main
risdenk b9ec384
Merge branch 'main' into curator
risdenk 44399c7
revert retryOnConnLoss changes
risdenk 784a9b2
Fix ZkStateWriterTest
risdenk 5d20221
Fix VMParamsZkACLAndCredentialsProvidersTest
risdenk b874042
Add back solrClassLoader to solrzkclient
risdenk 28759c9
Merge branch 'main' into curator
risdenk a12176b
Merge branch 'main' into curator
risdenk a0b449c
Merge branch 'main' into curator
risdenk cb33a75
Fix SolrClientCacheTest
risdenk b71f0c5
Merge branch 'main' into curator
risdenk d3bbefa
handle SOLR-16699
risdenk eed8450
updateLicenses
risdenk a419a14
Merge remote-tracking branch 'apache/main' into curator
HoustonPutman 08804b5
Fix small bug
HoustonPutman 1122dcc
Upgrade curator to 5.7.1
HoustonPutman 4029224
Spotless
HoustonPutman 93583d8
Fix some build issues
HoustonPutman 73cd016
Some review comments
HoustonPutman 09fc7bf
Fix makePath race condition
HoustonPutman e3bd66f
Fix tests
HoustonPutman 5754bf5
Spotless
HoustonPutman a7bccd1
Remove method that exposes zk
HoustonPutman 0ef5424
Some gradle dependency stuff
HoustonPutman 6785d1d
Add a changelog entry
HoustonPutman 927e261
Curator zk operations will wait until the connection is ready
HoustonPutman ea1a82a
Try treating suspended and lost the same
HoustonPutman 99e17e3
Spotless
HoustonPutman 5a76cd0
Fix overseer test
HoustonPutman 31ebd14
Make thread a daemon thread, and fix test until curator fix
HoustonPutman a59779d
Review comments
HoustonPutman f92b4d1
Review comments
HoustonPutman 6a1a41f
Some last review comments
HoustonPutman b084640
Make curator an api dependency again
HoustonPutman 72d9623
Fix PRS defaulting
HoustonPutman c71105d
Revert "Fix PRS defaulting"
HoustonPutman 7a12fe5
Add NoPRS to two tests
HoustonPutman 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.
I think my role was minor.
BTW this PR adds a dependency to Curator from solrj-zookeeper. We should highlight solrj dependencies with more publicity than Solr server.