You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Mark Hanson (Jira)" <ji...@apache.org> on 2020/09/03 17:23:00 UTC

[jira] [Updated] (GEODE-8110) CI failure: JMXMBeanReconnectDUnitTest > serverMXBeansAreRestoredOnBothLocatorsAfterCrashedServerReturns failed with IOException

     [ https://issues.apache.org/jira/browse/GEODE-8110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Hanson updated GEODE-8110:
-------------------------------
    Affects Version/s: 1.13.0

> CI failure: JMXMBeanReconnectDUnitTest > serverMXBeansAreRestoredOnBothLocatorsAfterCrashedServerReturns failed with IOException
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-8110
>                 URL: https://issues.apache.org/jira/browse/GEODE-8110
>             Project: Geode
>          Issue Type: Bug
>          Components: jmx
>    Affects Versions: 1.13.0
>            Reporter: Barrett Oglesby
>            Assignee: Kirk Lund
>            Priority: Major
>              Labels: GeodeOperationAPI, flaky
>             Fix For: 1.14.0
>
>
> DistributedTestOpenJDK8 build 158:
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/158
> Failed with:
> {noformat}
> org.apache.geode.management.JMXMBeanReconnectDUnitTest > serverMXBeansAreRestoredOnBothLocatorsAfterCrashedServerReturns FAILED
>     java.lang.AssertionError: Suspicious strings were written to the log during this run.
>     Fix the strings or use IgnoredException.addIgnoredException to ignore.
>     -----------------------------------------------------------------------
>     Found suspect string in log4j at line 2903
>     org.apache.geode.alerting.internal.spi.AlertingIOException: java.io.IOException: Cannot form connection to alert listener 172.17.0.6(locator2:1:locator)<ec><v1>:41002
>     	at org.apache.geode.internal.tcp.TCPConduit.getConnection(TCPConduit.java:881)
>     	at org.apache.geode.distributed.internal.direct.DirectChannel.getConnections(DirectChannel.java:451)
>     	at org.apache.geode.distributed.internal.direct.DirectChannel.sendToMany(DirectChannel.java:268)
>     	at org.apache.geode.distributed.internal.direct.DirectChannel.sendToOne(DirectChannel.java:182)
>     	at org.apache.geode.distributed.internal.direct.DirectChannel.send(DirectChannel.java:510)
>     	at org.apache.geode.distributed.internal.DistributionImpl.directChannelSend(DistributionImpl.java:346)
>     	at org.apache.geode.distributed.internal.DistributionImpl.send(DistributionImpl.java:291)
>     	at org.apache.geode.distributed.internal.ClusterDistributionManager.sendViaMembershipManager(ClusterDistributionManager.java:2058)
>     	at org.apache.geode.distributed.internal.ClusterDistributionManager.sendOutgoing(ClusterDistributionManager.java:1986)
>     	at org.apache.geode.distributed.internal.ClusterDistributionManager.sendMessage(ClusterDistributionManager.java:2023)
>     	at org.apache.geode.distributed.internal.ClusterDistributionManager.putOutgoing(ClusterDistributionManager.java:1083)
>     	at org.apache.geode.alerting.internal.ClusterAlertMessaging.lambda$null$0(ClusterAlertMessaging.java:103)
>     	at org.apache.geode.alerting.internal.spi.AlertingAction.execute(AlertingAction.java:34)
>     	at org.apache.geode.alerting.internal.ClusterAlertMessaging.lambda$sendAlert$1(ClusterAlertMessaging.java:81)
>     	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>     	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>     	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>     	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>     	at java.lang.Thread.run(Thread.java:748)
>     Caused by: java.io.IOException: Cannot form connection to alert listener 172.17.0.6(locator2:1:locator)<ec><v1>:41002
>     	at org.apache.geode.internal.tcp.Connection.createSender(Connection.java:978)
>     	at org.apache.geode.internal.tcp.ConnectionTable.handleNewPendingConnection(ConnectionTable.java:288)
>     	at org.apache.geode.internal.tcp.ConnectionTable.getSharedConnection(ConnectionTable.java:392)
>     	at org.apache.geode.internal.tcp.ConnectionTable.get(ConnectionTable.java:571)
>     	at org.apache.geode.internal.tcp.TCPConduit.getConnection(TCPConduit.java:800)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)