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)
8274
December 07, 2006 10:30AM
9654
September 23, 2005 01:56AM
4916
October 05, 2005 04:58AM
6120
October 05, 2005 11:49PM
5382
October 06, 2005 01:34AM
6696
October 06, 2005 04:57PM
6519
January 21, 2008 10:14AM
5859
January 21, 2008 10:53AM
5321
May 19, 2008 09:41AM
5532
February 05, 2008 10:27AM
6074
March 12, 2008 08:37AM
6133
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.