Comment on page
2324
The Grainite 2324 release is a limited production ready (PR) release meant for Grainite Design Partners. This release is suitable for continued application development, production deployments and creation of operational practices for Grainite Clusters.
- If an action Handler is down
gx mon
will now display it in red to indicate that intervention is needed as described here.
- A
cluster-reset
script has been added for fully resetting a cluster, including removal of all applications' data and logs on the server and any system state. This script is intended primarily for development and test environments where temporary sample data accumulates. To prevent accidental use (e.g. in a production environment), a prompt requires the user to type the full name of the cluster as confirmation. Usage details here.
- Affects only single node development instances, not clusters: after a large amount of data has been ingested (approximately over 5GB) of events, if the Grainite container is restarted,
topic dump
may hang. The workaround if this issue is encountered would be to delete accumulated data by runningrm -rf <path to dx directory>
.
- Stability and performance fixes.
Last modified 3mo ago