ES cluster version 6.5.3.
When trying to run benchmarking remote cluster with http_logs, it fails with error:
Command issued, error message, rally.ini and error logs are provided below.
Thanks
Command to run benchmark:
esrally --distribution-version=6.5.3 --pipeline=benchmark-only --track=http_logs --target-hosts=10.236.133.163:9200,10.236.133.164:9200 --load-driver-hosts=10.236.133.84
Error:
[INFO] Racing on track [http_logs], challenge [append-no-conflicts] and car ['external'] with version [6.5.3].
[ERROR] Cannot race. Fatal track or load generator indication
Child Aborted
rally.ini file:
[meta]
config.version = 17
[system]
env.name = local
[node]
root.dir = /root/.rally/benchmarks
src.root.dir = /root/.rally/benchmarks/src
[source]
remote.repo.url = https://github.com/elastic/elasticsearch.git
elasticsearch.src.subdir = elasticsearch
[benchmarks]
local.dataset.cache = /root/.rally/benchmarks/data
[reporting]
datastore.type = in-memory
datastore.host =
datastore.port =
datastore.secure =
datastore.user =
datastore.password =
[tracks]
default.url = https://github.com/elastic/rally-tracks
[teams]
default.url = https://github.com/elastic/rally-teams
[defaults]
preserve_benchmark_candidate = False
[distributions]
release.cache = true
From rally.log:
2018-12-17 21:04:33,590 ActorAddr-(T|:40404)/PID:29106 esrally.actor INFO MechanicActor#receiveMessage unrecognized(msg = [<class 'thespian.actors.ActorExitRequest'>] sender = [ActorAddr-(T|:41610)])
2018-12-17 21:04:33,608 ActorAddr-(T|:41610)/PID:29045 esrally.actor INFO BenchmarkActor received unknown message [ChildActorExited:ActorAddr-(T|:42707)] (ignoring).
2018-12-17 21:04:33,599 ActorAddr-(T|:40404)/PID:29106 esrally.actor ERROR Child actor exited with [ChildActorExited:ActorAddr-(T|:41758)] while in status [benchmark_started].
2018-12-17 21:04:33,615 ActorAddr-(T|:41610)/PID:29045 esrally.actor INFO BenchmarkActor received unknown message [ChildActorExited:ActorAddr-(T|:40404)] (ignoring).
2018-12-17 21:04:33,623 -not-actor-/PID:29044 root INFO ActorSystem Logging Shutdown
2018-12-17 21:04:33,644 -not-actor-/PID:29043 root INFO ---- Actor System shutdown
2018-12-17 21:04:33,645 -not-actor-/PID:29037 esrally.rally INFO Actor system is still running. Waiting...
2018-12-17 21:04:34,648 -not-actor-/PID:29037 esrally.rally INFO Shutdown completed.
2018-12-17 21:04:34,648 -not-actor-/PID:29037 esrally.rally ERROR Cannot run subcommand [race].
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/esrally/rally.py", line 454, in dispatch_sub_command
race(cfg)
File "/usr/local/lib/python3.5/dist-packages/esrally/rally.py", line 383, in race
with_actor_system(lambda c: racecontrol.run(c), cfg)
File "/usr/local/lib/python3.5/dist-packages/esrally/rally.py", line 404, in with_actor_system
runnable(cfg)
File "/usr/local/lib/python3.5/dist-packages/esrally/rally.py", line 383, in
with_actor_system(lambda c: racecontrol.run(c), cfg)
File "/usr/local/lib/python3.5/dist-packages/esrally/racecontrol.py", line 390, in run
raise e
File "/usr/local/lib/python3.5/dist-packages/esrally/racecontrol.py", line 387, in run
pipeline(cfg)
File "/usr/local/lib/python3.5/dist-packages/esrally/racecontrol.py", line 61, in call
self.target(cfg)
File "/usr/local/lib/python3.5/dist-packages/esrally/racecontrol.py", line 334, in benchmark_only
return race(cfg, external=True)
File "/usr/local/lib/python3.5/dist-packages/esrally/racecontrol.py", line 286, in race
raise exceptions.RallyError(result.message, result.cause)
esrally.exceptions.RallyError: ('Fatal track or load generator indication', 'Child Aborted')