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 <svenkatara...@linkedin.com>
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to