AngersZhuuuu opened a new pull request, #834: URL: https://github.com/apache/ratis/pull/834
## What changes were proposed in this pull request? Our ratis cluster use NETTY rpc, since default RPC is GRPC, when we want to use ratis shell to change leader we use below command ``` ratis sh -Draft.rpc.type=nettu election transfer -peers ip-xxx-xxx-xxx-001.idata-server.shopee.io:9872,ip-xxx-xxx-xxx-002.idata-server.shopee.io:9872,ip-xxx-xxx-xxx-003.idata-server.shopee.io:9872 -groupid 3ab29dc7-61dd-3e52-9a8d-f9c189140641 -address ip-xxx-xxx-xxx-003.idata-server.shopee.io:9872 ``` Found GENERIC_COMMAND_OPTIONS can't work well. This pr resolve this issue. ## What is the link to the Apache JIRA #RATIS-1798 Please replace this section with the link to the Apache JIRA) ## How was this patch tested? Tested in our env -- 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]
