Hi, Geode Community, Currently, the CMS CRUD operations are not thread safe, if one call tries to create a region, and another call tries to delete the same region, if timing is off, we could end up with inconsistent state (what's in cluster config and what's actually on the server). So we should make these operations thread safe. Here is the proposal to try to achieve it:
https://cwiki.apache.org/confluence/display/GEODE/Make+Cluster+Management+Service%28CMS%29+Thread+Safe Comments/suggestions welcome. Jinmei