-
-
Notifications
You must be signed in to change notification settings - Fork 79
Struggling with unmanaged memory #361
Description
Description
Hi, I'd start saying that I don't know if this is an actual issue or just a misconfiguration problem.
However I've a topology with 2 KStreams and an Outer Join between these 2 KStreams.
KStream1 receive a data every 100ms
KStream2 receive a data every about 3/4s
Uses a RocksDb store with default settings.
Everything works fine but I can see the unmanaged memory keep growing indefinitely.
This is a picture from dotmemory of the application after several hours of work (on the very same partition).
To add more context I'm also applying a 20 min Grace period, 10 min Retention Time and 10 min for WindowStoreChangelogAdditionalRetentionMs
Run the application both on Linux or Windows environment shows a similar behavior
Is there something I can check\verify in the configuration to avoid this issue?
