Trying Benchmarking an existing cluster.
Node (es cluster running in docker container) configuration:
esrally version: 0.11.0
ES cluster version: 5.6.9
Coordinator configuration:
esrally version 0.11.0
Started the Rally daemon on each machine.
Command used to start benchmarking:
esrally --track=track_name --pipeline=benchmark-only --target-hosts=http://username:pass@es_cluster_ip_addr:9200 --distribution-version=5.6.9
The command above crashes with fatal error message No compatible ActorSystem could be found
The goal is to run rally benchmarking successfully.
Thank you.