Hi Jooq team, We want to report an issue with the latest release. We upgraded from 3.14.4 to 3.14.6 and then experienced a memory leak where the heap was slowly filling up with instances of org.jooq.impl.DefaultDataType instances.
We took a java heap dump of our service (a spring-boot service) and analysed it with Eclipse Memory Analyzer Tool. It showed that 70% of the memory was accumulated in a java.util.LinkedHashMap which contained these DefaultDataType objects. We didn't dig into this further, but the problem completely disappeared once we downgraded back to 3.14.4 so our conclusion is that the issue was with the new release. Kind regards, Helena -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/8ed0184c-f9a9-4ff0-a694-7908a3aabbc3n%40googlegroups.com.
