I ran mysqlbinlog --force and that spit it out:

# at 15873
#070626 13:07:43 server id 2  log_pos 15539     Query   thread_id=85
exec_time=0     error_code=0
SET TIMESTAMP=1182877663;
@[EMAIL PROTECTED]@[EMAIL PROTECTED]@ [EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]@^H^@
#070626 13:07:43 server id 2  log_pos 15759     Query   thread_id=85
exec_time=0     error_code=0
SET TIMESTAMP=1182877663;
@[EMAIL PROTECTED]@[EMAIL PROTECTED]@ [EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@insert into Table (ID, 
col2, col3, col4, col5,
col6) values (xxxx, xxxx, xx, xx, xx, xxx);
# at 16311 

There is no windows/unix conversion here- not sure where these
characters are coming from.
Could this be a SAN driver issue?

I changed some of the queries by the way to hide some query details.

John Mancuso
Linux Administrator/MySQL DBA
IT Infrastructure
American Home Mortgage
w: 631-622-6382
c: 516-652-2475

-----Original Message-----
From: Michael Dykman [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 27, 2007 12:04 PM
To: John Mancuso
Cc: mysql@lists.mysql.com
Subject: Re: Binlog errors

Do you have any other applications which work the SAN as hard as MySQL
does?  I"m not familiar with the EMC but have you run it through through
a stress test? I agree that load sohuldn't cause corruption but, sad to
say, in some cases it does.  We have had similar difficulties with
certain SANs under high stress.

 - michael dykman

On 6/27/07, John Mancuso <[EMAIL PROTECTED]> wrote:
> Ext3 fs on an emc SAN. Rhel 4 box with 4 cpus and tons of memory. I 
> have no problems with other types of files- only binlogs. I am using 
> mostly innodb tables.
>
> It is a high load server but that's no excuse to corrupt all the 
> binlogs
>
>
> John Mancuso
> Linux Administrator/MySQL DBA
> IT Infrastructure
> American Home Mortgage
> w: 631-622-6382
> c: 516-652-2475
>
> -----Original Message-----
> From: Michael Dykman [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 27, 2007 11:33 AM
> To: John Mancuso
> Subject: Re: Binlog errors
>
> Not that any ideas are jumping out at me but what file system are you 
> employing here?  and what types of MySQL tables are you using?  I note

> from the listing above that you seem to be taking extremely high 
> volumn (>1G in barely over 3 hours on a couple occasions).  It seems a

> bit spooky to me that the majority of your logs are capped at a level 
> just over 1 Gig (2^30 = 1073741824).
>
> MyISAM has been known to spontaneously corrupt it's data files under 
> extremely high load although I have not heard of this happening at the

> binlog level.
>
>  - michael dykman
>
> On 6/27/07, John Mancuso <[EMAIL PROTECTED]> wrote:
> > This seems to be a frequent occurrence:
> >
> > [EMAIL PROTECTED] dblog]# mysqlbinlog mysql.000025
> > /*!40019 SET @@session.max_insert_delayed_threads=0*/;
> > ERROR: Error in Log_event::read_log_event(): 'Found invalid event in

> > binary log', data_len: 94, event_type: 15 Could not read entry at 
> > offset 4:Error in log format or read error
> >
> > This is happening to all my binlogs (other servers as well) all the 
> > time. There is nothing wrong with the drive- I have other data on 
> > there that never gets corrupted.
> >
> > [EMAIL PROTECTED] dblog]# ll
> > total 4676748
> > drwx------  2 mysql mysql      16384 May 29 11:50 lost+found
> > -rw-rw----  1 mysql mysql 1073746319 Jun 24 00:43 mysql.000020
> > -rw-rw----  1 mysql mysql 1073784914 Jun 24 03:50 mysql.000021
> > -rw-rw----  1 mysql mysql 1073754672 Jun 24 06:57 mysql.000022
> > -rw-rw----  1 mysql mysql 1073743683 Jun 26 10:24 mysql.000023
> > -rw-rw----  1 mysql mysql  111863423 Jun 26 11:41 mysql.000024
> > -rw-rw----  1 mysql mysql  377289867 Jun 27 10:53 mysql.000025
> > -rw-rw----  1 mysql mysql        120 Jun 26 23:00 mysql.index
> > -rw-rw----  1 mysql mysql      12418 Jun 26 23:47 mysql-slow.log
> > -rw-rw----  1 mysql mysql        117 Jun 13 17:08 relay.000001
> > -rw-rw----  1 mysql mysql         20 Jun 13 17:08 relay.index
> > -rw-r--r--  1 root  root          55 Jun 27 10:53 test.txt
> >
> >
> > What is going on here?
> >
> > John Mancuso
> > Linux Administrator/MySQL DBA
> > IT Infrastructure
> > American Home Mortgage
> > w: 631-622-6382
> > c: 516-652-2475
> >
> >
>
>
> --
>  - michael dykman
>  - [EMAIL PROTECTED]
>
>  - All models are wrong.  Some models are useful.
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]
>
>


--
 - michael dykman
 - [EMAIL PROTECTED]

 - All models are wrong.  Some models are useful.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to