[
https://issues.apache.org/jira/browse/GEODE-3325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anthony Baker closed GEODE-3325.
--------------------------------
> org.apache.geode.internal.cache.rollingupgrade.RollingUpgrade2DUnitTest >
> testPutAndGetMixedServersReplicateRegion[0] FAILED
> ----------------------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-3325
> URL: https://issues.apache.org/jira/browse/GEODE-3325
> Project: Geode
> Issue Type: Bug
> Components: membership
> Reporter: Shelley Lynn Hughes-Godfrey
> Priority: Major
> Labels: flaky
>
> This is similar to GEODE-3305 ...although in that case, it appears that we
> allow the server to join the DS (we don't see the Assertion, only the suspect
> string: UnsupportedVersionException).
> In this test with an olderVersion locator and mixedServers (one with current
> version and one with older version (10-incubating)) ... the server is
> rejected by the locator and cache creation fails.
> vm_0 (currentVersionServer)
> vm1_v100 (oldVersion server with an embedded locator)
> vm_2 (currentVersionServer)
> vm_3_v100 (oldVersionServer)
> {noformat}
> org.apache.geode.internal.cache.rollingupgrade.RollingUpgrade2DUnitTest >
> testPutAndGetMixedServersReplicateRegion[0] FAILED
> org.apache.geode.test.dunit.RMIException: While invoking
> org.apache.geode.internal.cache.rollingupgrade.RollingUpgrade2DUnitTest$5.run
> in VM 2 running on Host 8419dac10c58 with 4 VMs
> at org.apache.geode.test.dunit.VM.invoke(VM.java:387)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:357)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:302)
> at
> org.apache.geode.internal.cache.rollingupgrade.RollingUpgrade2DUnitTest.invokeRunnableInVMs(RollingUpgrade2DUnitTest.java:1247)
> at
> org.apache.geode.internal.cache.rollingupgrade.RollingUpgrade2DUnitTest.doTestPutAndGetMixedServers(RollingUpgrade2DUnitTest.java:752)
> at
> org.apache.geode.internal.cache.rollingupgrade.RollingUpgrade2DUnitTest.testPutAndGetMixedServersReplicateRegion(RollingUpgrade2DUnitTest.java:684)
> Caused by:
> java.lang.AssertionError: Error creating cache
> Caused by:
> org.apache.geode.GemFireConfigException: Unable to join the
> distributed system. Operation either timed out, was stopped or Locator does
> not exist.
> at
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.join(GMSMembershipManager.java:667)
> at
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.joinDistributedSystem(GMSMembershipManager.java:753)
> at
> org.apache.geode.distributed.internal.membership.gms.Services.start(Services.java:190)
> at
> org.apache.geode.distributed.internal.membership.gms.GMSMemberFactory.newMembershipManager(GMSMemberFactory.java:107)
> at
> org.apache.geode.distributed.internal.membership.MemberFactory.newMembershipManager(MemberFactory.java:91)
> at
> org.apache.geode.distributed.internal.DistributionManager.<init>(DistributionManager.java:1155)
> at
> org.apache.geode.distributed.internal.DistributionManager.<init>(DistributionManager.java:1204)
> at
> org.apache.geode.distributed.internal.DistributionManager.create(DistributionManager.java:573)
> at
> org.apache.geode.distributed.internal.InternalDistributedSystem.initialize(InternalDistributedSystem.java:740)
> at
> org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:350)
> at
> org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:338)
> at
> org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:330)
> at
> org.apache.geode.distributed.DistributedSystem.connect(DistributedSystem.java:205)
> at
> org.apache.geode.cache.CacheFactory.create(CacheFactory.java:217)
> at
> org.apache.geode.internal.cache.rollingupgrade.RollingUpgrade2DUnitTest.createCache(RollingUpgrade2DUnitTest.java:1687)
> 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 1646
> [fatal 2017/07/27 17:03:00.573 UTC <locator request thread[1]> tid=0x24]
> Exception in processing request from 172.17.0.3
> org.apache.geode.cache.UnsupportedVersionException: Peer or client
> version with ordinal 65 not supported. Highest known version is 9.0
> at org.apache.geode.internal.Version.fromOrdinal(Version.java:257)
> at
> org.apache.geode.distributed.internal.tcpserver.TcpServer$3.run(TcpServer.java:383)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:748)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)