jgroups-extras/jgroups-kubernetes

Memory leak in mjson library

Macok opened this issue · 2 comments

Macok commented

There is a memory leak just discovered in mjson library, which this project is using.
bolerio/mjson#27

Here's some analysis of a heap dump, dumped from our application using your KubePing implementation.
leak2

I would suggest switching to more mature json parser, at least until mjson issue gets fixed.

Thanks @Macok for noticing. I proposed fix here: bolerio/mjson#28

Fixed by #38