summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-03-21 00:26:08 -0500
committerLuke Kanies <luke@madstop.com>2008-03-21 00:26:08 -0500
commitf6325dceb3b10c300f421f540281bbd64bdc091e (patch)
treedb3ae0d91d53e0f4a8a3815d891e04271e4a19d7 /CHANGELOG
parent25b81b386b3581c1afb8c1ffcd23e2b1953472b4 (diff)
downloadpuppet-f6325dceb3b10c300f421f540281bbd64bdc091e.tar.gz
puppet-f6325dceb3b10c300f421f540281bbd64bdc091e.tar.xz
puppet-f6325dceb3b10c300f421f540281bbd64bdc091e.zip
Found an array that leaked pretty quickly between reparsing
files, thanks to work by Adam Jacob and Arjuna Christenson (the finding, not the leak). I'm going to act like this fixes #1131, at least for now, but I doubt it does, since that shows general memory growth over time, whereas the leak here should go away as soon as files are reparsed (because the parser is holding the reference to the leaking array).
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 80152a2d1..659ae28b7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+ Found an array that leaked pretty quickly between reparsing
+ files, thanks to work by Adam Jacob and Arjuna Christenson
+ (the finding, not the leak). I'm going to act like this
+ fixes #1131, at least for now, but I doubt it does,
+ since that shows general memory growth over time, whereas
+ the leak here should go away as soon as files are reparsed
+ (because the parser is holding the reference to the leaking
+ array).
+
Fixed #1147: Cached nodes are correctly considered out of
date if the node facts have been updated (thus causing
node facts to again be available in manifests, for those