kezhuw commented on code in PR #460:
URL: https://github.com/apache/curator/pull/460#discussion_r1200124392


##########
curator-framework/src/test/java/org/apache/curator/framework/imps/TestReconfiguration.java:
##########
@@ -558,6 +606,7 @@ private CuratorFramework newClient(String connectionString) 
{
     private CuratorFramework newClient(String connectionString, boolean 
withEnsembleProvider)
     {
         final AtomicReference<String> connectString = new 
AtomicReference<>(connectionString);
+        ensembleLatch = new CountDownLatch(1);

Review Comment:
   Added `newClient(String connectionString, CountDownLatch ensembleLatch)`. 
The `withEnsembleProvider` parameter will be `true` if `ensembleLatch != null` 
in this overload.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@curator.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to