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 2018/03/13 21:48:14 UTC

[GitHub] merlimat opened a new pull request #1254: Fixes for multiple journals recovery

merlimat opened a new pull request #1254: Fixes for multiple journals recovery
URL: https://github.com/apache/bookkeeper/pull/1254
 
 
   Currently, the implementation of multiple journals in bookie is broken because all journal instances are using the same `logMark` file to store the journal marker, stepping into each others.
   
   Adding here a suffix for `logMark` to have unique files: `logMark.0`, `logMark.1` etc.
   If there's 1 single journal, we'll keep using `logMark` so there's no compatibility issue.

----------------------------------------------------------------
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