MySQL Forums
Forum List  »  Replication

Re: Master stops processing queries
Posted by: Denis Roy
Date: May 02, 2006 09:01AM

Thanks. We won't have much choice. Each time this happens there seems to be one query in the SHOW PROCERSSLIST whose status is *** DEAD ***. Looking through the code, we found this (and only this):

sql_show.cc
#if !defined(DONT_USE_THR_ALARM) && ! defined(SCO)
if (pthread_kill(tmp->real_id,0))
tmp->proc_info="*** DEAD ***"; // This shouldn't happen
#endif

Looks like what shouldn't happen happens ;)

Options: ReplyQuote


Subject
Views
Written By
Posted
3826
April 25, 2006 07:43AM
1750
April 25, 2006 02:12PM
Re: Master stops processing queries
1913
May 02, 2006 09:01AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.