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 2017/11/23 18:58:26 UTC

[GitHub] ivankelly opened a new pull request #774: Open should run recovery by default

ivankelly opened a new pull request #774: Open should run recovery by default
URL: https://github.com/apache/bookkeeper/pull/774
 
 
   This is how it has always been and is the safer option. Non-recovery
   open is for tailing, which isn't the primary usecase for open. The
   primary usecase is to recover state before writing new state, and this
   requires that we fence and recover the ledger.
   
   Descriptions of the changes in this PR:
   
   (PR description content here)...
   
   > ---
   > Be sure to do all of the following to help us incorporate your contribution
   > quickly and easily:
   > 
   > - [ ] 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 ...`
   > - [ ] Make sure tests pass via `mvn clean apache-rat:check install findbugs:check`.
   > - [ ] 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:
users@infra.apache.org


With regards,
Apache Git Services