[
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 <[email protected]>
AuthorDate: Thu Jun 1 22:39:28 2017 +0200
Commit: Enrico Olivelli <[email protected]>
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 <[email protected]>
Author: Sijie Guo <[email protected]>
Reviewers: Enrico Olivelli <[email protected]>
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)