Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently, when running a singa job, we will automatically start zookeeper service if it is not on. This convenience users to run their jobs.
However, we found that, with incorrect configurations, this might launch unused zk services when users not intend to do so.
We decide to let user explicitly start their zk service, so it is much easy to manage.