[ https://issues.apache.org/jira/browse/GEODE-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16657465#comment-16657465 ]
ASF subversion and git services commented on GEODE-5890: -------------------------------------------------------- Commit 481b46f671f98466b7b759a9440b95feb1c1c9c4 in geode's branch refs/heads/feature/GEODE-5890 from zhouxh [ https://gitbox.apache.org/repos/asf?p=geode.git;h=481b46f ] GEODE-5890: a cleaner fix to skip calling GatewayConflictResolver if tag has the same distributed system id. > gateway events from the same distributed system did not check misorder > ---------------------------------------------------------------------- > > Key: GEODE-5890 > URL: https://issues.apache.org/jira/browse/GEODE-5890 > Project: Geode > Issue Type: Bug > Components: wan > Reporter: xiaojian zhou > Assignee: xiaojian zhou > Priority: Major > Labels: pull-request-available > Fix For: 1.8.0 > > Time Spent: 40m > Remaining Estimate: 0h > > {noformat} > Host name: rs-GEM-2228-1638a2i3xlarge-hydra-client-28 > OS name: Linux > Architecture: amd64 > OS version: 3.10.0-862.11.6.el7.x86_64 > Java version: 1.8.0_181 > Java vm name: Java HotSpot(TM) 64-Bit Server VM > Java vendor: Oracle Corporation > Java home: /usr/local/regr/jdk/jdk1.8.0_181/jre > ##################################################### > Product > Product-Name: Pivotal GemFire > Product-Version: 9.6.0 > Native version: native code unavailable > Build > Build-Date: 2018-09-18 00:33:49 +0000 > Build-Id: root 9 > Build-Java-Version: 1.8.0_171 > Build-Platform: Linux 4.4.0-89-generic amd64 > Open > Source-Date: 2018-09-18 00:29:00 +0000 > Source-Repository: support/9.6 > Source-Revision: b404fab8c4fe962dc8adab827034efdbc93ab861 > Closed > GemFire-Source-Date: 2018-09-10 23:15:03 +0000 > GemFire-Source-Repository: support/9.6 > GemFire-Source-Revision: f5a2b5ec6e6144a0635c41d1605b4586dd8acc6a > Running on: /10.32.111.152, 4 cpu(s), amd64 Linux > 3.10.0-862.11.6.el7.x86_64 > ##################################################### > Test was run from versioning/newWan/wanVersioning.bt > Test: > versioning/newWan/parRegSerialSenderKeysPerWanHct.conf > bridgeHostsPerSite=3 > bridgeThreadsPerVM=2 > bridgeVMsPerHost=1 > clientMem=256m > edgeHostsPerSite=2 > edgeThreadsPerVM=5 > edgeVMsPerHost=1 > enableFailover=true > locatorHostsPerSite=1 > locatorThreadsPerVM=2 > locatorVMsPerHost=1 > maxOps=20000 > redundantCopies=1 > resultWaitSec=1200 > serverMem=256m > wanSites=4 > Run with local.conf: > hydra.Prms-randomSeed=1537256262399; > hydra.Prms-randomSeed=1537256262399; > hydra.GemFirePrms-logLevel = fine; > //randomSeed extracted from test: > hydra.Prms-randomSeed=1537256262399; > *** Test failed with this error: > CLIENT vm_17_thr_50_edge_3_2_host1_11693 > TASK[0] versioning.newWan.WanConflictResolverTest.HydraTask_doOpsAndValidateHA > ERROR util.TestException: Snapshot written by edge_1_2(pid=11618). Expected > /DefaultRegion to be size 24, but it is size 23 > The following 1 keys were missing from /DefaultRegion: [Object_10] > util.TestException: Snapshot written by edge_1_2(pid=11618). Expected > /DefaultRegion to be size 24, but it is size 23 > The following 1 keys were missing from /DefaultRegion: [Object_10] > at > newWan.WANOperationsClient.verifyRegionContents(WANOperationsClient.java:1089) > at > versioning.newWan.WanConflictResolverTest.validateEntryOperationFromBBSnapshot(WanConflictResolverTest.java:364) > at > versioning.newWan.WanConflictResolverTest.doOpsAndValidateHA(WanConflictResolverTest.java:319) > at > versioning.newWan.WanConflictResolverTest.HydraTask_doOpsAndValidateHA(WanConflictResolverTest.java:111) > at sun.reflect.GeneratedMethodAccessor327.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at hydra.MethExecutor.execute(MethExecutor.java:181) > at hydra.MethExecutor.execute(MethExecutor.java:149) > at hydra.TestTask.execute(TestTask.java:197) > at hydra.RemoteTestModule$1.run(RemoteTestModule.java:213) > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)