You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Vadim Lotarev (JIRA)" <ji...@apache.org> on 2018/02/27 11:32:00 UTC

[jira] [Comment Edited] (GEODE-4721) Being invoked within JTA Region.values() does return empty collection

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

Vadim Lotarev edited comment on GEODE-4721 at 2/27/18 11:31 AM:
----------------------------------------------------------------

Actually all iteration related operations do not work (say, {{forEach}}). Created {{EntriesSet}} returns empty iterator.


was (Author: vlotarev):
Actually all iteration related operations do not work (say, {{forEach}}). Created {{EntiresSet}} returns empty iterator.

> Being invoked within JTA Region.values() 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
>            Priority: Major
>
> {{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)