You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
20-10-15:17:04:45 INFO [docker_container_manager.py:192] [default-cluster] Starting managed Redis instance in Docker
20-10-15:17:04:47 INFO [docker_container_manager.py:294] [default-cluster] Metric Configuration Saved at C:\Users\potoo\AppData\Local\Temp\tmpuk9324e9.yml
Traceback (most recent call last):
File "E:\ClipperAI\installDocker.py", line 3, in <module>
clipper_conn.start_clipper()
File "D:\Miniconda3\lib\site-packages\clipper_admin\clipper_admin.py", line 139, in start_clipper
qf_http_timeout_content, num_frontend_replicas)
File "D:\Miniconda3\lib\site-packages\clipper_admin\docker\docker_container_manager.py", line 313, in start_clipper
self.connect()
File "D:\Miniconda3\lib\site-packages\clipper_admin\docker\docker_container_manager.py", line 338, in connect
'query_rest']]
KeyError: 'ai.clipper.query_frontend.query.port'
and query_frontend container startup error:
terminate called after throwing an instance of 'cxxopts::option_not_exists_exception'
what(): Option ‘thread_pool_size’ does not exist
How to fix it? Or this project does not support windows?
(And it's terrible to start a new containers every time when I encounter startups error. Maybe we could add auto cleanup script after startup error)
The text was updated successfully, but these errors were encountered:
potoo0
changed the title
develop test failed on win10: ''
develop test failed on win10: qf startup error *Option ‘thread_pool_size’ does not exist*
Oct 15, 2020
my env:
I followed this script:
but got error:
and query_frontend container startup error:
Metric Configuration (
C:\Users\potoo\AppData\Local\Temp\tmpuk9324e9.yml
):How to fix it? Or this project does not support windows?
(And it's terrible to start a new containers every time when I encounter startups error. Maybe we could add auto cleanup script after startup error)
The text was updated successfully, but these errors were encountered: