8 messages in com.mysql.lists.clusterRe: Does a Cluster restart drop empty...
FromSent OnAttachments
Sebastien LELIEVRE04 May 2007 02:38 
Philipp Taprogge04 May 2007 02:44 
Geert Vanderkelen04 May 2007 02:46 
Sebastien LELIEVRE04 May 2007 02:55 
Geert Vanderkelen04 May 2007 03:08 
Philipp Taprogge04 May 2007 03:27 
Sebastien LELIEVRE04 May 2007 03:31 
Jon Stephens04 May 2007 07:03 
Subject:Re: Does a Cluster restart drop empty tables ?
From:Philipp Taprogge (Phil@gmx.net)
Date:05/04/2007 02:44:16 AM
List:com.mysql.lists.cluster

Hi!

Sebastien LELIEVRE wrote:

then I relaunched a ndbd --initial on each Data Nodes

There's your problem. Starting the ndb process with --initial effectively drops all cluster data and resets the node to it's "initial" state - hence the name.

To _re_start a node, just launch ndbd without any parameters. It will know what to do.

Regards,

Phil