Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.6.1
-
None
Description
STR:
- create directory
- change current dir to this directory
- remove directory
- run ambari-server restart. It will complain that could not perform getcwd and fail.
- Check ambari-server PID file:
# cat /var/run/ambari-server/ambari-server.pid 1
- The 1 is a PID of an /sbin/init process
cat /proc/1/cmdline /sbin/init
- Try to restart ambari-server. It notices that old process (INIT) is running and tries to kills it. As a result, INIT process does not die, but SSHD and probably other services are killed, active login sessions are terminated.
- Now host is not available over SSH and requires physical access
Attachments
Attachments
Issue Links
- links to