codinggosu commented on a change in pull request #298:
URL: https://github.com/apache/incubator-nemo/pull/298#discussion_r451715371
##########
File path:
runtime/executor/src/main/java/org/apache/nemo/runtime/executor/Executor.java
##########
@@ -102,9 +107,17 @@ private Executor(@Parameter(JobConf.ExecutorId.class)
final String executorId,
this.intermediateDataIOFactory = intermediateDataIOFactory;
this.broadcastManagerWorker = broadcastManagerWorker;
this.metricMessageSender = metricMessageSender;
+ // dongjoo: one memory manager per executor
+// this.memoryManager = new MemoryManager();
Review comment:
these comments will be deleted later
----------------------------------------------------------------
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]