You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Namit Maheshwari (JIRA)" <ji...@apache.org> on 2018/09/07 19:41:00 UTC

[jira] [Created] (HDDS-414) sbin/stop-all.sh does not stop Ozone daemons

Namit Maheshwari created HDDS-414:
-------------------------------------

             Summary: sbin/stop-all.sh does not stop Ozone daemons
                 Key: HDDS-414
                 URL: https://issues.apache.org/jira/browse/HDDS-414
             Project: Hadoop Distributed Data Store
          Issue Type: Bug
            Reporter: Namit Maheshwari


sbin/stop-all.sh does not stop Ozone daemons.

Please see below:
{code:java}

➜ ozone-0.2.1-SNAPSHOT jps
8896 Jps
8224 HddsDatanodeService
8162 OzoneManager
7701 StorageContainerManager
➜ ozone-0.2.1-SNAPSHOT pwd
/tmp/ozone-0.2.1-SNAPSHOT
➜ ozone-0.2.1-SNAPSHOT sbin/stop-all.sh
WARNING: Stopping all Apache Hadoop daemons as nmaheshwari in 10 seconds.
WARNING: Use CTRL-C to abort.
Stopping namenodes on [localhost]
localhost: ssh: connect to host localhost port 22: Connection refused
Stopping datanodes
localhost: ssh: connect to host localhost port 22: Connection refused
Stopping secondary namenodes [HW11469.local]
HW11469.local: ssh: connect to host hw11469.local port 22: Connection refused
2018-09-07 12:38:49,044 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
➜ ozone-0.2.1-SNAPSHOT jps
8224 HddsDatanodeService
8162 OzoneManager
7701 StorageContainerManager
9150 Jps
➜ ozone-0.2.1-SNAPSHOT
{code}
The Ozone daemons processes are not stopped even after sbin/stop-all.sh finished executing.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org