Issue #19742 has been updated by James Sweeny.
I don't think it's related. #17883 seems to be a problem with the way the processor is loaded, and this bug is very specific to the exception handling when the process method is called. I suspect that when #17883 manifests, the process method is never actually reached for that handler. I've also verified that the PR on this ticket doesn't make a difference with #17883. ---------------------------------------- Bug #19742: Report processor swallows exceptions https://projects.puppetlabs.com/issues/19742#change-87070 Author: James Sweeny Status: Needs More Information Priority: Normal Assignee: James Sweeny Category: reports Target version: Affected Puppet version: Keywords: Branch: https://github.com/puppetlabs/puppet/pull/1526 The report processor terminus catches errors generated during report processing and only logs them. This is fine for spotting errors when the report is processed by the master, but it makes it difficult to call the report processor via an API (such as the report face) since you will never know if it failed without reading logs. -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
