Hi,
My OS is Ubuntu 21.04. esrally will hang when I tried the following command.
esrally --pipeline=from-distribution --distribution-version=8.0.0-alpha1 --track=geonames --challenge=append-no-conflicts --include-tasks="delete-index"
The last several lines of the log "~/.rally/logs/rally.log":
2021-10-31 17:03:54,889 ActorAddr-(T|:37489)/PID:124618 esrally.actor INFO Cluster consisting of [{'host': '127.0.0.1', 'port': 39200}] will be provisioned by Rally.
2021-10-31 17:03:54,890 ActorAddr-(T|:37489)/PID:124618 esrally.actor INFO Capabilities [{'coordinator': True, 'ip': '127.0.0.1', 'Convention Address.IPv4': '127.0.0.1:1900', 'Thespian ActorSystem Name': 'multiprocTCPBase', 'Thespian ActorSystem Version': 2, 'Thespian Watch Supported': True, 'Python Version': (3, 9, 5, 'final', 0), 'Thespian Generation': (3, 9), 'Thespian Version': '1635699831468'}] match requirements [{}].
2021-10-31 17:03:54,905 ActorAddr-(T|:44235)/PID:124638 esrally.actor INFO Capabilities [{'coordinator': True, 'ip': '127.0.0.1', 'Convention Address.IPv4': '127.0.0.1:1900', 'Thespian ActorSystem Name': 'multiprocTCPBase', 'Thespian ActorSystem Version': 2, 'Thespian Watch Supported': True, 'Python Version': (3, 9, 5, 'final', 0), 'Thespian Generation': (3, 9), 'Thespian Version': '1635699831468'}] match requirements [{'coordinator': True}].
The console output is:
[INFO] Preparing for race ...
I tried using 7.0.0 and it can complete successfully. Moreover, if I tried using version "7.15.1", it will report 'Cannot download Elasticsearch distribution from [https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss
-7.15.1-linux-x86_64.tar.gz]. Please check that the specified version [7.15.1] is correct.' Where can I get the latest support elasticsearch version?
