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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to