[ 
https://issues.apache.org/jira/browse/HBASE-29841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dávid Paksy updated HBASE-29841:
--------------------------------
    Description: Currently we have created a single ReadOnlyController which 
needs to get added as coprocessor for master, region and region server. In this 
task we will be breaking ReadOnlyController into multiple smaller controller to 
avoid unnecessarily adding methods which are not relevant for particular role 
for example, master copocessor should only register methods which may run on 
master and not on region or region server.

> Split bulky ReadOnlyController into multiple smaller controllers
> ----------------------------------------------------------------
>
>                 Key: HBASE-29841
>                 URL: https://issues.apache.org/jira/browse/HBASE-29841
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Anuj Sharma
>            Assignee: Anuj Sharma
>            Priority: Major
>
> Currently we have created a single ReadOnlyController which needs to get 
> added as coprocessor for master, region and region server. In this task we 
> will be breaking ReadOnlyController into multiple smaller controller to avoid 
> unnecessarily adding methods which are not relevant for particular role for 
> example, master copocessor should only register methods which may run on 
> master and not on region or region server.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to