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/05/21 22:38:42 UTC

[GitHub] sijie opened a new pull request #1420: Allow bookie to start if failed to load extra server components

sijie opened a new pull request #1420: Allow bookie to start if failed to load extra server components
URL: https://github.com/apache/bookkeeper/pull/1420
 
 
   Descriptions of the changes in this PR:
   
   *Motivation*
   
   `extraServerComponents` provides the flexibility to allow bookie to start with extra server components.
   It acts as a plugin mechanism to extend the functionality of bookies. However it is okay to allow bookie
   start up when failed to load extra server components.
   
   This is a change for allowing starting table service as extra components in bookies.
   
   *Solution*
   
   Catch the exception and log it when failed to load extra server components.

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