You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@nemo.apache.org by GitBox <gi...@apache.org> on 2020/07/08 17:37:24 UTC

[GitHub] [incubator-nemo] codinggosu commented on a change in pull request #298: Memory manager

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:
users@infra.apache.org