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



##########
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:
       Do you think we need to check for non rpc compactions? I do not mean we 
must keep the old behavior, but we need a reason to change it.




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