cmu-db / ottertune

The automatic DBMS configuration tool
Other
1.21k stars 311 forks source link

celery worker cannot start #420

Open Mifan-Ren opened 3 years ago

Mifan-Ren commented 3 years ago

hi, When I tried ottertune followed wiki, it was stuck in step: python celery worker --loglevel=info --pool=threads . The debug info is "celery.bootsteps: 272 worker: hub register pool".
Similarly, when l tried fake data test followed wiki "quickly get started", the website didn't have any knobs to be tuned. My guess is that the knob information is not being used, but the table in ottertune for server mysql website_knobcatalog and website_metriccatalog are not empty. My target DBMS is postgresql-9.6, and I’m confused whats the problem. Thanks.