-
Type:
Bug
-
Status: In Progress (View Workflow)
-
Priority:
Trivial
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Platform
-
Labels:
-
Story Points:1
DistributedMeterStore contains several memory leaks when storing CompletableFuture s in a map but failing to remove them when the futures are completed exceptionally. We should probably ensure these futures are always removed from memory using a whenComplete callback.