sanha commented on a change in pull request #1: [NEMO-26] Implement SourceLocationAwareSchedulingPolicy URL: https://github.com/apache/incubator-nemo/pull/1#discussion_r172726613
########## File path: runtime/master/src/main/java/edu/snu/nemo/runtime/master/resource/ExecutorRepresenter.java ########## @@ -46,12 +51,14 @@ private final MessageSender<ControlMessage.Message> messageSender; private final ActiveContext activeContext; private final ExecutorService serializationExecutorService; + private final String nodeName; public ExecutorRepresenter(final String executorId, Review comment: Please add comment about this constructor and other methods. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services