I was curious how much of an effect the long running external fact was 
effecting the timing, so I updated the external fact script to simply echo 
the content (instead of fetching it from s3).  The facts it produced were 
the same as if it had fetched the facts from S3.

I then introduced a 'sleep x' before the echo statement in the script.  Now 
we see some compounding delays.  I think this adds a bit of support to the 
theory that puppet is unnecessarily re-evaluating facts, but it appears 
that facter may have some compounding delays as well.

Bottom Line:

When the script resolves instantaneously (echo statment only)
script takes .004s
facter takes .754s
puppet takes 1m

When the script takes 1s (sleep 1, then echo)
script takes 1s
facter takes 6s
puppet takes 1m12s

When the script takes 5s (sleep 5, then echo)
script takes 5s
facter takes 30s
puppet takes 2m38s

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/15127c27-91d5-452a-b322-af2b783d42fa%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to