You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dan Smith (JIRA)" <ji...@apache.org> on 2017/07/11 21:21:00 UTC

[jira] [Commented] (GEODE-1988) CI failure: ParallelWANPropagationClientServerDUnitTest.testParallelPropagationWithClientServer fails with NoSubscriptionServersAvailableException: Primary discovery failed.

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

Dan Smith commented on GEODE-1988:
----------------------------------

Looking at the code, this test is setting up the client with a small read timeout. I think it's just timing out on slower systems. We should up the read timeout.

In WANTestBase.createClientWithLocator (this the only test that uses this method):
{noformat}
      p = PoolManager.createFactory().addLocator(host, port0).setPingInterval(250)
          .setSubscriptionEnabled(true).setSubscriptionRedundancy(-1).setReadTimeout(2000)
          .setSocketBufferSize(1000).setMinConnections(6).setMaxConnections(10).setRetryAttempts(3)
          .create("pool");
{noformat}

> CI failure: ParallelWANPropagationClientServerDUnitTest.testParallelPropagationWithClientServer fails with NoSubscriptionServersAvailableException: Primary discovery failed.
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-1988
>                 URL: https://issues.apache.org/jira/browse/GEODE-1988
>             Project: Geode
>          Issue Type: Bug
>          Components: client/server
>            Reporter: Darrel Schneider
>              Labels: ci
>         Attachments: TEST-org.apache.geode.internal.cache.wan.parallel.ParallelWANPropagationClientServerDUnitTest.xml
>
>
> :geode-core:distributedTest
> org.apache.geode.internal.cache.tier.sockets.RegisterInterestKeysPRDUnitTest > testRegisterCreatesInvalidEntry FAILED
>     org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.internal.cache.tier.sockets.RegisterInterestKeysDUnitTest$$Lambda$18/601024495.run in VM 3 running on Host 583dcf0e97d9 with 4 VMs
>         Caused by:
>         java.lang.AssertionError: failed while registering interest
>             Caused by:
>             org.apache.geode.cache.NoSubscriptionServersAvailableException: org.apache.geode.cache.NoSubscriptionServersAvailableException: Primary discovery failed.
>                 Caused by:
>                 org.apache.geode.cache.NoSubscriptionServersAvailableException: Primary discovery failed.
> 7578 tests completed, 1 failed, 588 skipped



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)