Return-Path: X-Original-To: apmail-spark-issues-archive@minotaur.apache.org Delivered-To: apmail-spark-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 41DC01897C for ; Tue, 17 Nov 2015 21:46:11 +0000 (UTC) Received: (qmail 38714 invoked by uid 500); 17 Nov 2015 21:46:11 -0000 Delivered-To: apmail-spark-issues-archive@spark.apache.org Received: (qmail 38610 invoked by uid 500); 17 Nov 2015 21:46:11 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@spark.apache.org Received: (qmail 38594 invoked by uid 99); 17 Nov 2015 21:46:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Nov 2015 21:46:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 06E442C1F63 for ; Tue, 17 Nov 2015 21:46:11 +0000 (UTC) Date: Tue, 17 Nov 2015 21:46:11 +0000 (UTC) From: "Apache Spark (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SPARK-11790) Flaky test: KafkaStreamTests.test_kafka_direct_stream_foreach_get_offsetRanges 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/SPARK-11790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009602#comment-15009602 ] Apache Spark commented on SPARK-11790: -------------------------------------- User 'zsxwing' has created a pull request for this issue: https://github.com/apache/spark/pull/9778 > Flaky test: KafkaStreamTests.test_kafka_direct_stream_foreach_get_offsetRanges > ------------------------------------------------------------------------------- > > Key: SPARK-11790 > URL: https://issues.apache.org/jira/browse/SPARK-11790 > Project: Spark > Issue Type: Bug > Components: PySpark, Streaming, Tests > Reporter: Shixiong Zhu > Labels: flaky-test > > Jenkins link: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46041/consoleFull > {code} > ====================================================================== > ERROR: test_kafka_direct_stream_foreach_get_offsetRanges (__main__.KafkaStreamTests) > Test the Python direct Kafka stream foreachRDD get offsetRanges. > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/streaming/tests.py", line 876, in setUp > self._kafkaTestUtils.setup() > File "/home/jenkins/workspace/SparkPullRequestBuilder/python/lib/py4j-0.9-src.zip/py4j/java_gateway.py", line 813, in __call__ > answer, self.gateway_client, self.target_id, self.name) > File "/home/jenkins/workspace/SparkPullRequestBuilder/python/lib/py4j-0.9-src.zip/py4j/protocol.py", line 308, in get_return_value > format(target_id, ".", name), value) > Py4JJavaError: An error occurred while calling o11914.setup. > : org.I0Itec.zkclient.exception.ZkTimeoutException: Unable to connect to zookeeper server within timeout: 6000 > at org.I0Itec.zkclient.ZkClient.connect(ZkClient.java:880) > at org.I0Itec.zkclient.ZkClient.(ZkClient.java:98) > at org.I0Itec.zkclient.ZkClient.(ZkClient.java:84) > at org.apache.spark.streaming.kafka.KafkaTestUtils.setupEmbeddedZookeeper(KafkaTestUtils.scala:99) > at org.apache.spark.streaming.kafka.KafkaTestUtils.setup(KafkaTestUtils.scala:122) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:231) > at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:381) > at py4j.Gateway.invoke(Gateway.java:259) > at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:133) > at py4j.commands.CallCommand.execute(CallCommand.java:79) > at py4j.GatewayConnection.run(GatewayConnection.java:209) > at java.lang.Thread.run(Thread.java:745) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org For additional commands, e-mail: issues-help@spark.apache.org