You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2017/11/24 19:44:53 UTC

[GitHub] sijie commented on issue #775: Tests wait for client to see started bookie

sijie commented on issue #775: Tests wait for client to see started bookie
URL: https://github.com/apache/bookkeeper/pull/775#issuecomment-346888391
 
 
   your change doesn't seem to have a fundamentally difference from existing `readBookiesBlocking` logic. `readBookiesBlocking` is a blocking call, because it calls getWritableBookies(), which will read the list of bookies from zookeeper. 
   
   If I remembed correctly, when I reviewed the registration client change, it doesn't change the behavior of readBookiesBlocking. so it should have same behavior as before the registration change. I am wondering where does the problem actually come from. Can you explain more?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services