meszibalu commented on code in PR #7533:
URL: https://github.com/apache/hbase/pull/7533#discussion_r2607139765
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/CoprocessorHost.java:
##########
@@ -61,6 +61,7 @@ public abstract class CoprocessorHost<C extends Coprocessor,
E extends Coprocess
public static final String USER_REGION_COPROCESSOR_CONF_KEY =
"hbase.coprocessor.user.region.classes";
public static final String MASTER_COPROCESSOR_CONF_KEY =
"hbase.coprocessor.master.classes";
+ public static final String CLIENT_META_COPROCESSOR_CONF_KEY =
"hbase.coprocessor.clientmeta.classes";
Review Comment:
Every coprocessor class related configuration key is defined here.
--
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]