Stopping a Data Grid Gracefully
To stop a data grid, stop all its component processes in this order.
See also, Sample Scripts.
- Procedure
- Optional. Back up the data grid definition to a file.
- Stop all proxies.
Stopping all proxies prevents clients from accessing the data grid. Open objects in client programs become invalid, and their methods throw exceptions.
- Stop all nodes.
- Stop all state keepers.
- Optional. Stop the realm service.
Subtopics