I think the two tests are identical unless you either restart the node or recreate it or something else prior to the first step. Will you please explain what the true starting point for the experiment is?
Also, it is important that the ES is setup for prod use.
Is it is a single node cluster or does it have multiple nodes? Explaining the cluster topology may help here, as well as including the precise "create index manually" step.
My elasticsearch cluster is a single node--28.28.0.4,and esrally node is 28.28.0.3.
Before the step 1,I restart the elasticsearch.When I can curl 28.28.0.4:9200,I execute the next steps.
The meaning of "create index manually":
In the esrally default configuration,the esrally has the following step: "delete-index","create-index","cluster-health","index-append"......
And I delete the step "delete-index","create-index".
I create the index manually on elasticsearch node 28.28.0.4,then execute the next steps.
When you say restart Elasticsearch, do you then restart just the JVM or is there any reboot of host/container or similar going on?
The elasticsearch node and rally node, are they separate physical machines or are there any virtualization/containers involved?
The create index manually step, does that use the exact same settings as rally? Can you share the precise step done here (the full request sent to elasticsearch)?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.