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 D87D5200BA3 for ; Thu, 6 Oct 2016 00:03:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D72CC160ADE; Wed, 5 Oct 2016 22:03:22 +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 29936160AEF for ; Thu, 6 Oct 2016 00:03:22 +0200 (CEST) Received: (qmail 62776 invoked by uid 500); 5 Oct 2016 22:03:21 -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 62458 invoked by uid 99); 5 Oct 2016 22:03:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2016 22:03:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9E1DF2C2AB6 for ; Wed, 5 Oct 2016 22:03:20 +0000 (UTC) Date: Wed, 5 Oct 2016 22:03:20 +0000 (UTC) From: "Ismael Juma (JIRA)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (KAFKA-3985) Transient system test failure ZooKeeperSecurityUpgradeTest.test_zk_security_upgrade.security_protocol MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 05 Oct 2016 22:03:23 -0000 [ https://issues.apache.org/jira/browse/KAFKA-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-3985. -------------------------------- Resolution: Fixed Fix Version/s: 0.10.1.0 Issue resolved by pull request 1973 [https://github.com/apache/kafka/pull/1973] > Transient system test failure ZooKeeperSecurityUpgradeTest.test_zk_security_upgrade.security_protocol > ----------------------------------------------------------------------------------------------------- > > Key: KAFKA-3985 > URL: https://issues.apache.org/jira/browse/KAFKA-3985 > Project: Kafka > Issue Type: Test > Components: system tests > Affects Versions: 0.10.0.0 > Reporter: Jason Gustafson > Assignee: Flavio Junqueira > Fix For: 0.10.1.0 > > > Found this in the nightly build on the 0.10.0 branch. Full details here: http://testing.confluent.io/confluent-kafka-0-10-0-system-test-results/?prefix=2016-07-22--001.1469199875--apache--0.10.0--71a598a/. > {code} > test_id: 2016-07-22--001.kafkatest.tests.core.zookeeper_security_upgrade_test.ZooKeeperSecurityUpgradeTest.test_zk_security_upgrade.security_protocol=SSL > status: FAIL > run time: 5 minutes 14.067 seconds > 292 acked message did not make it to the Consumer. They are: 11264, 11265, 11266, 11267, 11268, 11269, 11270, 11271, 11272, 11273, 11274, 11275, 11276, 11277, 11278, 11279, 11280, 11281, 11282, 11283, ...plus 252 more. Total Acked: 11343, Total Consumed: 11054. We validated that the first 272 of these missing messages correctly made it into Kafka's data files. This suggests they were lost on their way to the consumer. > Traceback (most recent call last): > File "/var/lib/jenkins/workspace/system-test-kafka-0.10.0/kafka/venv/local/lib/python2.7/site-packages/ducktape/tests/runner.py", line 106, in run_all_tests > data = self.run_single_test() > File "/var/lib/jenkins/workspace/system-test-kafka-0.10.0/kafka/venv/local/lib/python2.7/site-packages/ducktape/tests/runner.py", line 162, in run_single_test > return self.current_test_context.function(self.current_test) > File "/var/lib/jenkins/workspace/system-test-kafka-0.10.0/kafka/venv/local/lib/python2.7/site-packages/ducktape/mark/_mark.py", line 331, in wrapper > return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs) > File "/var/lib/jenkins/workspace/system-test-kafka-0.10.0/kafka/tests/kafkatest/tests/core/zookeeper_security_upgrade_test.py", line 115, in test_zk_security_upgrade > self.run_produce_consume_validate(self.run_zk_migration) > File "/var/lib/jenkins/workspace/system-test-kafka-0.10.0/kafka/tests/kafkatest/tests/produce_consume_validate.py", line 79, in run_produce_consume_validate > raise e > AssertionError: 292 acked message did not make it to the Consumer. They are: 11264, 11265, 11266, 11267, 11268, 11269, 11270, 11271, 11272, 11273, 11274, 11275, 11276, 11277, 11278, 11279, 11280, 11281, 11282, 11283, ...plus 252 more. Total Acked: 11343, Total Consumed: 11054. We validated that the first 272 of these missing messages correctly made it into Kafka's data files. This suggests they were lost on their way to the consumer. > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)