[
https://issues.apache.org/jira/browse/GEODE-4144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16314185#comment-16314185
]
Shelley Lynn Hughes-Godfrey commented on GEODE-4144:
----------------------------------------------------
This issue reproduced in geode ci:
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/62
Note that the MembershipId portion of the EventId is different:
eventIds1[0]EventID[47e90a8cde5c(:loner):0:a92e3ec4;threadID=2;sequenceID=0]
... returned from client1 (client that did the putAll)
eventIds2[0]EventID[47e90a8cde5c(:loner):47162:a92e3ec4;threadID=2;sequenceID=0]
... returned from client2 (threadIdToSequenceIdMap)
{noformat}
org.apache.geode.internal.cache.ha.PutAllDUnitTest > testPutAll FAILED
java.lang.AssertionError: Event id mismatch:
eventIds1[0]EventID[47e90a8cde5c(:loner):0:a92e3ec4;threadID=2;sequenceID=0]:
eventIds2[0]EventID[47e90a8cde5c(:loner):47162:a92e3ec4;threadID=2;sequenceID=0]
expected:
org.apache.geode.internal.cache.EventID<EventIDid=25bytes;threadID=2;sequenceID=0]>
but was:
org.apache.geode.internal.cache.EventID<EventIDid=25bytes;threadID=2;sequenceID=0]>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:118)
at
org.apache.geode.internal.cache.ha.PutAllDUnitTest.testPutAll(PutAllDUnitTest.java:372)
{noformat}
> CI failure: org.apache.geode.internal.cache.ha.PutAllDUnitTest > testPutAll
> FAILED
> ----------------------------------------------------------------------------------
>
> Key: GEODE-4144
> URL: https://issues.apache.org/jira/browse/GEODE-4144
> Project: Geode
> Issue Type: Bug
> Components: client queues
> Affects Versions: 1.4.0
> Reporter: Shelley Lynn Hughes-Godfrey
>
> {noformat}
> org.apache.geode.internal.cache.ha.PutAllDUnitTest > testPutAll FAILED
> java.lang.AssertionError: expected:
> org.apache.geode.internal.cache.EventID<EventIDid=25bytes;threadID=2;sequenceID=0]>
> but was:
> org.apache.geode.internal.cache.EventID<EventIDid=25bytes;threadID=2;sequenceID=0]>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at
> org.apache.geode.internal.cache.ha.PutAllDUnitTest.testPutAll(PutAllDUnitTest.java:372)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)