Description
I encountered a case recently where the NN wouldn't start, with the error message "namenode is running as process 16769. Stop it first." In fact the NN was not running at all, but rather another long-running process was running with this pid.
It looks to me like our scripts just check to see if any process is running with the pid that the NN (or any Hadoop daemon) most recently ran with. This is clearly not a fool-proof way of checking to see if a particular type of daemon is now running, as some other process could start running with the same pid since the daemon in question was previously shut down.
Attachments
Attachments
Issue Links
- is duplicated by
-
HADOOP-9085 start namenode failure,bacause pid of namenode pid file is other process pid or thread id before start namenode
- Resolved