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

Thrift Plugin: Expose REST interface using thrift #354

Closed
kimchy opened this issue Sep 3, 2010 · 1 comment
Closed

Thrift Plugin: Expose REST interface using thrift #354

kimchy opened this issue Sep 3, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Sep 3, 2010

Expose the REST interface of elasticsearch using thrift. Thrift should provide better performance over http (hopefully). Since thrift provides both the wire protocol and the transport, it should make using it simpler (thought its lacking on docs...).

The thrift file is: https://github.com/elasticsearch/elasticsearch/blob/master/plugins/transport/thrift/elasticsearch.thrift.

Settings are:

  • thrift.type: Can be either threadpool, threadpool_framed, nonblocking, and hsha. Defaults to threadpool (the default on hbase and cassandra).
  • thrift.port: The port to bind to. Defaults to 9500-9600.
  • thrift.protocol: Either compact or binary. Defaults to binary.
@kimchy
Copy link
Member Author

kimchy commented Sep 3, 2010

Thrift Plugin: Expose REST interface using thrift, closed by 4f08801.

cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
In earlier iterations of the nightlies we did not make effective use of
the user tags feature to identify race configurations. However, we add
user tags to identify the license with which we run benchmarks and we
also use a descriptive name for each configuration we run. Contrary, the
specific car and challenge are not as useful to filter races.

With this commit we therefore adapt the available filters in the
`night-rally-admin` tool to drop the `--car` and `--challenge` filters
and introduce two new filter flags `--license` and `--name`. With this
new filters it is easier to narrow down the list of relevant races to
raise an investigation issue.
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