skystar-p commented on a change in pull request #60: [NEMO-61] Fix lost execution metric collection problem URL: https://github.com/apache/incubator-nemo/pull/60#discussion_r199051307
########## File path: runtime/executor/src/main/java/edu/snu/nemo/runtime/executor/MetricMessageSender.java ########## @@ -25,5 +25,7 @@ void send(final String metricKey, final String metricValue); + void flush(); Review comment: I've added javadoc to all method. Thank you! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
