Get stuck when launching the server in hybrid mode
HPFilter opened this issue · 1 comments
HPFilter commented
Hello,
I was trying to run hetu in hybrid mode with multiple nodes.
My command to launch the server and scheduler is
python -m hetu.launcher ${workdir}/../settings/local_s1.yml -n 1 --sched
and the content of yml file is as follows.
However, both the scheduler and server processes are stuck in the following loop (Line 357 in the file ps-lite/src/van.cc).
Without shutting down the previous program, I started the worker and it could not find the server.
My workers and server are located in the same machine.
I wonder is there anything wrong with my configurations or did I miss any preceding steps?
Thank you very much.