You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/07 22:17:41 UTC

[jira] [Commented] (SAMZA-1194) Disable Flaky test : TestJmxReporter#testJmxReporter

    [ https://issues.apache.org/jira/browse/SAMZA-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15961507#comment-15961507 ] 

ASF GitHub Bot commented on SAMZA-1194:
---------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/118


> Disable Flaky test : TestJmxReporter#testJmxReporter
> ----------------------------------------------------
>
>                 Key: SAMZA-1194
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1194
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Shanthoosh Venkataraman
>             Fix For: 0.13.0
>
>
> TestJmxReporter brings up an EmbeddedJmxServer 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)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)