ivankelly commented on a change in pull request #833: Issue 831: move zkServers 
and zkTimeout into AbstractCofiguration
URL: https://github.com/apache/bookkeeper/pull/833#discussion_r156597436
 
 

 ##########
 File path: 
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/BookKeeper.java
 ##########
 @@ -313,7 +313,7 @@ public static Builder forConfig(final ClientConfiguration 
conf) {
      */
     public BookKeeper(String servers) throws IOException, InterruptedException,
         BKException {
-        this(new ClientConfiguration().setZkServers(servers));
+        this((ClientConfiguration) (new 
ClientConfiguration().setZkServers(servers)));
 
 Review comment:
   ah, this is why

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to