kamon.Kamon.counter("foo") causes a classloader leak when using run. This causes OOM after a few runs, depending on the application size, and makes the dev workflow unusable.
Here's a minimal project with instructions to reproduce the issue: https://github.com/ornicar/play-cdi-leak/tree/kamon
My setup:
- Linux 5.4.2
- openjdk version "13.0.1" 2019-10-15
- scala 2.13.1
- playframework 2.8.0
- sbt 1.3.5
Same issue on Kamon side: kamon-io/Kamon#629
kamon.Kamon.counter("foo")causes a classloader leak when usingrun. This causes OOM after a few runs, depending on the application size, and makes the dev workflow unusable.Here's a minimal project with instructions to reproduce the issue: https://github.com/ornicar/play-cdi-leak/tree/kamon
My setup:
Same issue on Kamon side: kamon-io/Kamon#629