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

 ##########
 File path: 
heron/instance/src/java/org/apache/heron/network/StreamManagerClient.java
 ##########
 @@ -286,6 +289,17 @@ private void handleStartStatefulRequest(
     inControlQueue.offer(instanceControlMsg);
   }
 
+  private void handleCheckpointSaved(
+      CheckpointManager.StatefulConsistentCheckpointSaved message) {
+    LOG.info("Received a StatefulCheckpointSaved message:with checkpoint id: "
 
 Review comment:
   remove the first `:`

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


With regards,
Apache Git Services

Reply via email to