Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Is it possible to make InnoDB not crash on data corruptions?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Pavel Shevaev  
View profile  
 More options Jun 2 2011, 1:32 am
From: Pavel Shevaev <pacha.shev...@gmail.com>
Date: Thu, 2 Jun 2011 09:32:53 +0400
Local: Thurs, Jun 2 2011 1:32 am
Subject: Is it possible to make InnoDB not crash on data corruptions?
Hi!

I've been running several quite large Percona installations(DB size
over 100Gb) for several months already on some pretty busy projects.
It runs just fine(even not sharded) except the fact once(or twice) a
month the server crashes with "Database page corruption on disk or a
failed InnoDB: file read of page XXXX". I kind of got used to this
since I have no idea why it happens(I've changed several servers,
tried different kernel versions), so I have to live with this reality.

The question is whether it's possible to make InnoDB not crash the
server upon this error but rather log this error and return a error
code to the client? The log watcher would report it to me and I'd take
some neccessary actions(e.g switch the master to the replica and
investigate the corruption).

My application is a game where several thousands can be playing
online. Corruption errors usually happen for a single player and it
would be nice to make the game temporarily unavailable for this
particular player than for all of them.

--
Best regards, Pavel


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Morgan Tocker  
View profile  
 More options Jun 2 2011, 8:16 am
From: Morgan Tocker <toc...@gmail.com>
Date: Thu, 2 Jun 2011 08:16:26 -0400
Local: Thurs, Jun 2 2011 8:16 am
Subject: Re: Is it possible to make InnoDB not crash on data corruptions?

> The question is whether it's possible to make InnoDB not crash the
> server upon this error but rather log this error and return a error
> code to the client? The log watcher would report it to me and I'd take
> some neccessary actions(e.g switch the master to the replica and
> investigate the corruption).

Yes -
http://www.percona.com/docs/wiki/percona-server:features:innodb_corru...

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pavel Shevaev  
View profile  
 More options Jun 2 2011, 9:46 am
From: Pavel Shevaev <pacha.shev...@gmail.com>
Date: Thu, 2 Jun 2011 17:46:20 +0400
Local: Thurs, Jun 2 2011 9:46 am
Subject: Re: Is it possible to make InnoDB not crash on data corruptions?

On Thu, Jun 2, 2011 at 4:16 PM, Morgan Tocker <toc...@gmail.com> wrote:
>> The question is whether it's possible to make InnoDB not crash the
>> server upon this error but rather log this error and return a error
>> code to the client? The log watcher would report it to me and I'd take
>> some neccessary actions(e.g switch the master to the replica and
>> investigate the corruption).

> Yes -
> http://www.percona.com/docs/wiki/percona-server:features:innodb_corru...

Thanks! Going to try it right away....

--
Best regards, Pavel


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vadim Tkachenko  
View profile  
 More options Jun 2 2011, 6:27 pm
From: Vadim Tkachenko <va...@percona.com>
Date: Thu, 2 Jun 2011 15:27:48 -0700
Local: Thurs, Jun 2 2011 6:27 pm
Subject: Re: Is it possible to make InnoDB not crash on data corruptions?
Pavel,

We may have some improvements to this feature soon.
It will provide better error handling and also you will be able
to execute SELECT from corrupted tables ( to be able to store at least
some data)

--
Vadim Tkachenko, CTO, Percona Inc.
Phone +1-888-401-3403,  Skype: vadimtk153
Schedule meeting: http://tungle.me/VadimTkachenko

Flat-rate 24x7 support for MySQL <http://percona.com/mysql-support>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pavel Shevaev  
View profile  
 More options Jun 3 2011, 12:49 am
From: Pavel Shevaev <pacha.shev...@gmail.com>
Date: Fri, 3 Jun 2011 08:49:30 +0400
Local: Fri, Jun 3 2011 12:49 am
Subject: Re: Is it possible to make InnoDB not crash on data corruptions?

On Fri, Jun 3, 2011 at 2:27 AM, Vadim Tkachenko <va...@percona.com> wrote:
> Pavel,

> We may have some improvements to this feature soon.
> It will provide better error handling and also you will be able
> to execute SELECT from corrupted tables ( to be able to store at least
> some data)

That would be a killer feature for large databases, seriously!

--
Best regards, Pavel


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »