ujjawal4046 commented on code in PR #2075:
URL: https://github.com/apache/phoenix/pull/2075#discussion_r1986814089


##########
phoenix-core-server/src/main/java/org/apache/phoenix/hbase/index/IndexRegionObserver.java:
##########
@@ -519,6 +529,11 @@ public void 
preBatchMutate(ObserverContext<RegionCoprocessorEnvironment> c,
           return;
       }
       try {
+          if(serverMetadataCache.isMutationBlocked()) {

Review Comment:
   @ritegarg Mutations won't be blocked for the tables which don't have this 
coproc attached (e.g. system tables, index tables) and are receiving still 
writes (via hbase client e.g. replication, mr job). 



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