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 2019/09/25 06:39:38 UTC

[GitHub] [bookkeeper] Tristan1900 opened a new issue #2168: Bookkeeper docker script does not support passing multiple ledger&journal files

Tristan1900 opened a new issue #2168: Bookkeeper docker script does not support passing multiple ledger&journal files
URL: https://github.com/apache/bookkeeper/issues/2168
 
 
   **BUG REPORT**
   
   ***Describe the bug***
   
   The config [here](https://github.com/apache/bookkeeper/blob/master/conf/bk_server.conf#L368) says Bookkeeper supports multiple ledger files. However, it won't work properly if we specify something like `BK_ledgerDirectories=/tmp/bk-ledgers1,/tmp/bk-ledgers2` as the script [here](https://github.com/apache/bookkeeper/blob/master/docker/scripts/common.sh#L79) seems not supporting such format. Also, [here](https://github.com/apache/bookkeeper/blob/master/conf/bk_server.conf#L279) says it is preferable to use `journalDirectories`, but script above is still using `journalDirectory`.
   
   ***Expected behavior***
   
   The docker script should support passing multiple ledger&journal files.
   
   
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services