Return-Path: X-Original-To: apmail-incubator-kafka-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-kafka-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AFEE1D537 for ; Sat, 18 Aug 2012 05:31:41 +0000 (UTC) Received: (qmail 51322 invoked by uid 500); 18 Aug 2012 05:31:40 -0000 Delivered-To: apmail-incubator-kafka-dev-archive@incubator.apache.org Received: (qmail 51161 invoked by uid 500); 18 Aug 2012 05:31:39 -0000 Mailing-List: contact kafka-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kafka-dev@incubator.apache.org Delivered-To: mailing list kafka-dev@incubator.apache.org Received: (qmail 51137 invoked by uid 99); 18 Aug 2012 05:31:38 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Aug 2012 05:31:38 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4E5F62C5BE3 for ; Sat, 18 Aug 2012 05:31:38 +0000 (UTC) Date: Sat, 18 Aug 2012 16:31:38 +1100 (NCT) From: "Jun Rao (JIRA)" To: kafka-dev@incubator.apache.org Message-ID: <2410132.26251.1345267898321.JavaMail.jiratomcat@arcas> In-Reply-To: <1616481218.23838.1345218578429.JavaMail.jiratomcat@arcas> Subject: [jira] [Resolved] (KAFKA-467) Controller based leader election failed ERROR messages in LazyInitProducerTest MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KAFKA-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-467. --------------------------- Resolution: Fixed Fix Version/s: 0.8 Thanks for the patch. Committed to 0.8. > Controller based leader election failed ERROR messages in LazyInitProducerTest > ------------------------------------------------------------------------------ > > Key: KAFKA-467 > URL: https://issues.apache.org/jira/browse/KAFKA-467 > Project: Kafka > Issue Type: Bug > Components: core > Affects Versions: 0.8 > Reporter: Neha Narkhede > Assignee: Yang Ye > Labels: bugs, replication-testing > Fix For: 0.8 > > Attachments: kafka_467.diff > > > [info] Test Starting: testMultiProduce(kafka.integration.LazyInitProducerTest) > [2012-08-17 08:46:45,165] ERROR Timing out after 500 ms since leader is not elected for topic test1 partition 0 (kafka.utils.TestUtils$:93) > [2012-08-17 08:46:45,668] ERROR Timing out after 500 ms since leader is not elected for topic test2 partition 0 (kafka.utils.TestUtils$:93) > [2012-08-17 08:46:46,171] ERROR Timing out after 500 ms since leader is not elected for topic test3 partition 0 (kafka.utils.TestUtils$:93) > [info] Test Passed: testMultiProduce(kafka.integration.LazyInitProducerTest) > [info] Test Starting: testMultiProduceResend(kafka.integration.LazyInitProducerTest) > [2012-08-17 08:46:49,028] ERROR Timing out after 1500 ms since leader is not elected for topic test1 partition 0 (kafka.utils.TestUtils$:93) > [2012-08-17 08:46:50,531] ERROR Timing out after 1500 ms since leader is not elected for topic test2 partition 0 (kafka.utils.TestUtils$:93) > [2012-08-17 08:46:52,034] ERROR Timing out after 1500 ms since leader is not elected for topic test3 partition 0 (kafka.utils.TestUtils$:93) > [info] Test Passed: testMultiProduceResend(kafka.integration.LazyInitProducerTest) > Leader election should not time out -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira