[ https://issues.apache.org/jira/browse/GEODE-8110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17148172#comment-17148172 ]
ASF GitHub Bot commented on GEODE-8110: --------------------------------------- kirklund commented on pull request #5323: URL: https://github.com/apache/geode/pull/5323#issuecomment-651397701 @mivanac DistributedTestOpenJDK11 hit GEODE-8172 which is unrelated to this PR. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > 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 > Reporter: Barrett Oglesby > Assignee: Kirk Lund > Priority: Major > Labels: GeodeOperationAPI, flaky > > 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)