sharmaar12 commented on PR #7464: URL: https://github.com/apache/hbase/pull/7464#issuecomment-3622344596
> > I think that's even another argument for separation (the old design principle, separation of concerns). I agree that we should pursue configuration simplicity, so rather than requiring users to manually set coprocessors in hbase-site.xml, we should define a single property for marking a cluster as a read replica, then programatically register the related coprocessors during initialisation. See MasterCoprocessorHost and RegionServerCoprocessorHost, these are the components responsible for loading coprocessors on master and region server, respectively. > > I like this idea, but I suggest to make this improvement in a separate ticket / pull request. Could we merge this patch now as it is and open another ticket for the suggested refactoring? @anmolnar Created the new JIRA task to do this improvement: https://issues.apache.org/jira/browse/HBASE-29756 -- 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]
