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
)
Updated by François ARMAND about 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/2453
Updated by François ARMAND about 5 years ago
- Target version changed from 5.0.13 to 5.0.14
Updated by Nicolas CHARLES about 5 years ago
- Status changed from Pending technical review to Rejected
rejecting
Actions