MySQL Forums
Forum List  »  Performance

Re: Server just hanging (Copying to tmp table)
Posted by: na wu
Date: December 07, 2006 10:30AM

I saw the same problem on our production line (Fedora 5 with mysql 5.0.22). While I am reading mysql reference manual about table locking issues(7.3.2), it mentions "Table locking causes problems in cases such as when a thread is waiting because the disk is full and free space needs to become available before the thread can proceed. In this case, all threads that want to access the problem table are also put in a waiting state until more disk space is made available." Although this is not disk full issue, I am wondering if it is possible that one of mysql client who gets mutex is waiting for certain resources, such as file descriptor to open table or other stuff, but can not get it, causing other thread to wait forever?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Server just hanging (Copying to tmp table)
8147
December 07, 2006 10:30AM
9546
September 23, 2005 01:56AM
4809
October 05, 2005 04:58AM
5990
October 05, 2005 11:49PM
5284
October 06, 2005 01:34AM
6569
October 06, 2005 04:57PM
6350
January 21, 2008 10:14AM
5745
January 21, 2008 10:53AM
5200
May 19, 2008 09:41AM
5418
February 05, 2008 10:27AM
5946
March 12, 2008 08:37AM
6021
November 14, 2008 12:31AM


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.