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

ASF subversion and git services commented on GEODE-9373:
--------------------------------------------------------

Commit 5936e4f3a8ded2d51546875562daaa200a4603ad in geode's branch 
refs/heads/develop from Xiaojian Zhou
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=5936e4f ]

GEODE-9373: add testEventIdOutOfOrderInPartitionRegionSingleHopFromCl… (#6609)



> add 
> testEventIdOutOfOrderInPartitionRegionSingleHopFromClientRegisteredInterest
> -------------------------------------------------------------------------------
>
>                 Key: GEODE-9373
>                 URL: https://issues.apache.org/jira/browse/GEODE-9373
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Xiaojian Zhou
>            Assignee: Xiaojian Zhou
>            Priority: Major
>              Labels: GeodeOperationAPI, pull-request-available
>
> PutAllClientServerDistributedTest.testEventIdOutOfOrderInPartitionRegionSingleHop()
>  was changed to only check the caller client's listener counts. However, it 
> is still necessary to add a different test to check another client's listener 
> counts from registerInterest subscription.
> The reason is, caller client's listener is triggered by the putAll itself. We 
> also need to test the subscription. 
> For the race mentioned in GEODE-9242, it is caused by 
> myRegion.registerInterest("ALL_KEYS") might be too slow and while it's 
> on-going, the server is closed. 
> We can move it earlier to immediately  after created region to resolve the 
> race.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to