lpan commented on a change in pull request #3330: [STREAMCOMP-2885] broadcast 
GCC completition
URL: https://github.com/apache/incubator-heron/pull/3330#discussion_r321469640
 
 

 ##########
 File path: 
heron/instance/src/java/org/apache/heron/instance/spout/SpoutInstance.java
 ##########
 @@ -296,9 +299,6 @@ public void run() {
           spoutMetrics.updateOutQueueFullCount();
         }
 
-        // Check if we have any message to process anyway
-        readTuplesAndExecute(streamInQueue);
-
 
 Review comment:
   Chatted with Ning offline. He was worried about "barrier alignment" (eg. a 
task has multiple input streams -> multiple checkpoint barriers for the same 
checkpoint). It is fine because "barrier alignment" is done at the stream 
manager 🙂 

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


With regards,
Apache Git Services

Reply via email to