pkumar-singh opened a new pull request #2843:
URL: https://github.com/apache/bookkeeper/pull/2843


   ### Motivation
   While running `BookieClientImpl.main`. It throw `ClassCastException` as 
`BookieId` can not be cast to BookieSocketAddress.
   
   ### Changes
   Use  LEGACY_BOOKIEID_RESOLVER which build BookieSocketAddress by doing the 
following `BookieSocketAddress(b.toString()); `


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to