You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/05/02 00:36:50 UTC

[GitHub] [drill] sohami commented on a change in pull request #1762: [DRILL-7191 / DRILL-7026]: RM state blob persistence in Zookeeper and Integration of Distributed queue configuration with Planner

sohami commented on a change in pull request #1762: [DRILL-7191 / DRILL-7026]: RM state blob persistence in Zookeeper and Integration of Distributed queue configuration with Planner
URL: https://github.com/apache/drill/pull/1762#discussion_r279982976
 
 

 ##########
 File path: exec/java-exec/src/main/java/org/apache/drill/exec/ops/OpProfileDef.java
 ##########
 @@ -22,11 +22,13 @@
   public int operatorId;
   public int operatorType;
   public int incomingCount;
+  public long optimalMemoryAllocation;
 
-  public OpProfileDef(int operatorId, int operatorType, int incomingCount) {
+  public OpProfileDef(int operatorId, int operatorType, int incomingCount, long optimalMemoryAllocation) {
 
 Review comment:
   Will all the creator of `OpProfileDef` always pass `MaxAllocation` for `optimalMemoryAllocation` ?

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


With regards,
Apache Git Services