Hi,
- rally@d7733066d34e:~$ esrally --version
esrally 1.3.0
- rally@d7733066d34e:~$ tail -100 ~/.rally/logs/rally.log
File "/usr/local/lib/python3.7/site-packages/urllib3/util/retry.py", line 333, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/local/lib/python3.7/site-packages/urllib3/packages/six.py", line 686, in reraise
raise value
File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 601, in urlopen
chunked=chunked)
File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 357, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/usr/local/lib/python3.7/http/client.py", line 1229, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/local/lib/python3.7/http/client.py", line 1275, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/local/lib/python3.7/http/client.py", line 1224, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/local/lib/python3.7/http/client.py", line 1016, in _send_output
self.send(msg)
File "/usr/local/lib/python3.7/http/client.py", line 956, in send
self.connect()
File "/usr/local/lib/python3.7/site-packages/urllib3/connection.py", line 166, in connect
conn = self._new_conn()
File "/usr/local/lib/python3.7/site-packages/urllib3/connection.py", line 150, in _new_conn
self, "Failed to establish a new connection: %s" % e)
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fe4c88dcb38>: Failed to establish a new connection: [Errno 113] No route to host
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/esrally/mechanic/mechanic.py", line 218, in cluster_distribution_version
return es.info()["version"]["number"]
File "/usr/local/lib/python3.7/site-packages/elasticsearch/client/utils.py", line 76, in _wrapped
return func(*args, params=params, **kwargs)
File "/usr/local/lib/python3.7/site-packages/elasticsearch/client/init.py", line 241, in info
return self.transport.perform_request('GET', '/', params=params)
File "/usr/local/lib/python3.7/site-packages/elasticsearch/transport.py", line 314, in perform_request
status, headers_response, data = connection.perform_request(method, url, params, body, headers=headers, ignore=ignore, timeout=timeout)
File "/usr/local/lib/python3.7/site-packages/elasticsearch/connection/http_urllib3.py", line 175, in perform_request
raise ConnectionError('N/A', str(e), e)
elasticsearch.exceptions.ConnectionError: ConnectionError(<urllib3.connection.HTTPConnection object at 0x7fe4c88dcb38>: Failed to establish a new connection: [Errno 113] No route to host) caused by: NewConnectionError(<urllib3.connection.HTTPConnection object at 0x7fe4c88dcb38>: Failed to establish a new connection: [Errno 113] No route to host)
2019-12-03 12:01:19,965 ActorAddr-(T|:44702)/PID:513 esrally.actor ERROR Error in race control
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/esrally/actor.py", line 84, in guard
return f(self, msg, sender)
File "/usr/local/lib/python3.7/site-packages/esrally/racecontrol.py", line 119, in receiveMsg_Setup
self.setup(msg, sender)
File "/usr/local/lib/python3.7/site-packages/esrally/racecontrol.py", line 200, in setup
raise exceptions.SystemSetupError("A distribution version is required. Please specify it with --distribution-version.")
esrally.exceptions.SystemSetupError: ('A distribution version is required. Please specify it with --distribution-version.', None)
2019-12-03 12:01:19,970 ActorAddr-(T|:44702)/PID:513 esrally.actor INFO BenchmarkActor received unknown message [ActorExitRequest] (ignoring).
2019-12-03 12:01:22,974 -not-actor-/PID:506 esrally.rally INFO Attempting to shutdown internal actor system.
2019-12-03 12:01:22,977 -not-actor-/PID:512 root INFO ActorSystem Logging Shutdown
2019-12-03 12:01:22,998 -not-actor-/PID:511 root INFO ---- Actor System shutdown
2019-12-03 12:01:22,999 -not-actor-/PID:506 esrally.rally INFO Actor system is still running. Waiting...
2019-12-03 12:01:24,0 -not-actor-/PID:506 esrally.rally INFO Shutdown completed.
2019-12-03 12:01:24,0 -not-actor-/PID:506 esrally.rally ERROR Cannot run subcommand [race].
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/esrally/rally.py", line 515, in dispatch_sub_command
race(cfg)
File "/usr/local/lib/python3.7/site-packages/esrally/rally.py", line 433, in race
with_actor_system(lambda c: racecontrol.run(c), cfg)
File "/usr/local/lib/python3.7/site-packages/esrally/rally.py", line 461, in with_actor_system
runnable(cfg)
File "/usr/local/lib/python3.7/site-packages/esrally/rally.py", line 433, in
with_actor_system(lambda c: racecontrol.run(c), cfg)
File "/usr/local/lib/python3.7/site-packages/esrally/racecontrol.py", line 369, in run
raise e
File "/usr/local/lib/python3.7/site-packages/esrally/racecontrol.py", line 366, in run
pipeline(cfg)
File "/usr/local/lib/python3.7/site-packages/esrally/racecontrol.py", line 78, in call
self.target(cfg)
File "/usr/local/lib/python3.7/site-packages/esrally/racecontrol.py", line 302, in benchmark_only
return race(cfg, external=True)
File "/usr/local/lib/python3.7/site-packages/esrally/racecontrol.py", line 254, in race
raise exceptions.RallyError(result.message, result.cause)
esrally.exceptions.RallyError: ("Error in race control (('A distribution version is required. Please specify it with --distribution-version.', None))", None)
3) I have installed the docker ally container on one of the ES node. There is no seperate node.