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 2018/04/27 23:44:59 UTC

[GitHub] sijie opened a new pull request #1373: Make bookie state manager & registration manager reusable outside of bookie

sijie opened a new pull request #1373: Make bookie state manager & registration manager reusable outside of bookie
URL: https://github.com/apache/bookkeeper/pull/1373
 
 
   
   Descriptions of the changes in this PR:
   
   *Motivation*
   
   Since 4.6.0, we have already abstracted a pretty good interfaces around registration service and state management. Most of the classes can actually be reused for use cases that have similar service discovery and writable/readonly state transition management.
   
   *Solution*
   
   The change is try to cleanup `BookieStateManager` and `ZKRegistrationManager` to make them more generic and can be reused for other usage.
   
   *Result*
   
   Registration Interfaces and StateManager can be used outside of bookie.  
   

----------------------------------------------------------------
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