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