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

Ismael Juma commented on KAFKA-3518:
------------------------------------

We have had failures with various different parameters:

{code}
"""Module: kafkatest.tests.replication_test
Class:  ReplicationTest
Method: test_replication_with_broker_failure
Arguments:
{
  ""broker_type"": ""leader"",
  ""failure_mode"": ""clean_bounce"",
  ""security_protocol"": ""SASL_PLAINTEXT""
}"
"Module: kafkatest.tests.core.replication_test
Class:  ReplicationTest
Method: test_replication_with_broker_failure
Arguments:
{
  ""broker_type"": ""leader"",
  ""failure_mode"": ""hard_bounce"",
  ""security_protocol"": ""PLAINTEXT""
}"
"""Module: kafkatest.tests.replication_test
Class:  ReplicationTest
Method: test_replication_with_broker_failure
Arguments:
{
  ""broker_type"": ""controller"",
  ""failure_mode"": ""hard_bounce"",
  ""security_protocol"": ""PLAINTEXT""
}"
"""Module: kafkatest.tests.replication_test
Class:  ReplicationTest
Method: test_replication_with_broker_failure
Arguments:
{
  ""broker_type"": ""controller"",
  ""failure_mode"": ""hard_bounce"",
  ""security_protocol"": ""SASL_SSL""
}"
{code}

> Transient failure in ReplicationTest.test_replication_with_broker_failure 
> with ConsumerTimeoutException
> -------------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-3518
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3518
>             Project: Kafka
>          Issue Type: Bug
>          Components: system tests
>            Reporter: Ewen Cheslack-Postava
>
> From 
> http://confluent-kafka-system-test-results.s3-us-west-2.amazonaws.com/2016-04-06--001.1459956800--apache--trunk--99d2329/report.html
>  this test failed on a recent run:
> Module: kafkatest.tests.core.replication_test
> Class:  ReplicationTest
> Method: test_replication_with_broker_failure
> Arguments:
> {
>   "broker_type": "leader",
>   "failure_mode": "clean_bounce",
>   "security_protocol": "SASL_PLAINTEXT"
> }
> It is missing 7 messages on the consumer trying to validate the messages. The 
> consumer hit its timeout, which should be sufficiently long to capture any 
> successfully produced messages. I didn't notice anything obviously wrong in 
> the logs. Could be some sort of consumer stall?



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

Reply via email to