mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
Networking: Move multicast discovery to a plugin
Multicast has known issues (see #12999 and #12993). This change moves multicast into a plugin, and deprecates it in the docs. It also allows for plugging in multiple zen ping implementations. closes #13019
This commit is contained in:
parent
7298be474d
commit
164efaecbe
29 changed files with 473 additions and 206 deletions
|
@ -141,7 +141,6 @@ def start_node(version, release_dir, data_dir, repo_dir, tcp_port=DEFAULT_TRANSP
|
|||
'-Des.path.logs=logs',
|
||||
'-Des.cluster.name=%s' % cluster_name,
|
||||
'-Des.network.host=localhost',
|
||||
'-Des.discovery.zen.ping.multicast.enabled=false',
|
||||
'-Des.transport.tcp.port=%s' % tcp_port,
|
||||
'-Des.http.port=%s' % http_port,
|
||||
'-Des.path.repo=%s' % repo_dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue