[
https://issues.apache.org/jira/browse/BOOKKEEPER-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16045430#comment-16045430
]
ASF GitHub Bot commented on BOOKKEEPER-1088:
--------------------------------------------
GitHub user sijie opened a pull request:
https://github.com/apache/bookkeeper/pull/187
CompactionTest tests are broken because of BOOKKEEPER-1088
Problem:
5fe86525a9c823f79b3e97fd82ea4aa1c75c79eb this commit broken the master. It
is because the merge/rebase introduce duplicated lines
Solution:
This change is to remove the duplicated lines introduced at
5fe86525a9c823f79b3e97fd82ea4aa1c75c79eb
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sijie/bookkeeper sijie/fix_merge_issue
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bookkeeper/pull/187.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #187
----
commit 45d2c539abd64f7d5ef98b94acc61e651c41a45b
Author: Sijie Guo <[email protected]>
Date: 2017-06-10T03:52:39Z
Remove duplicated lines introduced when merging pull requests
----
> Ledger Recovery - Add a ReadEntryListener to callback on individual request
> ---------------------------------------------------------------------------
>
> Key: BOOKKEEPER-1088
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-1088
> Project: Bookkeeper
> Issue Type: Sub-task
> Components: bookkeeper-client
> Reporter: Sijie Guo
> Assignee: Sijie Guo
> Fix For: 4.5.0
>
>
> bookkeeper recovery improvement (part-3): add a ReadEntryListener to callback
> on individual request.
> - add read entry listener which allow doing batch read, but callback on
> individual entries in sequence. so in recovery op, we could issue batch
> reads, then on each individual callback do add entry and stop when received
> NoSuchEntry.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)