Karen Smoler Miller created GEODE-7997: ------------------------------------------
Summary: Parallel GS need disk store where their regions are Key: GEODE-7997 URL: https://issues.apache.org/jira/browse/GEODE-7997 Project: Geode Issue Type: Improvement Components: docs Reporter: Karen Smoler Miller Shutdown and startup will hang if their regions and parallel gateway disk stores are separated from each other. They need to be grouped together same as colocated regions. Disk store can differ for serial gateway senders, but parallel ones must be colocated with the regions they are attached to, and colocated regions must be stored in the same disk store to not cause synchronization issues. The resolution is to either have one disk store for all gateway senders and regions or group regions and gateway senders logically together in disk stores so each region and its gateway senders are in a particular disk store. Document this behavior and the solution. -- This message was sent by Atlassian Jira (v8.3.4#803005)