Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Release Notes for persistent 3.4.5
-
persistent - Version 3.4.5
- Fix bug in encryption to ensure encrypted messages are properly padded
- Add persistentSyncs table for tracking sync times, mitigate runaway H2 database growth
-
That second bullet is significant for anyone who has a Persistent TCP publisher doing history syncs running on an H2 database. This was found to be the main culprit finally in relatively simple systems having databases grow into the gigabytes, but not having any events to speak of. We also raised the underlying issue with the H2 developers, and it is likely to have some patch soon for the larger issue of why all that space gets taken.