You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/03/04 19:09:00 UTC

[jira] [Commented] (GEODE-7842) Improve concurrent region creation

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

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

Commit a5c8e2bc0e41bf591c24e44e1cbfe48c3ca59e7b in geode's branch refs/heads/develop from Jens Deppe
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a5c8e2b ]

GEODE-7842: Improve concurrent region creation (#4767)




> Improve concurrent region creation
> ----------------------------------
>
>                 Key: GEODE-7842
>                 URL: https://issues.apache.org/jira/browse/GEODE-7842
>             Project: Geode
>          Issue Type: Bug
>          Components: gfsh
>            Reporter: Jens Deppe
>            Assignee: Jens Deppe
>            Priority: Major
>             Fix For: 1.13.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> The Redis adapter has some tests that result in regions being attempted to be created concurrently. The region create call uses {{ifNotExists=true}} but occasionally I still see {{RegionCreationException}}s as multiple threads are in the {{RegionCreateFunction}} concurrently trying to create the same region.



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