[ https://issues.apache.org/jira/browse/HADOOP-12364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14957837#comment-14957837 ]
Hudson commented on HADOOP-12364: --------------------------------- FAILURE: Integrated in Hadoop-Mapreduce-trunk-Java8 #530 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/530/]) HADOOP-12364. Deleting pid file after stop is causing the daemons to (aw: rev 56dc7773f857085f1110894b427e596afd11ee2e) * hadoop-common-project/hadoop-common/src/test/scripts/hadoop_stop_secure_daemon.bats * hadoop-common-project/hadoop-common/src/test/scripts/hadoop_stop_daemon.bats * hadoop-common-project/hadoop-common/src/main/bin/hadoop-functions.sh * hadoop-common-project/hadoop-common/CHANGES.txt > Deleting pid file after stop is causing the daemons to keep restarting > ----------------------------------------------------------------------- > > Key: HADOOP-12364 > URL: https://issues.apache.org/jira/browse/HADOOP-12364 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 2.6.0 > Reporter: Siqi Li > Assignee: Siqi Li > Priority: Minor > Fix For: 3.0.0 > > Attachments: HADOOP-12364.v1.patch, HADOOP-12364.v2.patch, > HADOOP-12364.v3.patch, HADOOP-12364.v4.patch, HADOOP-12364.v5.patch > > > pid files are deleting in 5 seconds after we stop the daemons. If a start > command were executed within the 5 seconds, the pid file will be overwrite > with a new pid. However, this pid file is going to be deleted by the former > stop command. This is causing the monitoring service to lose track of the > daemons, hence keep rebooting them -- This message was sent by Atlassian JIRA (v6.3.4#6332)