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 B94BF200C4D for ; Wed, 5 Apr 2017 18:52:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B7FE5160B94; Wed, 5 Apr 2017 16:52:55 +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 075C2160B76 for ; Wed, 5 Apr 2017 18:52:54 +0200 (CEST) Received: (qmail 36213 invoked by uid 500); 5 Apr 2017 16:52:49 -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 36199 invoked by uid 99); 5 Apr 2017 16:52:49 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Apr 2017 16:52:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 9994C1A07A7 for ; Wed, 5 Apr 2017 16:52:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id LAsvTZkWa4PA for ; Wed, 5 Apr 2017 16:52:47 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 8A35B5F295 for ; Wed, 5 Apr 2017 16:52:47 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id E564DE0185 for ; Wed, 5 Apr 2017 16:52:41 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id A161924016 for ; Wed, 5 Apr 2017 16:52:41 +0000 (UTC) Date: Wed, 5 Apr 2017 16:52:41 +0000 (UTC) From: "Armin Braun (JIRA)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (KAFKA-4801) Transient test failure (part 2): ConsumerBounceTest.testConsumptionWithBrokerFailures MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 05 Apr 2017 16:52:55 -0000 [ https://issues.apache.org/jira/browse/KAFKA-4801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Armin Braun resolved KAFKA-4801. -------------------------------- Resolution: Fixed Can't reproduce this anymore and could easily do so before. Also haven't seen this on Jenkins in the last few weeks. > Transient test failure (part 2): ConsumerBounceTest.testConsumptionWithBrokerFailures > ------------------------------------------------------------------------------------- > > Key: KAFKA-4801 > URL: https://issues.apache.org/jira/browse/KAFKA-4801 > Project: Kafka > Issue Type: Sub-task > Reporter: Armin Braun > Priority: Minor > Labels: transient-system-test-failure > > There is still some (but very little ... when reproducing this you need more than 100 runs in half the cases statistically) instability left in the test > {code} > ConsumerBounceTest.testConsumptionWithBrokerFailures > {code} > Resulting in this exception being thrown at a relatively low rate (I'd say def less than 0.5% of all runs on my machine). > {code} > kafka.api.ConsumerBounceTest > testConsumptionWithBrokerFailures FAILED > java.lang.IllegalArgumentException: You can only check the position for partitions assigned to this consumer. > at org.apache.kafka.clients.consumer.KafkaConsumer.position(KafkaConsumer.java:1271) > at kafka.api.ConsumerBounceTest.consumeWithBrokerFailures(ConsumerBounceTest.scala:96) > at kafka.api.ConsumerBounceTest.testConsumptionWithBrokerFailures(ConsumerBounceTest.scala:69) > {code} > this was also reported in a comment to the original KAFKA-4198 > https://issues.apache.org/jira/browse/KAFKA-4198?focusedCommentId=15765468&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15765468 -- This message was sent by Atlassian JIRA (v6.3.15#6346)