[
https://issues.apache.org/jira/browse/BOOKKEEPER-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15648015#comment-15648015
]
ASF GitHub Bot commented on BOOKKEEPER-965:
-------------------------------------------
GitHub user robindh opened a pull request:
https://github.com/apache/bookkeeper/pull/73
BOOKKEEPER-965: Long Polling Part I: Changes in the write path
This is the first in the series of changes for enabling long polling
between bookkeeper client and the bookkeeper server. The changes were
originally implemented in the Twitter fork and these pull request combine
multiple commits from Twitter's bookkeeper fork as they include not only the
changes made initially but also bug fixes added since.
The first change captures the changes on the write path (AddEntry). We
track the last add confirmed in the FileInfo so that we can trigger actions
when the value is updated
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/robindh/bookkeeper LongPollWritePath
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bookkeeper/pull/73.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 #73
----
commit 8ec7c31ee106d3d7d8bc4e83e8cc0cf034993f3b
Author: Robin Dhamankar <[email protected]>
Date: 2016-11-08T15:19:28Z
Long Polling: Changes in the write path
----
> Long Poll: Changes to the Write Path
> ------------------------------------
>
> Key: BOOKKEEPER-965
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-965
> Project: Bookkeeper
> Issue Type: Sub-task
> Components: bookkeeper-client, bookkeeper-server
> Reporter: Robin Dhamankar
> Assignee: Robin Dhamankar
> Fix For: 4.5.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)