Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
v0.7.1, v0.7.2, v1.0
-
None
Description
Today as "kylin.sh start" doesn't check whether the kylin has already been running, if user wrongly start again, it will start a new process and overwrite the pid file with wrong pid.
The correct behavior should be checking whether the pid process exists before start;