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)
8320
December 07, 2006 10:30AM
9700
September 23, 2005 01:56AM
4956
October 05, 2005 04:58AM
6171
October 05, 2005 11:49PM
5416
October 06, 2005 01:34AM
6738
October 06, 2005 04:57PM
6566
January 21, 2008 10:14AM
5897
January 21, 2008 10:53AM
5373
May 19, 2008 09:41AM
5575
February 05, 2008 10:27AM
6121
March 12, 2008 08:37AM
6169
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.