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

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

GitHub user hachikuji opened a pull request:

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

    KAFKA-2274: verifiable consumer and integration testing

    

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

    $ git pull https://github.com/hachikuji/kafka KAFKA-2274

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

    https://github.com/apache/kafka/pull/465.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 #465
    
----
commit adb51dab49d358ee31c94ddcde97fd1f5025a761
Author: Jason Gustafson <ja...@confluent.io>
Date:   2015-11-07T01:02:22Z

    KAFKA-2274: verifiable consumer and integration testing

----


> Add integration test for consumer coordinator
> ---------------------------------------------
>
>                 Key: KAFKA-2274
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2274
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: consumer
>            Reporter: Guozhang Wang
>            Assignee: Jason Gustafson
>            Priority: Blocker
>             Fix For: 0.9.0.0
>
>
> As discussed with Onur offline, here are some things we could test / simulate:
> - consumer kill -9 (tested in ConsumerTest)
> - broker kill -9 (tested in ConsumerTest)
> - consumer very long GC
> - broker very long GC
> - consumer network cable unplugged
> - broker network cable unplugged
> - consumer power cord unplugged
> - broker power cord unplugged
> Quoting Onur: " Another motivating factor is to verify if 
> response.wasDisconnected is good enough or if we actually need consumers to 
> detect coordinator failures with timeouts.
> GC’s can be simulated with SIGSTOP and SIGCONT. I think we might be able to 
> simulate network cable being unplugged with "ifconfig eth0 down”, but I’m not 
> sure."



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to