Issue #4632 has been updated by Joe McDonagh.

Unfortunately, yes. However, we are still on .25.4 and will not be 
upgrading til 2.6.5 is released. To add to this misfortune, I am leaving 
Rapid7 for a new company come Friday. I may be contracted to do the 
2.6.5 migration, but I am not sure yet. I'd like to keep this ticket 
open until I can figure if it still affects 2.6.5 + stomp.
----------------------------------------
Bug #4632: async_storedconfigs not exporting resources after days of waiting
https://projects.puppetlabs.com/issues/4632

Author: Joe McDonagh
Status: Needs more information
Priority: Normal
Assignee: Joe McDonagh
Category: 
Target version: 
Affected Puppet 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