You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "Enrico Olivelli (JIRA)" <ji...@apache.org> on 2017/06/01 20:41:04 UTC

[jira] [Resolved] (BOOKKEEPER-1086) Ledger Recovery - Refactor PendingReadOp

     [ https://issues.apache.org/jira/browse/BOOKKEEPER-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Enrico Olivelli resolved BOOKKEEPER-1086.
-----------------------------------------
    Resolution: Fixed

Issue resolved by merging pull request 176
            [https://github.com/apache/bookkeeper/pull/176]

            {noformat}
            commit 5c81acaccfb0cb1260acdfd7d0bb95ae84f85654
Author:     Sijie Guo <si...@twitter.com>
AuthorDate: Thu Jun 1 22:39:28 2017 +0200
Commit:     Enrico Olivelli <eo...@localhost.localdomain>
CommitDate: Thu Jun 1 22:39:28 2017 +0200

    BOOKKEEPER-1086: Ledger Recovery - Refactor PendingReadOp
    
    this change is the first part of improving ledger recovery. it is basically a refactor change, which:
    
    - abstract an interface for LedgerEntryRequest in PendingReadOp
    - rename current implementation to SequenceReadRequest, which read the entry in the sequence of quorum.
    
    Author: Sijie Guo <si...@twitter.com>
    Author: Sijie Guo <si...@apache.org>
    
    Reviewers: Enrico Olivelli <eo...@apache.org>
    
    Closes #176 from sijie/recovery_improvements

            {noformat}
            

> Ledger Recovery - Refactor PendingReadOp
> ----------------------------------------
>
>                 Key: BOOKKEEPER-1086
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-1086
>             Project: Bookkeeper
>          Issue Type: Sub-task
>          Components: bookkeeper-client
>            Reporter: Sijie Guo
>            Assignee: Sijie Guo
>             Fix For: 4.5.0
>
>
>  bookkeeper recovery improvement (part-1): refactor PendingReadOp
>     this change is the first part of improving bookkeeper recovery. it is basically a refactor change, which:
>     - abstract an interface for LedgerEntryRequest in PendingReadOp
>     - rename current implementation to SequenceReadRequest, which read the entry in the sequence of quorum.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)