Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.0-beta, 3.0.0-alpha1
-
None
-
None
-
Reviewed
Description
daemon scripts should remove the pid file on stop call using daemon script.
Should remove the pid file, even though process is not running.
same pid file will be used by start command. At that time, if the same pid is assigned to some other process, then start may fail.
Attachments
Attachments
Issue Links
- breaks
-
HADOOP-12364 Deleting pid file after stop is causing the daemons to keep restarting
- Resolved