You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by sohami <gi...@git.apache.org> on 2016/11/02 02:19:08 UTC

[GitHub] drill pull request #639: DRILL-4706: Fragment planning causes Drillbits to r...

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

    https://github.com/apache/drill/pull/639#discussion_r86057156
  
    --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/EndpointAffinity.java ---
    @@ -75,6 +78,7 @@ public EndpointAffinity(final DrillbitEndpoint endpoint, final double affinity,
         this.affinity = affinity;
         this.mandatory = mandatory;
         this.maxWidth = maxWidth;
    +    this.numLocalWorkUnits = 0;
    --- End diff --
    
    Not needed. By default it will always be initialized to 0


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---