Issue #4632 has been reported by Joe McDonagh.

----------------------------------------
Bug #4632: async_storedconfigs not exporting resources after days of waiting
http://projects.puppetlabs.com/issues/4632

Author: Joe McDonagh
Status: Unreviewed
Priority: Normal
Assignee: 
Category: 
Target version: 
Affected version: 0.25.4
Keywords: storedconfigs async_storedconfigs
Branch: 


I built a node days ago, and the exported resources still aren't there in the 
resources table. I disabled async_storedconfigs, the resources are exported and 
collected. 

<pre>
mysql> select * from resources where exported = 1 and title = 
"@@check_procs_on_smtp003.somesite.com";
+-------+-----------------------------------------+----------------+---------+----------------+----------+------+---------------------+---------------------+
| id    | title                                   | restype        | host_id | 
source_file_id | exported | line | updated_at          | created_at          |
+-------+-----------------------------------------+----------------+---------+----------------+----------+------+---------------------+---------------------+
| 16251 | @@check_procs_on_somesite.com           | Nagios_service |      32 |  
          113 |        1 |  179 | 2010-06-16 13:16:35 | 2010-05-17 23:58:31 |
+-------+-----------------------------------------+----------------+---------+----------------+----------+------+---------------------+---------------------+
1 row in set (0.00 sec)

mysql> select * from resources where exported = 1 and title = 
"@@check_procs_on_somecompany.somesite.com";
Empty set (0.00 sec)

mysql> select * from resources where exported = 1 and title like  
"%somecompany%";
Empty set (0.00 sec)
</pre>

After disabling async:
<pre>
+-------+-------------------------------------------------------------------------------------------+--------------------------+---------+----------------+----------+------+---------------------+---------------------+
| id    | title                                                                 
                    | restype                  | host_id | source_file_id | 
exported | line | updated_at          | created_at          |
+-------+-------------------------------------------------------------------------------------------+--------------------------+---------+----------------+----------+------+---------------------+---------------------+
...stuff...tonsofit
</pre>

I still have one master in a broken state with async still on for 
troubleshooting purposes. I'm not really sure what the best info to give you 
guys would be here. This is using stomp as the queue.


-- 
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.

Reply via email to