zhaijack opened a new pull request #936: Issue 897: un-bind zookeeper from bookkeeper admin URL: https://github.com/apache/bookkeeper/pull/936 Descriptions of the changes in this PR: - remove zookeeper from LedgerLayout to make LedgerLayout as a pure layout object, - add LayoutManager, move zookeeper related utils into ZKLayoutManager for storing/reading/delete layout from zookeeper, - unbind zookeeper from LedgerManagerFactory, use LayoutManager instead, - unbind zookeeper from bookkeeperadmin.format, - fix compile and test errors. Master Issue: #897 > --- > Be sure to do all of the following to help us incorporate your contribution > quickly and easily: > > - [x] Make sure the PR title is formatted like: > `<Issue # or BOOKKEEPER-#>: Description of pull request` > `e.g. Issue 123: Description ...` > `e.g. BOOKKEEPER-1234: Description ...` > - [x] Make sure tests pass via `mvn clean apache-rat:check install spotbugs:check`. > - [x] Replace `<Issue # or BOOKKEEPER-#>` in the title with the actual Issue/JIRA number. > > ---
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
