shahrs87 commented on code in PR #2198: URL: https://github.com/apache/phoenix/pull/2198#discussion_r2162527066
########## phoenix-core-server/src/main/java/org/apache/phoenix/hbase/index/IndexRegionObserver.java: ########## @@ -540,8 +541,9 @@ public void preBatchMutate(ObserverContext<RegionCoprocessorEnvironment> c, final Configuration conf = c.getEnvironment().getConfiguration(); final HAGroupStoreManager haGroupStoreManager = HAGroupStoreManager.getInstance(conf); if (haGroupStoreManager.isMutationBlocked()) { - throw new IOException("Blocking Mutation as Some CRRs are in ACTIVE_TO_STANDBY " - + "state and CLUSTER_ROLE_BASED_MUTATION_BLOCK_ENABLED is true"); + throw new MutationBlockedIOException("Blocking Mutation as Some CRRs " Review Comment: > This will be handled in Consistent Failover. Didn't understand this comment? In the current implementation can a regionserver have a watcher pointing to different clusters? @ritegarg -- 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: issues-unsubscr...@phoenix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org