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 536B3200C5D for ; Fri, 7 Apr 2017 19:45:57 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 51F2C160B97; Fri, 7 Apr 2017 17:45:57 +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 99DB9160B84 for ; Fri, 7 Apr 2017 19:45:56 +0200 (CEST) Received: (qmail 38658 invoked by uid 500); 7 Apr 2017 17:45:55 -0000 Mailing-List: contact dev-help@samza.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@samza.apache.org Delivered-To: mailing list dev@samza.apache.org Received: (qmail 38647 invoked by uid 99); 7 Apr 2017 17:45:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Apr 2017 17:45:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2ED1BE00C5; Fri, 7 Apr 2017 17:45:55 +0000 (UTC) From: shanthoosh To: dev@samza.apache.org Reply-To: dev@samza.apache.org Message-ID: Subject: [GitHub] samza pull request #118: SAMZA-1194 - Commenting out testJmxReporter flaky t... Content-Type: text/plain Date: Fri, 7 Apr 2017 17:45:55 +0000 (UTC) archived-at: Fri, 07 Apr 2017 17:45:57 -0000 GitHub user shanthoosh opened a pull request: https://github.com/apache/samza/pull/118 SAMZA-1194 - Commenting out testJmxReporter flaky test TestJmxReporter brings up an JmxServer and uses it to test the reporter behavior. However, due to failures in bringing up/connecting to JMX server, this fails intermittently. Temporarily disabling it. Here is the failure exception. testJmxReporter FAILED java.rmi.ConnectException: Connection refused to host: 115.98.154.104.bc.googleusercontent.com; nested exception is: java.net.ConnectException: Connection timed out (Connection timed out) at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619) at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216) at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202) at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:130) at javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unknown Source) at javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2430) at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:308) at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:270) at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:229) at org.apache.samza.metrics.reporter.TestJmxReporter.testJmxReporter(TestJmxReporter.scala:76) Caused by: java.net.ConnectException: Connection timed out (Connection timed out) at java.net.PlainSocketImpl.socketConnect(Native Method) You can merge this pull request into a Git repository by running: $ git pull https://github.com/shanthoosh/samza disable_jmx_reporter_tests Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/118.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #118 ---- commit 3d4459bda5228bb884f2db022c4876bf52e4599d Author: Shanthoosh Venkataraman Date: 2017-04-07T17:36:05Z SAMZA-1194 - Commenting out testJmxReporter flaky test ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---