[
https://issues.apache.org/jira/browse/HDDS-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16614045#comment-16614045
]
Hanisha Koneru commented on HDDS-414:
-------------------------------------
+1 for patch v03.
Thanks [~nmaheshwari] for reporting this and [~elek] for the contribution.
Committed to trunk and ozone-0.2 branch (I rebased the patch with trunk and
added the license header to the id_rsa).
> Fix sbin/stop-ozone.sh to 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
> Assignee: Elek, Marton
> Priority: Major
> Fix For: 0.2.1
>
> Attachments: HDDS-414-ozone-0.2.1.001.patch,
> HDDS-414-ozone-0.2.1.003.patch
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]