nyl3532016 commented on a change in pull request #3499:
URL: https://github.com/apache/hbase/pull/3499#discussion_r677224073
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java
##########
@@ -409,6 +432,18 @@ void loadTableCoprocessors(final Configuration conf) {
@Override
public RegionEnvironment createEnvironment(RegionCoprocessor instance, int
priority, int seq,
Configuration conf) {
+ if (coprocessorService instanceof HCompactionServer) {
Review comment:
Yes, We can introduce `RegionCompactionCoprocessorHost` which only used
for CompactionServer
--
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]