You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/08/31 04:34:46 UTC

[GitHub] [hbase] Apache9 commented on pull request #3643: HBASE-26157 Expose some IA.LimitedPrivate interface in TestingHBaseCl…

Apache9 commented on pull request #3643:
URL: https://github.com/apache/hbase/pull/3643#issuecomment-908891683


   > Thanks for these, @Apache9 . These will be helpful for the cell tag tests I mentioned earlier.
   > 
   > Another API sometimes needed when testing a coproc is access to the Coprocessor and/or CoprocessorEnvironment (or WALCoprocessor / WAL) to assert on some state.
   > 
   > All of these classes are LP(COPROC), but to get to them from the minicluster even today requires using IA.Private methods (HRegion.getCoprocessorHost, not present on the Region interface, which returns the IA.Private RegionCoprocessorHost. Same for WAL which is IA.Private but required to get to WALCoprocessor / WALObserver.
   > 
   > I'll keep looking to find other candidates for useful helper methods.
   
   Got the mission. I will also try to see how to expose these things and propose new PRs to add support for them. Mind giving me some pointer on what is your current usage? Maybe in Phoenix?
   
   And, if the approach here is OK, do you want to approve or I need to find others to get approval? Thanks.


-- 
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: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org