You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/26 06:12:04 UTC

[jira] [Commented] (KAFKA-5281) System tests for KIP-98 / transactions

    [ https://issues.apache.org/jira/browse/KAFKA-5281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16025865#comment-16025865 ] 

ASF GitHub Bot commented on KAFKA-5281:
---------------------------------------

GitHub user apurvam opened a pull request:

    https://github.com/apache/kafka/pull/3149

    KAFKA-5281: System tests for transactions

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apurvam/kafka KAFKA-5281-transactions-system-tests

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3149.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 #3149
    
----
commit 07d38380e8734349666e0ddef0da469bfd2a38a4
Author: Apurva Mehta <ap...@confluent.io>
Date:   2017-05-25T00:58:20Z

    Initial commit of TransactionalMessageCopier program

commit 9a711d7a0ff9c9a3ecb0aefe153a9eb411265609
Author: Apurva Mehta <ap...@confluent.io>
Date:   2017-05-25T21:17:18Z

    Initial commit of transactions system test

commit 679df52ad77f731baca5eb5a74d1ad317856096a
Author: Apurva Mehta <ap...@confluent.io>
Date:   2017-05-25T21:45:27Z

    WIP

commit fc62578008353cac254ea76aa5eef8dbf2b35c9d
Author: Apurva Mehta <ap...@confluent.io>
Date:   2017-05-26T05:13:05Z

    WIP - Got the basic copy / validate to work. Now to add bouncing and failures

commit aa88be80623909d2bda2b2536db690e905fe702d
Author: Apurva Mehta <ap...@confluent.io>
Date:   2017-05-26T06:10:50Z

    Implemented clean and hard bounces of brokers. Hard bounce test fails because we can't find the coordinator

----


> System tests for KIP-98 / transactions
> --------------------------------------
>
>                 Key: KAFKA-5281
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5281
>             Project: Kafka
>          Issue Type: Sub-task
>            Reporter: Apurva Mehta
>            Assignee: Apurva Mehta
>            Priority: Blocker
>              Labels: exactly-once
>             Fix For: 0.11.0.0
>
>
> Kafka core System tests:
> # Failures for consumer coordinator, transaction coordinator, producer, partition leader, and controller.
> # Same as above, but with multiple producers.
> # Multiple producers and consumers work together in failure modes, with aborts.
> # Hard and soft failures.
> Integration test:
> # Multiple producers and consumers work together in a normal mode, with aborts.
> # Transaction expiration.



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