Issue #4026 has been updated by Matt Robinson. Status changed from Investigating to Ready for Testing Keywords set to catalog cache Branch set to http://github.com/mmrobins/puppet/tree/bug/0.25.x/4026-use_cached_catalog
This was easy to reproduce and fix. However, there was a lot of confusion about how caching is implemented and expired as two different mechanisms do parts of this job for catalogs. The patch I've submitted fixes the problem, but a refactor of the caching code would be a welcome change in the future. ---------------------------------------- Bug #4026: use_cached_catalog is ignored if cache is too old http://projects.puppetlabs.com/issues/4026 Author: Alan Barrett Status: Ready for Testing Priority: Normal Assigned to: Matt Robinson Category: plumbing Target version: Affected version: 0.25.5 Keywords: catalog cache Branch: http://github.com/mmrobins/puppet/tree/bug/0.25.x/4026-use_cached_catalog When I say "--use_cached_catalog", I really mean it, but puppetd thinks it knows better: <pre> # /usr/local/sbin/puppetd --use_cached_catalog --noop --onetime --test info: Not using expired catalog for hostname.domain.example from cache; expired at Thu Jun 17 17:26:07 +0200 2010 notice: Using cached catalog info: Caching catalog for hostname.domain.example ... </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
