Apache9 commented on a change in pull request #3677:
URL: https://github.com/apache/hbase/pull/3677#discussion_r707092130



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java
##########
@@ -1947,6 +1947,9 @@ public boolean shouldPerformMajorCompaction() throws 
IOException {
     if (!this.areWritesEnabled()) {
       return Optional.empty();
     }
+    if (this.getCoprocessorHost() != null) {

Review comment:
       Will this introduce a behavior change? We used to check it in 
preCompact, so for non rpc compactions we will also do the check?




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