: Tuesday, November 10, 2020 6:51 PM
To: user@geode.apache.org
Subject: Re: Creating multiple regions in parallel using gfsh
I would like to add on to this thread that the feature to add locking around
command execution is added on the develop branch, and should be included in the
later release
: "user@geode.apache.org"
Date: Thursday, November 5, 2020 at 8:02 AM
To: "user@geode.apache.org"
Subject: Re: Creating multiple regions in parallel using gfsh
Hi, Ante,
Gfsh in general does not support concurrent users. All of its commands are
implemented without lock
To: "user@geode.apache.org"
Subject: Creating multiple regions in parallel using gfsh
Hi,
When creating multiple regions at once (in parallel) using gfsh interface, some
of region creations fail with exception:
[error 2020/11/05 10:59:29.034 CET tid=0x52]
Could not execute "cre
Hi,
When creating multiple regions at once (in parallel) using gfsh interface, some
of region creations fail with exception:
[error 2020/11/05 10:59:29.034 CET tid=0x52]
Could not execute "create region --name=region1 --type=PARTITION".
java.lang.RuntimeException
at
org.apache.g