keith-turner opened a new issue, #6183:
URL: https://github.com/apache/accumulo/issues/6183
**Is your feature request related to a problem? Please describe.**
The primary manager process handles all client RPC. Some of these RPCs could
be handled by any manager process.
**Describe the solution you'd like**
* Create a new thrift service, could call it AssistantManagerClientService
* Move any RPCs that can move from ManagerClientService to
AssistantManagerClientService
* Rename ManagerClientService to PrimaryManagerClientService
* Update client code to call the appropriate service.
Similar changes where made in #3262, but the code has changed a lot since
then. Can reference the client changes made in that PR.
**Additional context**
This is a follow on issue to #6168
--
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]