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

Java TransportClient: By default, don't sniff other nodes and use addresses provided as is #565

Closed
kimchy opened this issue Dec 17, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Dec 17, 2010

By default, don't sniff other data nodes in the cluster, and use the addresses provided as is (important when working outside of the cloud, using the public address).

Add client.transport.sniff which can be set to true to enable sniffing and using all data nodes in the cluster. This is how it can be set:

TransportClient client = new TransportClient(settingsBuilder().put("client.transport.sniff", true).build());
@kimchy
Copy link
Member Author

kimchy commented Dec 17, 2010

Java TransportClient: By default, don't sniff other nodes and use addresses provided as is, closed by 415bb5d.

medcl pushed a commit to medcl/elasticsearch that referenced this issue Jul 1, 2011
mindw pushed a commit to mindw/elasticsearch that referenced this issue Sep 5, 2022
…uest elastic#565)

simplified enable/disable via tfvar for linode ems

* simplified enable/disable via tfvar for linode ems


Approved-by: Gideon Avida
Approved-by: Hiroshi Ishii
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant