ChinmaySKulkarni commented on a change in pull request #771:
URL: https://github.com/apache/phoenix/pull/771#discussion_r416994159



##########
File path: 
phoenix-core/src/main/java/org/apache/phoenix/compile/MutatingParallelIteratorFactory.java
##########
@@ -64,6 +64,8 @@ public PeekingResultIterator newIterator(final 
StatementContext parentContext,
             QueryPlan plan) throws SQLException {
 
         final PhoenixConnection clonedConnection = new 
PhoenixConnection(this.connection);
+        connection.addChildConnection(clonedConnection);
+        System.out.println("MutatingParallelIteratorFactor making cloned 
connections.");

Review comment:
       @dbwong Left this print here. 




----------------------------------------------------------------
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:
[email protected]


Reply via email to