Actions
Architecture #15676
closedBug #15675: Leak in Cache of Node Compliance and NodeInfo and perfs improvement
Remove Map#keySet because of memory not freed
Status:
Rejected
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Fix check:
To do
Regression:
Description
We are not sure how the source map is kept when we do Map#keySet
, so we will remove its use appart in the most trivial usage (typically, Map#keySet.contains
is a good use case, or comparing two keySet
)
Actions