[rhmessaging-commits] rhmessaging commits: r4000 - mgmt/newdata/mint/python/mint.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Jun 1 14:17:24 EDT 2010


Author: justi9
Date: 2010-06-01 14:17:24 -0400 (Tue, 01 Jun 2010)
New Revision: 4000

Modified:
   mgmt/newdata/mint/python/mint/update.py
Log:
Disable agent deletes until we can keep collectors around

Modified: mgmt/newdata/mint/python/mint/update.py
===================================================================
--- mgmt/newdata/mint/python/mint/update.py	2010-06-01 18:11:40 UTC (rev 3999)
+++ mgmt/newdata/mint/python/mint/update.py	2010-06-01 18:17:24 UTC (rev 4000)
@@ -408,6 +408,8 @@
         self.agent = agent
 
     def do_process(self, conn, stats):
+        return # XXX don't delete until we stop getting unexpected deletes
+
         cursor = conn.cursor()
 
         id = self.agent.id



More information about the rhmessaging-commits mailing list