Author: tbedford
Date: 2009-02-27 12:56:21 +0100 (Fri, 27 Feb 2009)
New Revision: 13995
Log:
Added entry for dev bug #41600
Modified:
trunk/dynamic-docs/changelog/monitor.xml
Modified: trunk/dynamic-docs/changelog/monitor.xml
===================================================================
--- trunk/dynamic-docs/changelog/monitor.xml 2009-02-27 11:17:24 UTC (rev 13994)
+++ trunk/dynamic-docs/changelog/monitor.xml 2009-02-27 11:56:21 UTC (rev 13995)
Changed blocks: 1, Lines Added: 45, Lines Deleted: 0; 2051 bytes
@@ -9,6 +9,51 @@
<logentry entrytype="bug">
<bugs>
+ <fixes bugid="41600"/>
+ </bugs>
+
+ <versions>
+ <version ver="2.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The agent angel process was spawning too soon, which caused a
+ duplicate UUID error.
+ </para>
+
+ <para>
+ <literal>g_error()</literal> logged a fatal error, and called
+ <literal>abort()</literal>. This terminated the program. Then
+ the angel respawned with the same UUID, but with a -1 session
+ resync request, which the MEM server denied because the old
+ session was still active. This resulted in a permissions denied
+ error (1142) on the <literal>mysql.inventory table</literal>.
+ </para>
+
+<programlisting>
+2008-12-17 18:58:58: (message) agent_mysqld.c:313: [mysql] mysqld is local and directly
connected
+2008-12-17 18:58:58: ((error)) agent_mysqld.c:444: [mysql] mysql_real_query("SELECT value
+FROM mysql.inventory WHERE name = 'uuid'") failed: SELECT command denied to user
+'ent_agent'@'127.0.0.1' for table 'inventory' (errno=1142)
+2008-12-17 18:58:58: (debug) chassis.c:282: 15134 returned: 15134
+2008-12-17 18:58:58: (message) chassis.c:304: [angel] PID=15134 died on signal=6 (it used
+0 kBytes max) ... waiting 3min before restart
+2008-12-17 18:59:00: (debug) chassis.c:244: we are the child: 15149
+2008-12-17 18:59:00: (message) chassis.c:259: [angel] we try to keep PID=15149 alive
+2008-12-17 18:59:00: (debug) chassis.c:277: waiting for 15149
+2008-12-17 18:59:00: (message) mysql-proxy 0.7.0 started
+2008-12-17 18:59:00: (message) MySQL Monitor Agent 2.0.0.7111 started.
+</programlisting>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
<fixes bugid="41068"/>
</bugs>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r13995 - trunk/dynamic-docs/changelog | anthony.bedford | 27 Feb 2009 |