You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jens Deppe (Jira)" <ji...@apache.org> on 2020/03/03 22:41:00 UTC

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

Jens Deppe created GEODE-7842:
---------------------------------

             Summary: 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


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)