comment

Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/643d45d0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/643d45d0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/643d45d0

Branch: refs/heads/feature/GEODE-1464
Commit: 643d45d0fa9f61ed843c699af35d557af320980b
Parents: f119805
Author: Darrel Schneider <[email protected]>
Authored: Wed Jun 1 15:38:49 2016 -0700
Committer: Darrel Schneider <[email protected]>
Committed: Wed Jun 1 15:38:49 2016 -0700

----------------------------------------------------------------------
 .../internal/cache/DistributedRegionFunctionStreamingMessage.java  | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/643d45d0/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/DistributedRegionFunctionStreamingMessage.java
----------------------------------------------------------------------
diff --git 
a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/DistributedRegionFunctionStreamingMessage.java
 
b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/DistributedRegionFunctionStreamingMessage.java
index e51bedd..af54945 100755
--- 
a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/DistributedRegionFunctionStreamingMessage.java
+++ 
b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/DistributedRegionFunctionStreamingMessage.java
@@ -231,8 +231,6 @@ public class DistributedRegionFunctionStreamingMessage 
extends DistributionMessa
           }
         }
         // Send the reply if the operateOnPartitionedRegion returned true
-        // Fix for hang in dunits on sqlfabric after merge.
-        //ReplyMessage.send(getSender(), this.processorId, rex, dm);
         sendReply(getSender(), this.processorId, dm, rex, null, 0, true, 
false);
       }
     }

Reply via email to