Debug: Prefetching apt resources for package
Debug: Executing '/usr/bin/dpkg-query-W--showformat'${Status} ${Package} ${Version} :DESC: ${Description}\n:DESC:\n''
What happens when this comes up in the log is that server 1 stands there until it runs out of ram and starts killing processes (i.e. standard OOM behaviour) while server 2 takes about half a minute to complete (with the puppet agent hogging quite a bit of ram and 100% CPU), but then actually completes properly. A detail regarding the execution time is that the execution time reported to Puppet Dashboard when this happens isn't even near the time it actually takes to run the command (for example, for server 2, it is reporting times somewhere around 10-15 sec).
So, anyone have any idea what might be causing this? Have anyone seen this previously? (I was able to find quite a lot of posts regarding the puppet agent eating a lot of resources, although I couldn't find anything which seemed related to this specific issue)
Regards,
Aron Lander