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

[GitHub] drill pull request #921: DRILL-4286 Graceful shutdown of drillbit

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

    https://github.com/apache/drill/pull/921#discussion_r148173100
  
    --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/coord/zk/ZKClusterCoordinator.java ---
    @@ -70,7 +72,10 @@
       private final CountDownLatch initialConnection = new CountDownLatch(1);
       private final TransientStoreFactory factory;
       private ServiceCache<DrillbitEndpoint> serviceCache;
    +  private DrillbitEndpoint endpoint;
     
    +//private HashMap<MultiKey, DrillbitEndpoint> endpointsMap = new HashMap<MultiKey, DrillbitEndpoint>();
    --- End diff --
    
    commented code


---