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/21 20:46:54 UTC

[GitHub] reddycharan opened a new pull request #1281: Issue��#570: Introducing EntryLogManager.

reddycharan opened a new pull request #1281: Issue #570: Introducing EntryLogManager.
URL: https://github.com/apache/bookkeeper/pull/1281
 
 
   Descriptions of the changes in this PR:
   
   Introducing EntryLogManager interface, which abstracts out current activeLogChannel,
   rotatedLogChannels and corresponding lock for activeLogChannel. The current logic of
   handling logs is moved to EntryLogManagerForSingleEntryLog class, in the
   next sub-task EntryLogManagerForEntryLogPerLedger will be introduced. Also there
   are minor changes to createNewLog logic and leastUnflushedLogId logic.
   
   This is < sub-task5  > of Issue #570
   
   Master Issue: #570 
   

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