Issue #19237 has been updated by Tristan Helmich. Status changed from Investigating to Needs Decision Assignee deleted (Tristan Helmich)
---------------------------------------- Bug #19237: puppet agent reapplies the catalog n number of times depending on how many reloads it recieved https://projects.puppetlabs.com/issues/19237#change-94541 * Author: Abay C * Status: Needs Decision * Priority: Normal * Assignee: * Category: agent * Target version: * Affected Puppet version: 3.2.2 * Keywords: agent, reload, USR1 * Branch: ---------------------------------------- mcollective-puppet-agent.noarch 1.4.0-1 mcollective-puppet-client.noarch 1.4.0-1 <pre> node puppet-consumer.dev.local { notify{"NotDeployment": } [root@puppet-master manifests]# i=0; while [ $i -lt 15 ] ; do mco puppet runonce ; i=$[$i + 1]; done ; ___________________________________ Feb 13 03:25:39 puppet-consumer puppet-agent[21311]: Ignoring --listen on onetime run Feb 13 03:26:22 puppet-consumer puppet-agent[21311]: Finished catalog run in 10.19 seconds Feb 13 03:26:24 puppet-consumer puppet-agent[21564]: Ignoring --listen on onetime run Feb 13 03:26:27 puppet-consumer puppet-agent[21564]: Caught USR1; calling reload Feb 13 03:26:42 puppet-consumer last message repeated 7 times Feb 13 03:26:51 puppet-consumer puppet-agent[21564]: NotDeployment Feb 13 03:26:51 puppet-consumer puppet-agent[21564]: (/Stage[main]//Node[puppet-consumer.dev.local]/Notify[NotDeployment]/message) defined 'message' as 'NotDeployment' Feb 13 03:26:58 puppet-consumer puppet-agent[21564]: Finished catalog run in 10.11 seconds Feb 13 03:27:23 puppet-consumer puppet-agent[21564]: NotDeployment Feb 13 03:27:23 puppet-consumer puppet-agent[21564]: (/Stage[main]//Node[puppet-consumer.dev.local]/Notify[NotDeployment]/message) defined 'message' as 'NotDeployment' Feb 13 03:27:31 puppet-consumer puppet-agent[21564]: Finished catalog run in 9.76 seconds Feb 13 03:28:01 puppet-consumer puppet-agent[21564]: NotDeployment Feb 13 03:28:01 puppet-consumer puppet-agent[21564]: (/Stage[main]//Node[puppet-consumer.dev.local]/Notify[NotDeployment]/message) defined 'message' as 'NotDeployment' Feb 13 03:28:09 puppet-consumer puppet-agent[21564]: Finished catalog run in 9.44 seconds Feb 13 03:28:41 puppet-consumer puppet-agent[21564]: NotDeployment Feb 13 03:28:41 puppet-consumer puppet-agent[21564]: (/Stage[main]//Node[puppet-consumer.dev.local]/Notify[NotDeployment]/message) defined 'message' as 'NotDeployment' Feb 13 03:28:48 puppet-consumer puppet-agent[21564]: Finished catalog run in 9.42 seconds Feb 13 03:29:13 puppet-consumer puppet-agent[21564]: NotDeployment Feb 13 03:29:13 puppet-consumer puppet-agent[21564]: (/Stage[main]//Node[puppet-consumer.dev.local]/Notify[NotDeployment]/message) defined 'message' as 'NotDeployment' Feb 13 03:29:20 puppet-consumer puppet-agent[21564]: Finished catalog run in 9.15 seconds Feb 13 03:29:37 puppet-consumer puppet-agent[21564]: NotDeployment Feb 13 03:29:37 puppet-consumer puppet-agent[21564]: (/Stage[main]//Node[puppet-consumer.dev.local]/Notify[NotDeployment]/message) defined 'message' as 'NotDeployment' Feb 13 03:29:44 puppet-consumer puppet-agent[21564]: Finished catalog run in 8.96 seconds Feb 13 03:29:53 puppet-consumer puppet-agent[21564]: NotDeployment Feb 13 03:29:53 puppet-consumer puppet-agent[21564]: (/Stage[main]//Node[puppet-consumer.dev.local]/Notify[NotDeployment]/message) defined 'message' as 'NotDeployment' Feb 13 03:30:00 puppet-consumer puppet-agent[21564]: Finished catalog run in 8.89 seconds Feb 13 03:30:20 puppet-consumer puppet-agent[21564]: NotDeployment Feb 13 03:30:20 puppet-consumer puppet-agent[21564]: (/Stage[main]//Node[puppet-consumer.dev.local]/Notify[NotDeployment]/message) defined 'message' as 'NotDeployment' Feb 13 03:30:26 puppet-consumer puppet-agent[21564]: Finished catalog run in 8.80 seconds Feb 13 03:30:59 puppet-consumer puppet-agent[21564]: NotDeployment Feb 13 03:30:59 puppet-consumer puppet-agent[21564]: (/Stage[main]//Node[puppet-consumer.dev.local]/Notify[NotDeployment]/message) defined 'message' as 'NotDeployment' Feb 13 03:31:06 puppet-consumer puppet-agent[21564]: Finished catalog run in 9.37 seconds </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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
