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 2021/12/21 20:53:42 UTC

[GitHub] [bookkeeper] merlimat opened a new pull request #2952: Allow to easily override `zkServers` with `metadataServiceUri`

merlimat opened a new pull request #2952:
URL: https://github.com/apache/bookkeeper/pull/2952


   ### Motivation
   
   If `metadataServiceUri` is present (uncommented) in the `bookie.conf`, the bookie will try to use it, even if it is empty, instead of just falling back to `zkServers`, as it happens when the `metadataServiceUri` is not present at all. 
   
   ### Modification
   
   Check for blank, instead of `null`, to make it easier to have both keys and override them as needed.


-- 
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: issues-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [bookkeeper] merlimat merged pull request #2952: Allow to easily override `zkServers` with `metadataServiceUri`

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #2952:
URL: https://github.com/apache/bookkeeper/pull/2952


   


-- 
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: issues-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org