[
https://issues.apache.org/jira/browse/GEODE-8110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277292#comment-17277292
]
ASF subversion and git services commented on GEODE-8110:
--------------------------------------------------------
Commit 9f358f305acf590ac5e6f2b2dcd0790de61a8986 in geode's branch
refs/heads/support/1.13 from Kirk Lund
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=9f358f3 ]
GEODE-8110: Ignore AlertingIOException in JMXMBeanReconnectDUnitTest (#5323)
(cherry picked from commit 3f3b77e8a519c4d812c0eb008a38ae0c5b1c1a99)
> 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)