Issue #21442 has been updated by Charlie Sharpsteen. Status changed from Unreviewed to Duplicate Assignee set to Charlie Sharpsteen
Hi David, This fits the pattern of #21376---see [comment #3](https://projects.puppetlabs.com/issues/21376#note-3) in that thread. A patch is in the current development version and will be live in the next bugfix release. A stopgap solution is to increase the stack size via `ulimit -s` as noted in #20632. ---------------------------------------- Bug #21442: Agent runs fail after 3.2.2 upgrade - a problem with importing too many node files https://projects.puppetlabs.com/issues/21442#change-93635 * Author: David Mesler * Status: Duplicate * Priority: Normal * Assignee: Charlie Sharpsteen * Category: * Target version: * Affected Puppet version: 3.2.2 * Keywords: * Branch: ---------------------------------------- After upgrading from 3.1.1 to 3.2.2 agent runs are failing with: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: stack level too deep on node [...] Running puppet master in debug mode, I see this occurs immediately after importing all of our node definitions. We have over 1000 node files that are imported with a 'import nodes/*'. I found everything works if I reduce the number of node files to 498 or less. (Concatenating all the node files into one big 'nodes.pp' file also works.) -- 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.
