Github user cammckenzie commented on a diff in the pull request:
https://github.com/apache/curator/pull/9#discussion_r13730057
--- Diff:
curator-recipes/src/main/java/org/apache/curator/framework/recipes/leader/LeaderLatch.java
---
@@ -144,6 +148,14 @@ public LeaderLatch(CuratorFramework client, String
latchPath, String id, CloseMo
this.id = Preconditions.checkNotNull(id, "id cannot be null");
this.closeMode = Preconditions.checkNotNull(closeMode, "closeMode
cannot be null");
}
+
+ private CountDownLatch startLatch;
--- End diff --
Oops, was using this to try and reproduce the issue and forgot to remove it.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---