[
https://issues.apache.org/jira/browse/KAFKA-5121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15982433#comment-15982433
]
ASF GitHub Bot commented on KAFKA-5121:
---------------------------------------
GitHub user hachikuji opened a pull request:
https://github.com/apache/kafka/pull/2910
KAFKA-5121 [WIP]: Implement transaction index for KIP-98
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hachikuji/kafka eos-txn-index
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/2910.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 #2910
----
commit dfe308a58f179fc6f59d55f2c47392d2cf85f3ce
Author: Jason Gustafson <[email protected]>
Date: 2017-03-30T01:19:36Z
KAFKA-5121 [WIP]: Implement transaction index for KIP-98
----
> Implement transaction index for KIP-98
> --------------------------------------
>
> Key: KAFKA-5121
> URL: https://issues.apache.org/jira/browse/KAFKA-5121
> Project: Kafka
> Issue Type: Sub-task
> Components: clients, core, producer
> Reporter: Jason Gustafson
> Assignee: Jason Gustafson
> Fix For: 0.11.0.0
>
>
> As documented in the KIP-98 proposal, the broker will maintain an index
> containing all of the aborted transactions for each partition. This index is
> used to respond to fetches with READ_COMMITTED isolation. This requires the
> broker maintain the last stable offset (LSO).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)