Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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-14371 Zk StatusHandler should know about dynamic zk config #1392

Merged
merged 18 commits into from
Apr 17, 2020
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Re-phrase docs, do not state that Solr supports reconfiguration.
  • Loading branch information
janhoy committed Apr 7, 2020
commit 7946a6f0f4fd427d759bb95e7af331c35947e619
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ When starting Solr, you must provide an address for ZooKeeper or Solr won't know

When referring to the location of ZooKeeper within Solr, it's best to use the addresses of all the servers in the ensemble. If one happens to be down, Solr will automatically be able to send its request to another server in the list.

Zookeeper version 3.5 and later supports dynamic reconfiguration of server addresses. Solr's Zookeeper Client will then automatically discover the list of Zookeeper servers from one of the servers provided in the _connect string_. This makes it possible to configure only a subset of addresses in the initial list.
ZooKeeper version 3.5 and later supports dynamic reconfiguration of server addresses and roles. But note that Solr will only be able to talk to the servers listed in the static ZooKeeper connect string.

=== Using a chroot

Expand Down