basic query example
Hi, I try to follow the basic query example.
After I launch the python script.
python example_client.py
I met the following problem.
20-10-10:10:49:22 WARNING [decorators.py:34] [default-cluster] Clipper still initializing: query frontend end point http://localhost:1337/metrics health check failed, Retrying in 1 seconds..
After I switch to another computer. I met the following error in case of using python example_client.py
20-10-10:11:23:13 INFO [docker_container_manager.py:192] [default-cluster] Starting managed Redis instance in Docker 20-10-10:11:23:13 WARNING [decorators.py:34] 404 Client Error: Not Found ("network clipper_network not found"), Retrying in 3 seconds... 20-10-10:11:23:16 WARNING [decorators.py:34] 409 Client Error: Conflict ("Conflict. The container name "/redis-19069" is already in use by container "14dd82e6ea47c707422beeb996315c4466f79f722ebc32813a782660fa0e8c6d". You have to remove (or rename) that container to be able to reuse that name."), Retrying in 6 seconds... 20-10-10:11:23:22 WARNING [decorators.py:34] 409 Client Error: Conflict ("Conflict. The container name "/redis-19069" is already in use by container "14dd82e6ea47c707422beeb996315c4466f79f722ebc32813a782660fa0e8c6d". You have to remove (or rename) that container to be able to reuse that name."), Retrying in 12 seconds... 20-10-10:11:23:34 WARNING [decorators.py:34] 409 Client Error: Conflict ("Conflict. The container name "/redis-19069" is already in use by container "14dd82e6ea47c707422beeb996315c4466f79f722ebc32813a782660fa0e8c6d". You have to remove (or rename) that container to be able to reuse that name."), Retrying in 24 seconds... Traceback (most recent call last): File "/home/jiaruifang/miniconda3/envs/torch/lib/python3.6/site-packages/docker/api/client.py", line 259, in _raise_for_status response.raise_for_status() File "/home/jiaruifang/miniconda3/envs/torch/lib/python3.6/site-packages/requests/models.py", line 941, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 409 Client Error: Conflict for url: http+docker://localhost/v1.39/containers/create?name=redis-19069
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "example_client.py", line 44, in