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

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

Commit 81ae44d3d70283753168ba27ce76daad47824ba2 in geode's branch 
refs/heads/feature/GEODE-4647 from [~eshu]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=81ae44d ]

GEODE-4721: Fix a case that client proxy region returns empty set if … (#1532)

* GEODE-4721: Fix a case that client proxy region returns empty set if it is a 
first operation in the transaction.

Add additional test cases on set operation with JTA.



> Being invoked within JTA Region.values() (and all iteration related 
> operations) does return empty collection
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-4721
>                 URL: https://issues.apache.org/jira/browse/GEODE-4721
>             Project: Geode
>          Issue Type: Bug
>          Components: regions, transactions
>            Reporter: Vadim Lotarev
>            Assignee: Eric Shu
>            Priority: Critical
>              Labels: pull-request-available
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> {{Region.values()}} returns empty collection being invoked within JTA. Other 
> operations returns data, for example this workaround works (though less 
> efficient): {{region.getAll(region.keySet()).values()}}, also 
> {{Region.size()}} returns correct value.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to