kgeisz commented on PR #7464:
URL: https://github.com/apache/hbase/pull/7464#issuecomment-3613240569

   > 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.
   
   @wchevreuil Ahh ok, that makes sense


-- 
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]

Reply via email to