Comment on page
2320.2
The Grainite 2320.2 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.
- The
gx secret put
command now supports passing in a secret via a user-specified file with the--file
option.
- 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>
.
- A bug was preventing Python clients from connecting to secured Grainite clusters
- Stability and performance fixes.
Last modified 5mo ago