maobaolong opened a new pull request #511:
URL: https://github.com/apache/ratis/pull/511


   ## What changes were proposed in this pull request?
   
   Add ratis-shell as a module of ratis
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/RATIS-1412
   
   ## How was this patch tested?
   
   ```bash
   mvn clean package
   cd ratis-shell
   # Get ozone manager ratis information
   bin/ratis sh info -peers 
ratis.shell.ozone-om.peers=localhost:9872,localhost:19872,localhost:29872
   # Elect localhost:29872 to be new leader of ozone manager
   bin/ratis sh elect -peers 
ratis.shell.ozone-om.peers=localhost:9872,localhost:19872,localhost:29872 
-address localhost:29872 
   ```
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to