Code0x58 commented on a change in pull request #2920: Correct dag to DAG
URL: https://github.com/apache/incubator-heron/pull/2920#discussion_r195939946
 
 

 ##########
 File path: 
heron/schedulers/src/java/org/apache/heron/scheduler/yarn/HeronMasterDriver.java
 ##########
 @@ -327,7 +327,7 @@ void requestContainerForWorker(int id, final HeronWorker 
worker) {
     int cpu = worker.cores;
     ByteAmount mem = worker.mem;
     EvaluatorRequest evaluatorRequest = createEvaluatorRequest(cpu, mem);
-    LOG.info(String.format("Requesting container for worker: %d, mem: %s, cpu: 
%d", id, mem, cpu));
 
 Review comment:
   Slipped in a `mem`→`RAM`

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

Reply via email to