You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jens Deppe (JIRA)" <ji...@apache.org> on 2018/10/04 20:51:00 UTC

[jira] [Commented] (GEODE-5829) CI Failure: WanAutoDiscoveryDUnitTest.locatorsReceiveHostnameForClientsFromRemoteSite

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

Jens Deppe commented on GEODE-5829:
-----------------------------------

Related is this StackOverflow question: https://stackoverflow.com/questions/52653506/udp-socket-binding-and-sending-behavior-on-windows-1709

> CI Failure: WanAutoDiscoveryDUnitTest.locatorsReceiveHostnameForClientsFromRemoteSite
> -------------------------------------------------------------------------------------
>
>                 Key: GEODE-5829
>                 URL: https://issues.apache.org/jira/browse/GEODE-5829
>             Project: Geode
>          Issue Type: Task
>          Components: wan
>            Reporter: Jens Deppe
>            Priority: Major
>
> On Windows Server 1709, this test fails with the following messages in the log:
> {noformat}
> [vm3] [error 2018/09/30 09:10:06.265 GMT <Geode UDP Timer-2,packer-5b29d43a-7a89-8400-5c1b-0e6722bfbcb3-12731> tid=0x4f] Exception caught while sending message
> [vm3] java.net.SocketException: Network is unreachable: Datagram send failed
> [vm3] 	at java.net.TwoStacksPlainDatagramSocketImpl.send(Native Method)
> [vm3] 	at java.net.DatagramSocket.send(DatagramSocket.java:693)
> [vm3] 	at org.jgroups.protocols.UDP._send(UDP.java:224)
> [vm3] 	at org.jgroups.protocols.UDP.sendUnicast(UDP.java:215)
> [vm3] 	at org.jgroups.protocols.TP.sendToSingleMember(TP.java:1974)
> [vm3] 	at org.jgroups.protocols.TP.doSend(TP.java:1962)
> [vm3] 	at org.apache.geode.distributed.internal.membership.gms.messenger.Transport.doSend(Transport.java:78)
> [vm3] 	at org.jgroups.protocols.TP.send(TP.java:1948)
> [vm3] 	at org.apache.geode.distributed.internal.membership.gms.messenger.Transport._send(Transport.java:50)
> [vm3] 	at org.jgroups.protocols.TP.down(TP.java:1515)
> [vm3] 	at org.jgroups.stack.Protocol.down(Protocol.java:439)
> [vm3] 	at org.apache.geode.distributed.internal.membership.gms.messenger.StatRecorder.down(StatRecorder.java:88)
> [vm3] 	at org.jgroups.protocols.UNICAST3.retransmit(UNICAST3.java:753)
> [vm3] 	at org.jgroups.protocols.UNICAST3.triggerXmit(UNICAST3.java:1559)
> [vm3] 	at org.jgroups.protocols.UNICAST3$RetransmitTask.run(UNICAST3.java:1509)
> [vm3] 	at org.jgroups.util.TimeScheduler3$Task.run(TimeScheduler3.java:291)
> [vm3] 	at org.jgroups.util.TimeScheduler3$RecurringTask.run(TimeScheduler3.java:325)
> [vm3] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> [vm3] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> [vm3] 	at java.lang.Thread.run(Thread.java:748)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)