<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MySQL Cluster Data Node restart times</title>
	<atom:link href="http://www.clusterdb.com/mysql-cluster/mysql-cluster-data-node-restart-times/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clusterdb.com/mysql-cluster/mysql-cluster-data-node-restart-times/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mysql-cluster-data-node-restart-times</link>
	<description>MySQL Cluster database &#38; MySQL Replication</description>
	<lastBuildDate>Thu, 02 Feb 2012 16:19:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Girish</title>
		<link>http://www.clusterdb.com/mysql-cluster/mysql-cluster-data-node-restart-times/comment-page-1/#comment-57150</link>
		<dc:creator>Girish</dc:creator>
		<pubDate>Tue, 01 Nov 2011 15:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=365#comment-57150</guid>
		<description>Hi Andrew,

Okay thank you for this information. I don&#039;t think this is clearly stated in the documentation.

Just to be clear, which files on my datanode should increase in size?

There are files named ndb_2_* in my data dir as well as files in $datadir/ndbinfo/

Thanks again.</description>
		<content:encoded><![CDATA[<p>Hi Andrew,</p>
<p>Okay thank you for this information. I don&#8217;t think this is clearly stated in the documentation.</p>
<p>Just to be clear, which files on my datanode should increase in size?</p>
<p>There are files named ndb_2_* in my data dir as well as files in $datadir/ndbinfo/</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.clusterdb.com/mysql-cluster/mysql-cluster-data-node-restart-times/comment-page-1/#comment-57143</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 01 Nov 2011 14:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=365#comment-57143</guid>
		<description>Hi Girish,

 everything is in order! 

 The data nodes don&#039;t have individual files for each table and so you won&#039;t see the table names there. What you&#039;re seeing with the MySQL Server directories is not the files containing the &lt;strong&gt;contents &lt;/strong&gt;of the tables but a copy of the data disctionary/schema definitions for those tables (e.g. if you add more rows to these tables then the files you see with the data nodes should increase in size but the ones with the MySQL Servers should not).

Regards, Andrew.</description>
		<content:encoded><![CDATA[<p>Hi Girish,</p>
<p> everything is in order! </p>
<p> The data nodes don&#8217;t have individual files for each table and so you won&#8217;t see the table names there. What you&#8217;re seeing with the MySQL Server directories is not the files containing the <strong>contents </strong>of the tables but a copy of the data disctionary/schema definitions for those tables (e.g. if you add more rows to these tables then the files you see with the data nodes should increase in size but the ones with the MySQL Servers should not).</p>
<p>Regards, Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Girish</title>
		<link>http://www.clusterdb.com/mysql-cluster/mysql-cluster-data-node-restart-times/comment-page-1/#comment-57140</link>
		<dc:creator>Girish</dc:creator>
		<pubDate>Tue, 01 Nov 2011 13:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=365#comment-57140</guid>
		<description>To start mysql on the mysql node I run this command, the ndbcluster option sets this engine to default:
sudo ./mysqld_safe --user=mysql --ndbcluster &amp;</description>
		<content:encoded><![CDATA[<p>To start mysql on the mysql node I run this command, the ndbcluster option sets this engine to default:<br />
sudo ./mysqld_safe &#8211;user=mysql &#8211;ndbcluster &amp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Girish</title>
		<link>http://www.clusterdb.com/mysql-cluster/mysql-cluster-data-node-restart-times/comment-page-1/#comment-57138</link>
		<dc:creator>Girish</dc:creator>
		<pubDate>Tue, 01 Nov 2011 13:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=365#comment-57138</guid>
		<description>Hi Andrew, thanks for the prompt reply.

When I run the SHOW ENGINES statement, ndbcluster is set to DEFAULT.
So when I create a database and table, the table&#039;s engine is automatically set to ndbcluster.

I&#039;m looking at the following log files:
on sql node: /var/lib/mysql-cluster/ndb_1_cluster.log
on data nodes: $BASEDIR/data/ndb_2_out.log and ndb_3_out.log

The logs seem okay.

But I don&#039;t see the database and table data in the datadir on the data nodes. I do see the database and table data in the datadir on the mysql node.

Is it possible there is a permissions issue? Or the my.cnf is not being read properly?

This is my data node my.cnf file:
[mysqld]
# Options for mysqld process:
ndbcluster                      # run NDB storage engine
ndb-connectstring=xx.xxx.xxx.xxx
basedir=/mnt/db/mysql
datadir=/mnt/db/mysql/data

[mysql_cluster]
# Options for ndbd process:
ndb-connectstring=xx.xxx.xxx.xxx

Any insight would be much appreciated!</description>
		<content:encoded><![CDATA[<p>Hi Andrew, thanks for the prompt reply.</p>
<p>When I run the SHOW ENGINES statement, ndbcluster is set to DEFAULT.<br />
So when I create a database and table, the table&#8217;s engine is automatically set to ndbcluster.</p>
<p>I&#8217;m looking at the following log files:<br />
on sql node: /var/lib/mysql-cluster/ndb_1_cluster.log<br />
on data nodes: $BASEDIR/data/ndb_2_out.log and ndb_3_out.log</p>
<p>The logs seem okay.</p>
<p>But I don&#8217;t see the database and table data in the datadir on the data nodes. I do see the database and table data in the datadir on the mysql node.</p>
<p>Is it possible there is a permissions issue? Or the my.cnf is not being read properly?</p>
<p>This is my data node my.cnf file:<br />
[mysqld]<br />
# Options for mysqld process:<br />
ndbcluster                      # run NDB storage engine<br />
ndb-connectstring=xx.xxx.xxx.xxx<br />
basedir=/mnt/db/mysql<br />
datadir=/mnt/db/mysql/data</p>
<p>[mysql_cluster]<br />
# Options for ndbd process:<br />
ndb-connectstring=xx.xxx.xxx.xxx</p>
<p>Any insight would be much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.clusterdb.com/mysql-cluster/mysql-cluster-data-node-restart-times/comment-page-1/#comment-57101</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 01 Nov 2011 07:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=365#comment-57101</guid>
		<description>Hi Girish,

 first step - check that MySQL Cluster is enabled in the MySQL Servers - from the mysql CLI run SHOW ENGINES; and check that NDBCLUSTER is enabled.

 If it is then step 2 is to make sure that you&#039;re telling MySQL to use Cluster when you create your tables. For example...

CREATE TABLE clusterdb.simples (id INT NOT NULL PRIMARY KEY) ENGINE=NDBCLUSTER;

You can migrate an existing table using...

ALTER TABLE clusterdb.existing ENGINE=NDBCLUSTER;

Let me know how you get on.

Regards, Andrew.</description>
		<content:encoded><![CDATA[<p>Hi Girish,</p>
<p> first step &#8211; check that MySQL Cluster is enabled in the MySQL Servers &#8211; from the mysql CLI run SHOW ENGINES; and check that NDBCLUSTER is enabled.</p>
<p> If it is then step 2 is to make sure that you&#8217;re telling MySQL to use Cluster when you create your tables. For example&#8230;</p>
<p>CREATE TABLE clusterdb.simples (id INT NOT NULL PRIMARY KEY) ENGINE=NDBCLUSTER;</p>
<p>You can migrate an existing table using&#8230;</p>
<p>ALTER TABLE clusterdb.existing ENGINE=NDBCLUSTER;</p>
<p>Let me know how you get on.</p>
<p>Regards, Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Girish</title>
		<link>http://www.clusterdb.com/mysql-cluster/mysql-cluster-data-node-restart-times/comment-page-1/#comment-57060</link>
		<dc:creator>Girish</dc:creator>
		<pubDate>Tue, 01 Nov 2011 00:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=365#comment-57060</guid>
		<description>Once MySQL Cluster is set up should I be seeing the MySQL database and table data stored in my datadir on my datanodes? Right now the data appears only in the datadir of my MySQL node, so something doesn&#039;t seem right.

My setup is 2 data nodes and 1 server with the management node and sql node, 3 servers total.

I run /etc/init.d/mysql.server start on the sql node, then log into mysql and create a db and tables, but the data files for the tables only appear in the sql node datadir. They do not appear in the data nodes&#039; datadir.

Any help or pointers would be appreciated!</description>
		<content:encoded><![CDATA[<p>Once MySQL Cluster is set up should I be seeing the MySQL database and table data stored in my datadir on my datanodes? Right now the data appears only in the datadir of my MySQL node, so something doesn&#8217;t seem right.</p>
<p>My setup is 2 data nodes and 1 server with the management node and sql node, 3 servers total.</p>
<p>I run /etc/init.d/mysql.server start on the sql node, then log into mysql and create a db and tables, but the data files for the tables only appear in the sql node datadir. They do not appear in the data nodes&#8217; datadir.</p>
<p>Any help or pointers would be appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQL Cluster Restarts Get Faster @ Andrew Morgan&#8217;s MySQL Cluster Database Blog</title>
		<link>http://www.clusterdb.com/mysql-cluster/mysql-cluster-data-node-restart-times/comment-page-1/#comment-2391</link>
		<dc:creator>MySQL Cluster Restarts Get Faster @ Andrew Morgan&#8217;s MySQL Cluster Database Blog</dc:creator>
		<pubDate>Thu, 12 Nov 2009 16:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=365#comment-2391</guid>
		<description>[...] The benefits you see will depend on many factors including including the size of your database and the frequency, size and complexity of your transactions. As an experiment, I re-ran some data node restart timings from an earlier post (http://www.clusterdb.com/mysql-cluster/mysql-cluster-data-node-restart-times/) [...]</description>
		<content:encoded><![CDATA[<p>[...] The benefits you see will depend on many factors including including the size of your database and the frequency, size and complexity of your transactions. As an experiment, I re-ran some data node restart timings from an earlier post (<a href="http://www.clusterdb.com/mysql-cluster/mysql-cluster-data-node-restart-times/" rel="nofollow">http://www.clusterdb.com/mysql-cluster/mysql-cluster-data-node-restart-times/</a>) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQL Cluster 6.3.27 and 7.0.8 Source releases temporarily withdrawn @ Andrew Morgan&#8217;s MySQL Cluster Database Blog</title>
		<link>http://www.clusterdb.com/mysql-cluster/mysql-cluster-data-node-restart-times/comment-page-1/#comment-1796</link>
		<dc:creator>MySQL Cluster 6.3.27 and 7.0.8 Source releases temporarily withdrawn @ Andrew Morgan&#8217;s MySQL Cluster Database Blog</dc:creator>
		<pubDate>Wed, 07 Oct 2009 07:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=365#comment-1796</guid>
		<description>[...] 6.3.27a and 7.0.8a source releases are now available from http://www.clusterdb.com/mysql-cluster/mysql-cluster-data-node-restart-times/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 6.3.27a and 7.0.8a source releases are now available from <a href="http://www.clusterdb.com/mysql-cluster/mysql-cluster-data-node-restart-times/" rel="nofollow">http://www.clusterdb.com/mysql-cluster/mysql-cluster-data-node-restart-times/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

