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 API: Improve TransportClient in sniff mode to be more lightweight on connections and API #1898

Closed
kimchy opened this issue May 2, 2012 · 0 comments

Comments

@kimchy
Copy link
Member

kimchy commented May 2, 2012

Two improvements that we can do:

  1. For listed nodes added to the transport client, we can create a lightweight connection to them, since we end up connecting to the actual nodes listed by the cluster and using them.
  2. We can use the cluster state API (local) to get the list of nodes, instead of using the more expensive node info API.
@kimchy kimchy closed this as completed in f01acb2 May 2, 2012
hibnico pushed a commit to hibnico/elasticsearch that referenced this issue Jun 6, 2012
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
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