Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1C05D200BED for ; Sun, 1 Jan 2017 23:56:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1A7AD160B41; Sun, 1 Jan 2017 22:56:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 60B7C160B24 for ; Sun, 1 Jan 2017 23:56:04 +0100 (CET) Received: (qmail 68669 invoked by uid 500); 1 Jan 2017 22:55:58 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 68657 invoked by uid 99); 1 Jan 2017 22:55:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jan 2017 22:55:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 570682C1F56 for ; Sun, 1 Jan 2017 22:55:58 +0000 (UTC) Date: Sun, 1 Jan 2017 22:55:58 +0000 (UTC) From: "Shikhar Bhushan (JIRA)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KAFKA-3513) Transient failure of OffsetValidationTest MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 01 Jan 2017 22:56:05 -0000 [ https://issues.apache.org/jira/browse/KAFKA-3513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15791790#comment-15791790 ] Shikhar Bhushan commented on KAFKA-3513: ---------------------------------------- There was a failure in the last run http://confluent-kafka-system-test-results.s3-us-west-2.amazonaws.com/2017-01-01--001.1483262815--apache--trunk--3d7e884/report.html {noformat} Module: kafkatest.tests.client.consumer_test Class: OffsetValidationTest Method: test_broker_failure Arguments: { "clean_shutdown": true, "enable_autocommit": true } {noformat} > Transient failure of OffsetValidationTest > ----------------------------------------- > > Key: KAFKA-3513 > URL: https://issues.apache.org/jira/browse/KAFKA-3513 > Project: Kafka > Issue Type: Bug > Components: consumer, system tests > Reporter: Ewen Cheslack-Postava > Assignee: Jason Gustafson > > http://confluent-kafka-system-test-results.s3-us-west-2.amazonaws.com/2016-04-05--001.1459840046--apache--trunk--31e263e/report.html > The version of the test fails in this case is: > Module: kafkatest.tests.client.consumer_test > Class: OffsetValidationTest > Method: test_broker_failure > Arguments: > { > "clean_shutdown": true, > "enable_autocommit": false > } > and others passed. It's unclear if the parameters actually have any impact on the failure. > I did some initial triage and it looks like the test code isn't seeing all the group members join the group (receive partition assignments), but it appears from the logs that they all did. This could indicate a simple timing issue, but I haven't been able to verify that yet. -- This message was sent by Atlassian JIRA (v6.3.4#6332)