Hello , I've got the exception during the execution of index-and-query-logs-fixed-daily-volume
I've executed the index-logs-fixed-daily-volume and it generated the data in ES
esrally --track-repository=eventdata --track=eventdata --challenge=index-logs-fixed-daily-volume --target-hosts=10.145.14.242:9200 --track-params="bulk_size:10000,bulk_indexing_clients:64,number_of_shards:12,number_of_days:10,daily_logging_volume:100GB" --pipeline=benchmark-only
after I execute the command:
esrally --track-repository=eventdata --track=eventdata --challenge=index-and-query-logs-fixed-daily-volume --target-hosts=10.145.14.242:9200 --track-params="bulk_size:10000,bulk_indexing_clients:32,search_clients:32,number_of_days:10,daily_logging_volume:100GB" --pipeline=benchmark-only
and after testing throughput step it throws exception, what could be a problem?
> 2020-11-11 17:06:32,542 -not-actor-/PID:6589 esrally.rally ERROR Cannot run subcommand [race].
> Traceback (most recent call last):
> File "/home/user/.local/lib/python3.8/site-packages/esrally/rally.py", line 770, in dispatch_sub_command
> race(cfg)
> File "/home/user/.local/lib/python3.8/site-packages/esrally/rally.py", line 680, in race
> with_actor_system(racecontrol.run, cfg)
> File "/home/user/.local/lib/python3.8/site-packages/esrally/rally.py", line 708, in with_actor_system
> runnable(cfg)
> File "/home/user/.local/lib/python3.8/site-packages/esrally/racecontrol.py", line 375, in run
> raise e
> File "/home/user/.local/lib/python3.8/site-packages/esrally/racecontrol.py", line 372, in run
> pipeline(cfg)
> File "/home/user/.local/lib/python3.8/site-packages/esrally/racecontrol.py", line 60, in __call__
> self.target(cfg)
> File "/home/user/.local/lib/python3.8/site-packages/esrally/racecontrol.py", line 305, in benchmark_only
> return race(cfg, external=True)
> File "/home/user/.local/lib/python3.8/site-packages/esrally/racecontrol.py", line 251, in race
> raise exceptions.RallyError(result.message, result.cause)
> esrally.exceptions.RallyError: ('Error in load generator [43]', '("Cannot execute [user-defined runner for [kibana_async]]. Provided parameters are: [\'body\', \'meta_data\']. Error: [\'took\'].", None)')
> 2020-11-11 17:06:42,447 ActorAddr-(T|:37445)/PID:6649 esrally.actor INFO Worker [3] has exited.
> 2020-11-11 17:06:42,456 ActorAddr-(T|:37445)/PID:6649 esrally.actor INFO Worker [3] has exited.
> 2020-11-11 17:06:43,356 ActorAddr-(T|:37445)/PID:6649 esrally.actor INFO Worker [12] has exited.
> 2020-11-11 17:06:43,368 ActorAddr-(T|:37445)/PID:6649 esrally.actor INFO Worker [12] has exited.
> 2020-11-11 17:06:44,901 ActorAddr-(T|:37445)/PID:6649 esrally.actor INFO Worker [4] has exited.
> 2020-11-11 17:06:44,913 ActorAddr-(T|:37445)/PID:6649 esrally.actor INFO Worker [4] has exited.
> 2020-11-11 17:06:53,716 ActorAddr-(T|:37445)/PID:6649 esrally.actor INFO Worker [15] has exited.
> 2020-11-11 17:06:53,725 ActorAddr-(T|:37445)/PID:6649 esrally.actor INFO Worker [15] has exited.
> 2020-11-11 17:07:03,765 ActorAddr-(T|:37445)/PID:6649 esrally.actor INFO Worker [6] has exited.
> 2020-11-11 17:07:03,780 ActorAddr-(T|:37445)/PID:6649 esrally.actor INFO Worker [6] has exited.
> 2020-11-11 17:07:29,24 ActorAddr-(T|:37445)/PID:6649 esrally.actor INFO Worker [14] has exited.
> 2020-11-11 17:07:29,25 ActorAddr-(T|:37107)/PID:6600 esrally.actor INFO BenchmarkActor received unknown message [ChildActorExited:ActorAddr-(T|:37445)] (ignoring).
> 2020-11-11 17:07:29,27 -not-actor-/PID:6599 root INFO ActorSystem Logging Shutdown
> control.py-11-11 17:07:29,47 -not-actor-/PID:6598 root INFO ---- Actor System shutdown
Thanks in advance
Oleg.