[
https://issues.apache.org/jira/browse/HBASE-26231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17409939#comment-17409939
]
Duo Zhang commented on HBASE-26231:
-----------------------------------
No, we still have the ability to dynamically update the configurations for
master. Sorry for my bad English.
This issue aims to provide the updateConfiguration ability without implementing
the AdminService. But later, I found that in our current rpc code base, we just
get an AdminService with the master address and then make rpc call to master,
which means if we make MasterRpcServices not implement AdminService, the old
client will be broken.
So the final solution is to still make MasterRpcServices implement
AdminService, but only throw DoNotRetryIOException for the methods we can not
support on master. You can see the PR for HBASE-25288.
Thanks for taking a look. [~bbeaudreault]
> Add an updateConfiguration rpc method in MasterService
> ------------------------------------------------------
>
> Key: HBASE-26231
> URL: https://issues.apache.org/jira/browse/HBASE-26231
> Project: HBase
> Issue Type: Sub-task
> Reporter: Duo Zhang
> Priority: Major
>
> Concurrently it is only in AdminService which is for region server only, but
> we still need to have the updateConfiguration method to update the
> configuration for HMaster.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)