-
Notifications
You must be signed in to change notification settings - Fork 313
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
KeyError: 'vm_vendor' when running benchmark against single host cluster with 0.7.0 #316
Comments
@coderplay Thanks for the report. Can you please tell me which version of Elasticsearch you are benchmarking? (you can just run |
It's a 3 physical nodes ES 5.3.2 cluster. one jvm info of them, removed some sensitive info.
But from your source code, I saw you are retrieving from |
Thanks for the feedback. It's odd that it fails to extract Does this happen on every benchmark or occasionally? |
Everytime. Please see the update of my previous comment. |
Rally calls nodes.info(node_id="_all") via the Python client to get this information. The Python client issues a nodes info API call. But you are right: I just asked for the output of |
I could not reproduce the problem but I made sure Rally will not fail anymore when this happens. This fix will be included in the next release (0.7.1) which I plan to release this week. Thanks once more for reporting this. |
I've just released the fix with Rally 0.7.1. |
Rally version (get with
esrally --version
):0.7.0
Invoked command:
Configuration file (located in
~/.rally/rally.ini
)):JVM version:
Oracle JDK 1.8.0_144
OS version:
linux kernel: 4.9.38-16.35.amzn1.x86_64
Description of the problem including expected versus actual behavior:
This bug was introduced by 0.7.0, because I haven't seen any problem when running with
0.6.2
Steps to reproduce:
Provide logs (if relevant):
Describe the feature:
The text was updated successfully, but these errors were encountered: