tkhurana commented on a change in pull request #1215: URL: https://github.com/apache/phoenix/pull/1215#discussion_r627758823
########## File path: phoenix-core/src/main/java/org/apache/phoenix/hbase/index/IndexRegionObserver.java ########## @@ -520,29 +591,48 @@ private void populatePendingRows(BatchMutateContext context) { context.multiMutationMap.put(row, stored); } stored.addAll(m); + Mutation[] mutationsAddedByCP = miniBatchOp.getOperationsFromCoprocessors(i); Review comment: @gjacoby126 we group only if we have an index -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org