You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Owen Nichols (Jira)" <ji...@apache.org> on 2022/06/22 20:47:04 UTC

[jira] [Closed] (GEODE-9038) CI Failure: ShutdownAllDUnitTest > testShutdownAllWithMembersWaiting fails with suspect strings

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

Owen Nichols closed GEODE-9038.
-------------------------------

> CI Failure: ShutdownAllDUnitTest > testShutdownAllWithMembersWaiting fails with suspect strings
> -----------------------------------------------------------------------------------------------
>
>                 Key: GEODE-9038
>                 URL: https://issues.apache.org/jira/browse/GEODE-9038
>             Project: Geode
>          Issue Type: Bug
>          Components: tests
>            Reporter: John Hutchison
>            Assignee: Kirk Lund
>            Priority: Major
>              Labels: GeodeOperationAPI, pull-request-available
>             Fix For: 1.15.0
>
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/78
> org.apache.geode.internal.cache.partitioned.ShutdownAllDUnitTest > testShutdownAllWithMembersWaiting 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 'dunit_suspect-vm0.log' at line 1246
>     [fatal 2021/03/15 19:27:44.311 GMT <AlertingMessaging Processor1> tid=1461] While pushing message <Alert "PartitionedRegion /region: caught unexpected exception during data cleanup" level WARNING> to recipients: <172.17.0.7(179)<v65>:41003>
>     org.apache.geode.alerting.internal.spi.AlertingIOException: java.io.IOException: Cannot form connection to alert listener 172.17.0.7(179)<v65>:41003
>     	at org.apache.geode.internal.tcp.TCPConduit.getConnection(TCPConduit.java:884)
>     	at org.apache.geode.distributed.internal.direct.DirectChannel.getConnections(DirectChannel.java:464)
>     	at org.apache.geode.distributed.internal.direct.DirectChannel.sendToMany(DirectChannel.java:280)
>     	at org.apache.geode.distributed.internal.direct.DirectChannel.sendToOne(DirectChannel.java:187)
>     	at org.apache.geode.distributed.internal.direct.DirectChannel.send(DirectChannel.java:523)
>     	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:2053)
>     	at org.apache.geode.distributed.internal.ClusterDistributionManager.sendOutgoing(ClusterDistributionManager.java:1981)
>     	at org.apache.geode.distributed.internal.ClusterDistributionManager.sendMessage(ClusterDistributionManager.java:2018)
>     	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.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
>     	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>     	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>     	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>     	at java.base/java.lang.Thread.run(Thread.java:834)
>     Caused by: java.io.IOException: Cannot form connection to alert listener 172.17.0.7(179)<v65>:41003
>     	at org.apache.geode.internal.tcp.ConnectionTable.getSharedConnection(ConnectionTable.java:406)
>     	at org.apache.geode.internal.tcp.ConnectionTable.get(ConnectionTable.java:574)
>     	at org.apache.geode.internal.tcp.TCPConduit.getConnection(TCPConduit.java:803)
>     	... 18 more



--
This message was sent by Atlassian Jira
(v8.20.7#820007)