[ https://issues.apache.org/jira/browse/BOOKKEEPER-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16024876#comment-16024876 ]
ASF GitHub Bot commented on BOOKKEEPER-1078: -------------------------------------------- GitHub user sijie opened a pull request: https://github.com/apache/bookkeeper/pull/164 BOOKKEEPER-1078: Local BookKeeper enhancements for testability BookKeeper: Local Bookkeeper enhancements for testability 1. Allow creating local bookies without always starting a zookeeper server - This is required as tests may want to create and use their own instance of a test zookeeper 2. Allow using non default zookeeper host and more importantly non default ZK port 3. Allowing the caller to specify the initial port for the bookies 4. Optionally shutdown bookies when the bookie thread exits You can merge this pull request into a Git repository by running: $ git pull https://github.com/sijie/bookkeeper local_bookkeeper_enhancements Alternatively you can review and apply these changes as the patch at: https://github.com/apache/bookkeeper/pull/164.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #164 ---- commit d5ff93a8e6f4662ab8e32524b6565b01d32cc041 Author: Sijie Guo <sij...@twitter.com> Date: 2013-04-11T02:31:36Z toString for LastLogMark RB_ID=139102 commit cf21c213b901f88bee84d39e7b262384907e1119 Author: Robin Dhamankar <rdhaman...@twitter.com> Date: 2013-06-06T06:18:35Z BookKeeper: Local Bookie Journal and ledger paths Use the journal directory and ledger paths specified in the configuration file passed in to local bookie. Before this change local bookie was always creating directories in the temp folder RB_ID=152584 commit b927752f9d8ba7f3a987e1fd46bde5a6c91621b0 Author: Sijie Guo <si...@apache.org> Date: 2017-05-25T15:35:14Z LocalBookKeeper enhancements ---- > Local BookKeeper enhancements for testability > --------------------------------------------- > > Key: BOOKKEEPER-1078 > URL: https://issues.apache.org/jira/browse/BOOKKEEPER-1078 > Project: Bookkeeper > Issue Type: Test > Components: bookkeeper-server > Reporter: Sijie Guo > Assignee: Robin Dhamankar > Fix For: 4.5.0 > > > BookKeeper: Local Bookkeeper enhancements for testability > 1. Allow creating local bookies without always starting a zookeeper > server - This is required as tests may want to create and use their own > instance of a test zookeeper > 2. Allow using non default zookeeper host and more importantly non > default ZK port > 3. Allowing the caller to specify the initial port for the bookies > 4. Optionally shutdown bookies when the bookie thread exits -- This message was sent by Atlassian JIRA (v6.3.15#6346)