maobaolong opened a new pull request #966: URL: https://github.com/apache/hadoop-ozone/pull/966
## What changes were proposed in this pull request? Fix a bug which cannot restart the replicationManager service after stopped. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-3657 ## How was this patch tested? expect the following result. ```bash bin/ozone admin replicationmanager stop Stopping ReplicationManager... Requested SCM to stop ReplicationManager, it might take sometime for the ReplicationManager to stop bin/ozone admin replicationmanager status ReplicationManager is Not Running. bin/ozone admin replicationmanager start Starting ReplicationManager... bin/ozone admin replicationmanager status ReplicationManager is Running. ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
