Comment on page
2318
The Grainite 2318 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.
- For single-node (development) instances running on Linux: The Grainite server will now enforce that a core pattern was set properly during setup. This allows cores to be generated in the event of a crash to enable debugging. If running a single-node Grainite docker container on a linux machine, please follow the steps in our documentation to set this up.
- Debezium Extension (Early Access): An early access version of the Debezium extension is now available. This extension allows reading from a Debezium source connector and optionally writing from that input out to a JDBC interface. Documentation for the extension can be found 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 6mo ago