[ 
https://issues.apache.org/jira/browse/DRILL-4134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15035331#comment-15035331
 ] 

ASF GitHub Bot commented on DRILL-4134:
---------------------------------------

Github user parthchandra commented on a diff in the pull request:

    https://github.com/apache/drill/pull/283#discussion_r46379766
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/ops/FragmentContext.java ---
    @@ -465,6 +441,14 @@ public Executor getExecutor(){
         return context.getExecutor();
       }
     
    +  public long getFragmentMemoryLimit() {
    +    return allocator.getLimit();
    +  }
    +
    +  public void setFragmentMemoryLimit(long value) {
    --- End diff --
    
    Second that. set/getFragmentMemoryLimit are no longer used and can be 
removed.


> Incorporate remaining patches from DRILL-1942 Allocator refactor
> ----------------------------------------------------------------
>
>                 Key: DRILL-4134
>                 URL: https://issues.apache.org/jira/browse/DRILL-4134
>             Project: Apache Drill
>          Issue Type: Sub-task
>          Components: Execution - Flow
>            Reporter: Jacques Nadeau
>            Assignee: Jacques Nadeau
>             Fix For: 1.4.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to