|
|||||||||||
|
Re: Weird error - mysqld dump
From: B. Keith Murphy <kmurphy(at)icontact.com>
Date: Wed Oct 17 2007 - 01:24:30 EDT
mysql> describe file; +----------+----------------------+------+-----+---------+-------+| Field | Type | Null | Key | Default | Extra | +----------+----------------------+------+-----+---------+-------+ | fid | int(10) unsigned | NO | PRI | | | | dmid | smallint(5) unsigned | NO | MUL | | | | dkey | varchar(255) | YES | | NULL | | | length | int(10) unsigned | YES | | NULL | || classid | tinyint(3) unsigned | NO | | | | | devcount | tinyint(3) unsigned | NO | | | | +----------+----------------------+------+-----+---------+-------+6 rows in set (0.00 sec) mysql> It currently contains right at 7,500 entries. It dumped again this afternoon. That is the third time..actually just within the 24 hour time frame. Same symptoms. It is always dumps on a REPLACE INTO statement. This statement (with various values) is executed quite frequently though so it can't be a syntax problem. Another words, it might execute 1,000 times and only crash once. Hope that makes sense. I just finished upgrading to 5.1.22. I doubt it will make any difference but I had to do something :). The ndbd nodes seem to be unaffected. The error logs for them don't show any problems when this is happening. Since this is a development cluster we run two sql nodes and two data nodes. One sql node and one data node each run on a server (two servers total). thanks for the help, Keith
Keith,
On Tue, 2007-10-16 at 11:26 -0400, B. Keith Murphy wrote:
> Both times it dumped the same basic statement was being executed. I I don't have much experience with MogileFS, but I'll try to respond to your questions with a few of my own. I assume that `file` is a part of the MogileFS tracker application. What engine is the `file` table stored in? What is the schema of that table? How many rows are in that table? If the table is in ndbcluster, do you notice any ndbd node failures at the time of the mysqld crash? thanks, Keith -- Matthew Montgomery, Support Engineer San Antonio, TX MySQL Inc, www.mysql.com -- B. Keith Murphy Database Administrator iContact 2635 Meridian Parkway, 2nd Floor Durham, North Carolina 27713 blog: http://blog.paragon-cs.com (o) 919-433-0786 (c) 850-637-3877Received on Wed Oct 17 01:27:03 2007 This archive was generated by hypermail 2.1.8 : Thu Jul 03 2008 - 08:34:31 EDT |
||||||||||
|
|||||||||||