<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>MySQL Forums - Cluster</title>
        <description>Forum for MySQL Cluster.</description>
        <link>http://forums.mysql.com/list.php?25</link>
        <lastBuildDate>Wed, 22 May 2013 04:23:35 +0000</lastBuildDate>
        <generator>Phorum 5.2.19</generator>
        <item>
            <guid>http://forums.mysql.com/read.php?25,586454,586454#msg-586454</guid>
            <title>frm File Error (no replies)</title>
            <link>http://forums.mysql.com/read.php?25,586454,586454#msg-586454</link>
            <description><![CDATA[ Hello,<br />
we have folowing Cluster Database: mysql-5.1.56 ndb-7.1.14<br />
<br />
130430 7:13:41 [ERROR] MySQL: Incorrect information in file: '\ eledb \ t_management.frm.'<br />
<br />
how can I fix it? The database is shut down again. I desperately need help. This error is reported by both the MySQL server. It affects multiple files.<br />
<br />
[ndbd(NDB)]	3 node(s)<br />
id=3	@10.111.106.29  (mysql-5.1.56 ndb-7.1.14, Nodegroup: 0, Master)<br />
id=4	@10.111.106.30  (mysql-5.1.56 ndb-7.1.14, Nodegroup: 0)<br />
id=5	@10.111.106.31  (mysql-5.1.56 ndb-7.1.14, Nodegroup: 0)<br />
<br />
[ndb_mgmd(MGM)]	2 node(s)<br />
id=1	@10.111.106.27  (mysql-5.1.56 ndb-7.1.14)<br />
id=2	@10.111.106.28  (mysql-5.1.56 ndb-7.1.14)<br />
<br />
[mysqld(API)]	3 node(s)<br />
id=51	@10.111.106.27  (mysql-5.1.56 ndb-7.1.14)<br />
id=52	@10.111.106.28  (mysql-5.1.56 ndb-7.1.14)<br />
id=53 (not connected, accepting connect from any host)]]></description>
            <dc:creator>Torsten Schumann</dc:creator>
            <category>Cluster</category>
            <pubDate>Thu, 16 May 2013 08:59:37 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,586299,586299#msg-586299</guid>
            <title>MySQL Cluster:  Connection Thread Scalability (no replies)</title>
            <link>http://forums.mysql.com/read.php?25,586299,586299#msg-586299</link>
            <description><![CDATA[ MySQL Cluster:  Connection Thread Scalability <br />
<a href="http://mikaelronstrom.blogspot.com/2013/05/mysql-cluster-73-improvements.html"  rel="nofollow">http://mikaelronstrom.blogspot.com/2013/05/mysql-cluster-73-improvements.html</a>]]></description>
            <dc:creator>Edwin Desouza</dc:creator>
            <category>Cluster</category>
            <pubDate>Tue, 14 May 2013 15:32:46 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,585879,585879#msg-585879</guid>
            <title>truncate and REDO log (1 reply)</title>
            <link>http://forums.mysql.com/read.php?25,585879,585879#msg-585879</link>
            <description><![CDATA[ Hello,<br />
<br />
I am using MYSQL 5.1.61-ndb-7.1.22.<br />
<br />
I wonder if truncate-table operaiton is logged in below log,<br />
<br />
1) REDO log<br />
   - If yes, what would be logged, STATEMENT or row data<br />
   - If row data is logged, what is the volume? 1X or 2X table data szie?<br />
<br />
2) Binlog (I guess yes, but logged as STATEMENT not row data)<br />
3) Undo log (I guess no, since truncate is DDL)<br />
<br />
Thanks!<br />
<br />
Alax]]></description>
            <dc:creator>Alax James</dc:creator>
            <category>Cluster</category>
            <pubDate>Wed, 15 May 2013 06:19:24 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,585665,585665#msg-585665</guid>
            <title>rolling restart issue (no replies)</title>
            <link>http://forums.mysql.com/read.php?25,585665,585665#msg-585665</link>
            <description><![CDATA[ Hi,all,<br />
<br />
After we increase the DataMemory and IndexMemory and restart the 6 data nodes using cmds:<br />
(We initially start our cluster using --nostart option )<br />
ndb_mgm&gt;5 restart<br />
ndb_mgm&gt;5 start<br />
We got the error in ndb_mgm client as belew:<br />
----------------<br />
Start failed.<br />
*    22: Error<br />
*        No contact with the process (dead ?).: Permanent error: Application error<br />
----------------- <br />
But if we repeat the &quot;5 start&quot; several times, we will finally have it successfully started.<br />
I found from the cluster log file that the times I tried to use &quot;5 start&quot;, if the error as above generated, then we got a WARNING like this in the cluster log file:<br />
WARNING  -- Found timedout nodeid reservation for 5, releasing it.<br />
<br />
I am wondering why this happens? Seems the node id 5 is not available when I execute &quot;5 start&quot;. How can we tell whether a node id is ready for a &quot;start&quot; command?<br />
<br />
Thanks very much :)<br />
<br />
The cluster log file as below:<br />
-----------------<br />
2013-05-07 12:41:28 [MgmtSrvr] INFO     -- Node 5: Node shutdown initiated<br />
2013-05-07 12:41:37 [MgmtSrvr] INFO     -- Node 5: Suma: initiate handover for shutdown with nodes 0000000000000040 GCI: 2262903<br />
2013-05-07 12:41:37 [MgmtSrvr] INFO     -- Node 5: Suma: handover to node 6 gci: 2262903 buckets: 00000001 (2)<br />
2013-05-07 12:41:42 [MgmtSrvr] INFO     -- Node 5: Suma: handover complete<br />
2013-05-07 12:41:44 [MgmtSrvr] INFO     -- Node 5: Node shutdown completed, restarting, no start.<br />
2013-05-07 12:41:44 [MgmtSrvr] ALERT    -- Node 4: Node 5 Disconnected<br />
2013-05-07 12:41:44 [MgmtSrvr] ALERT    -- Node 6: Node 5 Disconnected<br />
2013-05-07 12:41:44 [MgmtSrvr] INFO     -- Node 6: Communication to Node 5 closed<br />
2013-05-07 12:41:44 [MgmtSrvr] ALERT    -- Node 3: Node 5 Disconnected<br />
2013-05-07 12:41:44 [MgmtSrvr] INFO     -- Node 3: Communication to Node 5 closed<br />
2013-05-07 12:41:44 [MgmtSrvr] INFO     -- Node 6: Communication to Node 5 closed<br />
2013-05-07 12:41:44 [MgmtSrvr] INFO     -- Node 4: Communication to Node 5 closed<br />
2013-05-07 12:41:44 [MgmtSrvr] INFO     -- Node 8: Communication to Node 5 closed<br />
2013-05-07 12:41:44 [MgmtSrvr] INFO     -- Node 3: Communication to Node 5 closed<br />
2013-05-07 12:41:44 [MgmtSrvr] INFO     -- Node 7: Communication to Node 5 closed<br />
2013-05-07 12:41:44 [MgmtSrvr] ALERT    -- Node 1: Node 5 Disconnected<br />
2013-05-07 12:41:44 [MgmtSrvr] ALERT    -- Node 6: Arbitration check won - node group majority<br />
2013-05-07 12:41:44 [MgmtSrvr] INFO     -- Node 6: President restarts arbitration thread [state=6]<br />
2013-05-07 12:41:44 [MgmtSrvr] INFO     -- Node 6: GCP Take over started<br />
2013-05-07 12:41:44 [MgmtSrvr] INFO     -- Node 6: Node 6 taking over as DICT master<br />
2013-05-07 12:41:44 [MgmtSrvr] ALERT    -- Node 8: Node 5 Disconnected<br />
2013-05-07 12:41:44 [MgmtSrvr] INFO     -- Node 6: LCP Take over started<br />
2013-05-07 12:41:44 [MgmtSrvr] INFO     -- Node 6: ParticipatingDIH = 0000000000000000<br />
2013-05-07 12:41:44 [MgmtSrvr] INFO     -- Node 6: ParticipatingLQH = 0000000000000000<br />
2013-05-07 12:41:44 [MgmtSrvr] INFO     -- Node 6: m_LCP_COMPLETE_REP_Counter_DIH = [SignalCounter: m_count=0 0000000000000000]<br />
2013-05-07 12:41:44 [MgmtSrvr] INFO     -- Node 6: m_LCP_COMPLETE_REP_Counter_LQH = [SignalCounter: m_count=0 0000000000000000]<br />
2013-05-07 12:41:44 [MgmtSrvr] INFO     -- Node 6: m_LAST_LCP_FRAG_ORD = [SignalCounter: m_count=0 0000000000000000]<br />
2013-05-07 12:41:44 [MgmtSrvr] INFO     -- Node 6: m_LCP_COMPLETE_REP_From_Master_Received = 1<br />
2013-05-07 12:41:45 [MgmtSrvr] INFO     -- Node 6: GCP Monitor: unlimited lags allowed<br />
2013-05-07 12:41:45 [MgmtSrvr] INFO     -- Node 6: GCP Take over completed<br />
2013-05-07 12:41:45 [MgmtSrvr] INFO     -- Node 6: kk: 2262903/10 0 0<br />
2013-05-07 12:41:45 [MgmtSrvr] INFO     -- Node 6: LCP Take over completed (state = 4)<br />
2013-05-07 12:41:45 [MgmtSrvr] INFO     -- Node 6: ParticipatingDIH = 0000000000000000<br />
2013-05-07 12:41:45 [MgmtSrvr] INFO     -- Node 6: ParticipatingLQH = 0000000000000000<br />
2013-05-07 12:41:45 [MgmtSrvr] INFO     -- Node 6: m_LCP_COMPLETE_REP_Counter_DIH = [SignalCounter: m_count=0 0000000000000000]<br />
2013-05-07 12:41:45 [MgmtSrvr] INFO     -- Node 6: m_LCP_COMPLETE_REP_Counter_LQH = [SignalCounter: m_count=0 0000000000000000]<br />
2013-05-07 12:41:45 [MgmtSrvr] INFO     -- Node 6: m_LAST_LCP_FRAG_ORD = [SignalCounter: m_count=0 0000000000000000]<br />
2013-05-07 12:41:45 [MgmtSrvr] INFO     -- Node 6: m_LCP_COMPLETE_REP_From_Master_Received = 1<br />
2013-05-07 12:41:47 [MgmtSrvr] INFO     -- Node 6: Local checkpoint 4266 started. Keep GCI = 2262401 oldest restorable GCI = 2262127<br />
2013-05-07 12:41:48 [MgmtSrvr] ALERT    -- Node 7: Node 5 Disconnected<br />
2013-05-07 12:41:55 [MgmtSrvr] WARNING  -- Node 6: GCP Monitor: GCP_COMMIT lag 9 seconds (no max lag)<br />
2013-05-07 12:42:05 [MgmtSrvr] WARNING  -- Node 6: GCP Monitor: GCP_COMMIT lag 19 seconds (no max lag)<br />
2013-05-07 12:42:15 [MgmtSrvr] WARNING  -- Node 6: GCP Monitor: GCP_COMMIT lag 29 seconds (no max lag)<br />
2013-05-07 12:42:20 [MgmtSrvr] WARNING  -- Found timedout nodeid reservation for 5, releasing it<br />
2013-05-07 12:42:25 [MgmtSrvr] WARNING  -- Node 6: GCP Monitor: GCP_COMMIT lag 39 seconds (no max lag)<br />
2013-05-07 12:42:35 [MgmtSrvr] WARNING  -- Node 6: GCP Monitor: GCP_COMMIT lag 49 seconds (no max lag)<br />
2013-05-07 12:42:43 [MgmtSrvr] WARNING  -- Node 3: Failure handling of node 5 has not completed in 1 min - state = 6<br />
2013-05-07 12:42:43 [MgmtSrvr] WARNING  -- Node 6: Failure handling of node 5 has not completed in 1 min - state = 6<br />
2013-05-07 12:42:43 [MgmtSrvr] WARNING  -- Node 4: Failure handling of node 5 has not completed in 1 min - state = 6<br />
2013-05-07 12:42:43 [MgmtSrvr] WARNING  -- Node 8: Failure handling of node 5 has not completed in 1 min - state = 6<br />
2013-05-07 12:42:46 [MgmtSrvr] WARNING  -- Node 6: GCP Monitor: GCP_SAVE lag 60 seconds (no max lag)<br />
2013-05-07 12:42:46 [MgmtSrvr] WARNING  -- Node 6: GCP Monitor: GCP_COMMIT lag 59 seconds (no max lag)<br />
2013-05-07 12:42:53 [MgmtSrvr] WARNING  -- Found timedout nodeid reservation for 5, releasing it<br />
2013-05-07 12:42:56 [MgmtSrvr] WARNING  -- Node 6: GCP Monitor: GCP_COMMIT lag 69 seconds (no max lag)<br />
2013-05-07 12:43:06 [MgmtSrvr] WARNING  -- Node 6: GCP Monitor: GCP_COMMIT lag 79 seconds (no max lag)<br />
2013-05-07 12:43:14 [MgmtSrvr] INFO     -- Node 6: Communication to Node 50 closed<br />
2013-05-07 12:43:14 [MgmtSrvr] INFO     -- Node 6: Communication to Node 51 closed<br />
2013-05-07 12:43:14 [MgmtSrvr] ALERT    -- Node 7: Node 50 Disconnected<br />
2013-05-07 12:43:14 [MgmtSrvr] ALERT    -- Node 7: Node 51 Disconnected<br />
2013-05-07 12:43:14 [MgmtSrvr] INFO     -- Node 8: Communication to Node 50 closed<br />
2013-05-07 12:43:14 [MgmtSrvr] INFO     -- Node 8: Communication to Node 51 closed<br />
2013-05-07 12:43:14 [MgmtSrvr] ALERT    -- Node 8: Node 50 Disconnected<br />
2013-05-07 12:43:14 [MgmtSrvr] ALERT    -- Node 8: Node 51 Disconnected<br />
2013-05-07 12:43:15 [MgmtSrvr] ALERT    -- Node 6: Node 50 Disconnected<br />
2013-05-07 12:43:15 [MgmtSrvr] ALERT    -- Node 6: Node 51 Disconnected<br />
2013-05-07 12:43:15 [MgmtSrvr] INFO     -- Node 4: Communication to Node 50 closed<br />
2013-05-07 12:43:15 [MgmtSrvr] INFO     -- Node 4: Communication to Node 51 closed<br />
2013-05-07 12:43:15 [MgmtSrvr] INFO     -- Node 3: Communication to Node 50 closed<br />
2013-05-07 12:43:15 [MgmtSrvr] INFO     -- Node 3: Communication to Node 51 closed<br />
2013-05-07 12:43:15 [MgmtSrvr] ALERT    -- Node 3: Node 50 Disconnected<br />
2013-05-07 12:43:15 [MgmtSrvr] ALERT    -- Node 4: Node 50 Disconnected<br />
2013-05-07 12:43:15 [MgmtSrvr] ALERT    -- Node 4: Node 51 Disconnected<br />
2013-05-07 12:43:15 [MgmtSrvr] ALERT    -- Node 3: Node 51 Disconnected<br />
2013-05-07 12:43:15 [MgmtSrvr] INFO     -- Node 7: Communication to Node 50 closed<br />
2013-05-07 12:43:15 [MgmtSrvr] INFO     -- Node 7: Communication to Node 51 closed<br />
2013-05-07 12:43:16 [MgmtSrvr] WARNING  -- Node 6: GCP Monitor: GCP_COMMIT lag 89 seconds (no max lag)<br />
2013-05-07 12:43:18 [MgmtSrvr] INFO     -- Node 8: Communication to Node 50 opened<br />
2013-05-07 12:43:18 [MgmtSrvr] INFO     -- Node 8: Communication to Node 51 opened<br />
2013-05-07 12:43:18 [MgmtSrvr] INFO     -- Node 8: Node 50 Connected<br />
2013-05-07 12:43:18 [MgmtSrvr] INFO     -- Node 8: Node 51 Connected<br />
2013-05-07 12:43:18 [MgmtSrvr] INFO     -- Node 8: Node 50: API mysql-5.5.29 ndb-7.2.10<br />
2013-05-07 12:43:18 [MgmtSrvr] INFO     -- Node 8: Node 51: API mysql-5.5.29 ndb-7.2.10<br />
2013-05-07 12:43:18 [MgmtSrvr] INFO     -- Node 3: Communication to Node 50 opened<br />
2013-05-07 12:43:18 [MgmtSrvr] INFO     -- Node 3: Communication to Node 51 opened<br />
2013-05-07 12:43:18 [MgmtSrvr] INFO     -- Node 3: Node 50 Connected<br />
2013-05-07 12:43:18 [MgmtSrvr] INFO     -- Node 3: Node 51 Connected<br />
2013-05-07 12:43:18 [MgmtSrvr] INFO     -- Node 3: Node 50: API mysql-5.5.29 ndb-7.2.10<br />
2013-05-07 12:43:18 [MgmtSrvr] INFO     -- Node 3: Node 51: API mysql-5.5.29 ndb-7.2.10<br />
2013-05-07 12:43:19 [MgmtSrvr] INFO     -- Node 4: Communication to Node 50 opened<br />
2013-05-07 12:43:19 [MgmtSrvr] INFO     -- Node 4: Communication to Node 51 opened<br />
2013-05-07 12:43:19 [MgmtSrvr] INFO     -- Node 4: Node 50 Connected<br />
2013-05-07 12:43:19 [MgmtSrvr] INFO     -- Node 4: Node 51 Connected<br />
2013-05-07 12:43:19 [MgmtSrvr] INFO     -- Node 4: Node 50: API mysql-5.5.29 ndb-7.2.10<br />
2013-05-07 12:43:19 [MgmtSrvr] INFO     -- Node 4: Node 51: API mysql-5.5.29 ndb-7.2.10<br />
2013-05-07 12:43:22 [MgmtSrvr] INFO     -- Node 7: Communication to Node 50 opened<br />
2013-05-07 12:43:22 [MgmtSrvr] INFO     -- Node 7: Communication to Node 51 opened<br />
2013-05-07 12:43:23 [MgmtSrvr] WARNING  -- Node 7: Failure handling of node 5 has not completed in 1 min - state = 6<br />
2013-05-07 12:43:26 [MgmtSrvr] WARNING  -- Node 6: GCP Monitor: GCP_COMMIT lag 99 seconds (no max lag)<br />
2013-05-07 12:43:26 [MgmtSrvr] WARNING  -- Found timedout nodeid reservation for 5, releasing it<br />
2013-05-07 12:43:36 [MgmtSrvr] WARNING  -- Node 6: GCP Monitor: GCP_COMMIT lag 109 seconds (no max lag)<br />
2013-05-07 12:43:37 [MgmtSrvr] INFO     -- Node 7: Node 50 Connected<br />
2013-05-07 12:43:37 [MgmtSrvr] INFO     -- Node 7: Node 51 Connected<br />
2013-05-07 12:43:37 [MgmtSrvr] INFO     -- Node 7: Node 50: API mysql-5.5.29 ndb-7.2.10<br />
2013-05-07 12:43:37 [MgmtSrvr] INFO     -- Node 7: Node 51: API mysql-5.5.29 ndb-7.2.10<br />
2013-05-07 12:43:43 [MgmtSrvr] WARNING  -- Node 3: Failure handling of node 5 has not completed in 2 min - state = 6<br />
2013-05-07 12:43:43 [MgmtSrvr] WARNING  -- Node 6: Failure handling of node 5 has not completed in 2 min - state = 6<br />
2013-05-07 12:43:44 [MgmtSrvr] WARNING  -- Node 4: Failure handling of node 5 has not completed in 2 min - state = 6<br />
2013-05-07 12:43:44 [MgmtSrvr] WARNING  -- Node 8: Failure handling of node 5 has not completed in 2 min - state = 6<br />
2013-05-07 12:43:46 [MgmtSrvr] WARNING  -- Node 6: GCP Monitor: GCP_SAVE lag 120 seconds (no max lag)<br />
2013-05-07 12:43:46 [MgmtSrvr] WARNING  -- Node 6: GCP Monitor: GCP_COMMIT lag 119 seconds (no max lag)<br />
2013-05-07 12:43:56 [MgmtSrvr] WARNING  -- Node 6: GCP Monitor: GCP_COMMIT lag 129 seconds (no max lag)<br />
2013-05-07 12:43:59 [MgmtSrvr] WARNING  -- Found timedout nodeid reservation for 5, releasing it<br />
2013-05-07 12:44:05 [MgmtSrvr] INFO     -- Node 6: Communication to Node 50 opened<br />
2013-05-07 12:44:05 [MgmtSrvr] INFO     -- Node 6: Communication to Node 51 opened<br />
2013-05-07 12:44:05 [MgmtSrvr] INFO     -- Node 6: Node 51 Connected<br />
2013-05-07 12:44:05 [MgmtSrvr] INFO     -- Node 6: Node 50 Connected<br />
2013-05-07 12:44:05 [MgmtSrvr] INFO     -- Node 6: Node 51: API mysql-5.5.29 ndb-7.2.10<br />
2013-05-07 12:44:05 [MgmtSrvr] INFO     -- Node 6: Node 50: API mysql-5.5.29 ndb-7.2.10<br />
2013-05-07 12:44:32 [MgmtSrvr] WARNING  -- Found timedout nodeid reservation for 5, releasing it<br />
2013-05-07 12:44:40 [MgmtSrvr] WARNING  -- Node 7: Failure handling of node 5 has not completed in 2 min - state = 6<br />
2013-05-07 12:44:44 [MgmtSrvr] WARNING  -- Node 6: Failure handling of node 5 has not completed in 3 min - state = 6<br />
2013-05-07 12:44:44 [MgmtSrvr] WARNING  -- Node 3: Failure handling of node 5 has not completed in 3 min - state = 6<br />
2013-05-07 12:44:44 [MgmtSrvr] WARNING  -- Node 4: Failure handling of node 5 has not completed in 3 min - state = 6<br />
2013-05-07 12:44:45 [MgmtSrvr] WARNING  -- Node 8: Failure handling of node 5 has not completed in 3 min - state = 6<br />
2013-05-07 12:45:05 [MgmtSrvr] WARNING  -- Found timedout nodeid reservation for 5, releasing it<br />
2013-05-07 12:45:37 [MgmtSrvr] INFO     -- Nodeid 5 allocated for NDB at 10.1.12.243<br />
2013-05-07 12:45:37 [MgmtSrvr] INFO     -- Node 8: Communication to Node 5 opened<br />
2013-05-07 12:45:37 [MgmtSrvr] INFO     -- Node 6: Communication to Node 5 opened<br />
2013-05-07 12:45:37 [MgmtSrvr] INFO     -- Node 3: Communication to Node 5 opened<br />
2013-05-07 12:45:38 [MgmtSrvr] INFO     -- Node 4: Communication to Node 5 opened<br />
2013-05-07 12:45:38 [MgmtSrvr] INFO     -- Node 7: Communication to Node 5 opened<br />
2013-05-07 12:45:38 [MgmtSrvr] INFO     -- Nodeid 5 allocated for NDB at 10.1.12.243<br />
2013-05-07 12:45:39 [MgmtSrvr] INFO     -- Node 1: Node 5 Connected<br />
2013-05-07 12:45:59 [MgmtSrvr] WARNING  -- Node 6: Releasing node id allocation for node 5<br />
2013-05-07 12:46:05 [MgmtSrvr] INFO     -- Node 5: Start initiated (mysql-5.5.29 ndb-7.2.10)]]></description>
            <dc:creator>Zhihong He</dc:creator>
            <category>Cluster</category>
            <pubDate>Tue, 07 May 2013 11:29:24 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,585619,585619#msg-585619</guid>
            <title>Mysql Cluster Sharding (no replies)</title>
            <link>http://forums.mysql.com/read.php?25,585619,585619#msg-585619</link>
            <description><![CDATA[ Ok so i have mysql cluster setup but what i need is say table assets to be split among the nodes not replicated as the purpose of me setting up the cluster was due to lack of hard drive space so how do i get the cluster to split the table among the nodes?<br />
<br />
I know about  dbshards ect ect so please do not mention them i need a solution using just mysql and no i cant modify the software that ill be using the db]]></description>
            <dc:creator>kristopher therrien</dc:creator>
            <category>Cluster</category>
            <pubDate>Tue, 07 May 2013 01:06:52 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,585314,585314#msg-585314</guid>
            <title>Installing cluster as Windows services (1 reply)</title>
            <link>http://forums.mysql.com/read.php?25,585314,585314#msg-585314</link>
            <description><![CDATA[ Hi all, my cluster works fine, but i found a strange problem while installing processes as Windows services, particullary management process. The process starts then fails due it can’t find the config.ini file. I specified the path in the installation command as below<br />
<br />
C:\mysql-cluster\bin\ndb_mgmd.exe –install -f config.ini –configdir=C:\mysql-cluster\bin<br />
<br />
and in second instance also<br />
<br />
C:\mysql-cluster\bin\ndb_mgmd.exe –install -f config.ini –configdir=.\<br />
<br />
In the Windows event log i found this message:<br />
Error opening ‘config.ini’, error 2, No such file or directory.<br />
Clearly is a path error, but i can’t understand where the error in my command line is.<br />
<br />
Thanks in advance]]></description>
            <dc:creator>Nicola Gnasso</dc:creator>
            <category>Cluster</category>
            <pubDate>Thu, 02 May 2013 14:03:16 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,585160,585160#msg-585160</guid>
            <title>indexes disordered in database (no replies)</title>
            <link>http://forums.mysql.com/read.php?25,585160,585160#msg-585160</link>
            <description><![CDATA[ hi !<br />
<br />
i have a database with many tables, in each when open a table, before appear sort by date of insert in db (1,2,3,4...) now appear in disorder (3,12,1,99,2013...)<br />
<br />
this happened after performing a migration... <br />
<br />
<br />
before:<br />
<br />
<img src="http://i40.tinypic.com/wjt9qw.png" class="bbcode" border="0" /><br />
<br />
now:<br />
<br />
<img src="http://i41.tinypic.com/1y3ma9.png" class="bbcode" border="0" /><br />
<br />
<br />
<br />
how can solve this problem?, some idea? <br />
<br />
<br />
thanks ! <br />
<br />
pd.. sorry for my english]]></description>
            <dc:creator>esteban perez</dc:creator>
            <category>Cluster</category>
            <pubDate>Mon, 29 Apr 2013 21:20:35 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,584725,584725#msg-584725</guid>
            <title>MySql Cluster with InnoDB and MyISAM both (2 replies)</title>
            <link>http://forums.mysql.com/read.php?25,584725,584725#msg-584725</link>
            <description><![CDATA[ Has anyone created a MySQL Cluster with InnoDB and MyISAM tables.<br />
<br />
We have a MySQL database having 30% tables of MyISAM and 70% tables of InnoDB. Now we want to migrate this on MySQL cluster.<br />
<br />
If anyone has been already done something like this Please tell me the steps.]]></description>
            <dc:creator>Dilshad Hussain</dc:creator>
            <category>Cluster</category>
            <pubDate>Tue, 30 Apr 2013 12:53:00 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,584310,584310#msg-584310</guid>
            <title>Mysqld failing after DDL on cluster (2 replies)</title>
            <link>http://forums.mysql.com/read.php?25,584310,584310#msg-584310</link>
            <description><![CDATA[ Cluster,<br />
<br />
In 7.2.10, I have experienced a serious mysqld lockup.  All queries where throwing:<br />
<br />
Got error 4547 'RecordSpecification has overlapping offsets' from NDBCLUSTER<br />
<br />
This occurred after I completed some DDL on another mysqld server connected to the same cluster:<br />
<br />
ALTER TABLE fl_state<br />
  ADD mc_odo_change_t TIMESTAMP NULL DEFAULT NULL AFTER mc_odo;<br />
<br />
This inserted a new field into the middle of a table with 227 columns.<br />
<br />
This was resolved by killing and restarting the 'mysqld' node.<br />
<br />
This table receives about 50 DML/sec from 12 mysqld nodes.  Only one of them crashed.<br />
<br />
Table schema and metrics below.<br />
<br />
I hope this is useful to somebody.<br />
<br />
Regards, Ben Clewett.<br />
<br />
----------------------------------------------------- <br />
<br />
Table Schema: <br />
<br />
CREATE TABLE `fl_state` ( <br />
`terminal_id` varchar(32) NOT NULL, <br />
`ip_addr` varchar(15) NOT NULL DEFAULT '', <br />
`server_name` varchar(40) NOT NULL DEFAULT '', <br />
`server_pid` int(11) NOT NULL DEFAULT '0', <br />
`version_daemon` varchar(20) NOT NULL DEFAULT '', <br />
`version_software` varchar(20) NOT NULL DEFAULT '', <br />
`version_protocol` varchar(20) NOT NULL DEFAULT '', <br />
`connected` timestamp NULL DEFAULT NULL, <br />
`tally` int(11) NOT NULL DEFAULT '0', <br />
`tacho_type` varchar(20) DEFAULT NULL, <br />
`comp_code` varchar(8) DEFAULT NULL, <br />
`veh_code` varchar(16) DEFAULT NULL, <br />
`veh_rtid` int(11) DEFAULT NULL, <br />
`mem_code` int(11) DEFAULT NULL, <br />
`terminal_type` varchar(20) DEFAULT NULL, <br />
`terminal_type_sub` varchar(20) DEFAULT NULL, <br />
`terminal_type_sub_from_veh` varchar(20) DEFAULT NULL, <br />
`service_code` varchar(16) DEFAULT NULL, <br />
`service_sub_code` varchar(8) DEFAULT NULL, <br />
`entity_type` enum('driven','trailer','member') NOT NULL DEFAULT 'driven', <br />
`site_no` int(11) DEFAULT NULL, <br />
`reset_required` tinyint(1) NOT NULL DEFAULT '0', <br />
`tag_master_veh_rtid` int(11) DEFAULT NULL, <br />
`tag_master_veh_rtid_prev` int(11) DEFAULT NULL, <br />
`tag_master_terminal_id` varchar(32) DEFAULT NULL, <br />
`tag_slave_recorded` tinyint(1) NOT NULL DEFAULT '0', <br />
`tag_slave_count` int(11) NOT NULL DEFAULT '0', <br />
`tag_state_pending` enum('trip','timeout','next_valid','not') NOT NULL DEFAULT 'not', <br />
`tag_state_pending_t` timestamp NULL DEFAULT NULL, <br />
`tag_state_pending_lat` decimal(9,6) DEFAULT NULL, <br />
`tag_state_pending_lon` decimal(9,6) DEFAULT NULL, <br />
`tag_state_pending_km_h` int(11) DEFAULT NULL, <br />
`tag_state_pending_id` int(11) DEFAULT NULL, <br />
`tag_state_timeout_start` timestamp NULL DEFAULT NULL, <br />
`tag_state_timeout_t` int(11) DEFAULT NULL, <br />
`tag_state_pending_trip` enum('wait_primed','wait_next','found_trip','not') NOT NULL DEFAULT 'not', <br />
`tag_slave_last_drop` timestamp NULL DEFAULT NULL, <br />
`tag_slave_last_hookup` timestamp NULL DEFAULT NULL, <br />
`fl_story_rec` bigint(20) unsigned DEFAULT NULL, <br />
`mo_t` timestamp NOT NULL DEFAULT '2000-01-01 00:00:00', <br />
`mo_odo` decimal(11,3) DEFAULT NULL, <br />
`mo_fuel` decimal(10,2) DEFAULT NULL, <br />
`md_t` timestamp NOT NULL DEFAULT '2000-01-01 00:00:00', <br />
`md_t_from` enum('gps','server') NOT NULL DEFAULT 'gps', <br />
`md_valid_fix` tinyint(1) NOT NULL, <br />
`md_ignition` tinyint(1) DEFAULT NULL, <br />
`md_ignition_on_t` timestamp NULL DEFAULT NULL, <br />
`md_ignition_off_t` timestamp NULL DEFAULT NULL, <br />
`md_stationary` tinyint(1) DEFAULT NULL, <br />
`md_lights` tinyint(1) DEFAULT NULL, <br />
`md_battery` tinyint(1) DEFAULT NULL, <br />
`md_panic_active` tinyint(1) DEFAULT NULL, <br />
`md_panic_ack` tinyint(1) DEFAULT NULL, <br />
`md_panic_active_t` timestamp NULL DEFAULT NULL, <br />
`md_panic_cancel_t` timestamp NULL DEFAULT NULL, <br />
`md_panic_ack_t` timestamp NULL DEFAULT NULL, <br />
`md_stored_frame` tinyint(1) DEFAULT NULL, <br />
`md_heading_change` tinyint(1) DEFAULT NULL, <br />
`md_power_save` tinyint(1) DEFAULT NULL, <br />
`md_gps_ariel_fault` enum('good','short','open') DEFAULT NULL, <br />
`md_reset` tinyint(1) DEFAULT NULL, <br />
`md_batt_volts` decimal(4,1) DEFAULT NULL, <br />
`md_batt_percent` decimal(4,1) DEFAULT NULL, <br />
`md_upgrade` tinyint(1) DEFAULT NULL, <br />
`md_engine_by_volts` tinyint(1) DEFAULT NULL, <br />
`md_flag1` tinyint(3) unsigned DEFAULT NULL, <br />
`md_flag2` tinyint(3) unsigned DEFAULT NULL, <br />
`md_tl_rec` bigint(20) unsigned DEFAULT NULL, <br />
`md_server_name` varchar(40) DEFAULT NULL, <br />
`mg_t` timestamp NULL DEFAULT NULL, <br />
`mg_lat` decimal(9,6) DEFAULT NULL, <br />
`mg_lon` decimal(9,6) DEFAULT NULL, <br />
`mg_speed_n_h` decimal(5,1) DEFAULT NULL, <br />
`mg_speed_km_h` decimal(5,1) DEFAULT NULL, <br />
`mg_speed_m_h` decimal(5,1) DEFAULT NULL, <br />
`mg_heading` int(11) DEFAULT NULL, <br />
`mg_tl_rec` bigint(20) unsigned DEFAULT NULL, <br />
`mg_server_name` varchar(40) DEFAULT NULL, <br />
`mz_t` timestamp NULL DEFAULT NULL, <br />
`mz_town` varchar(40) DEFAULT NULL, <br />
`mz_county` varchar(40) DEFAULT NULL, <br />
`mz_country` varchar(3) DEFAULT NULL, <br />
`mz_pcode` varchar(16) DEFAULT NULL, <br />
`mz_gaz_rec` int(11) DEFAULT NULL, <br />
`mc_t` timestamp NULL DEFAULT NULL, <br />
`mc_service_distance` int(11) DEFAULT NULL, <br />
`mc_odo` decimal(11,3) DEFAULT NULL, <br />
`mc_fuel` decimal(10,2) DEFAULT NULL, <br />
`mc_fuel_level` decimal(4,1) DEFAULT NULL, <br />
`mc_temperature` decimal(5,1) DEFAULT NULL, <br />
`mc_cat_level` decimal(4,1) DEFAULT NULL, <br />
`mc_axle_1` decimal(6,1) DEFAULT NULL, <br />
`mc_axle_2` decimal(6,1) DEFAULT NULL, <br />
`mc_axle_3` decimal(6,1) DEFAULT NULL, <br />
`mc_axle_4` decimal(6,1) DEFAULT NULL, <br />
`mc_flag1` tinyint(3) unsigned DEFAULT NULL, <br />
`mc_flag2` tinyint(3) unsigned DEFAULT NULL, <br />
`mc_engine_available` tinyint(1) DEFAULT NULL, <br />
`mc_ending_on` tinyint(1) DEFAULT NULL, <br />
`mc_engine_on` tinyint(1) DEFAULT NULL, <br />
`mc_pto` tinyint(1) DEFAULT NULL, <br />
`mc_from_trip` tinyint(1) DEFAULT NULL, <br />
`mc_tl_rec` bigint(20) unsigned DEFAULT NULL, <br />
`mc_server_name` varchar(40) DEFAULT NULL, <br />
`ms_t` timestamp NULL DEFAULT NULL, <br />
`ms_flag1` tinyint(3) unsigned DEFAULT NULL, <br />
`ms_flag2` tinyint(3) unsigned DEFAULT NULL, <br />
`ms_flag3` tinyint(3) unsigned DEFAULT NULL, <br />
`ms_speed` decimal(5,1) DEFAULT NULL, <br />
`ms_card_1` varchar(16) DEFAULT NULL, <br />
`ms_card_2` varchar(16) DEFAULT NULL, <br />
`ms_card_1_null` enum('not_null','unsupported_device','no_k_line','card_not_inserted','driver_unknown') DEFAULT NULL, <br />
`ms_card_2_null` enum('not_null','unsupported_device','no_k_line','card_not_inserted','driver_unknown') DEFAULT NULL, <br />
`ms_mem_code_1` int(11) DEFAULT NULL, <br />
`ms_mem_code_2` int(11) DEFAULT NULL, <br />
`ms_overspeed` tinyint(1) DEFAULT NULL, <br />
`ms_time_state_1` enum('normal','15m_before_430h','430h','15m_before_900h','900h','15m_before_xxxh','xxxh') DEFAULT NULL, <br />
`ms_time_state_2` enum('normal','15m_before_430h','430h','15m_before_900h','900h','15m_before_xxxh','xxxh') DEFAULT NULL, <br />
`ms_card_1_mode` enum('w','r','d','a') DEFAULT NULL, <br />
`ms_card_2_mode` enum('w','r','d','a') DEFAULT NULL, <br />
`ms_tl_rec` bigint(20) unsigned DEFAULT NULL, <br />
`ms_server_name` varchar(40) DEFAULT NULL, <br />
`mt_t` timestamp NULL DEFAULT NULL, <br />
`mt_trip_id` int(11) DEFAULT NULL, <br />
`mt_source` enum('sdi1','sdi2','fc01') DEFAULT NULL, <br />
`mt_trip_start` timestamp NULL DEFAULT NULL, <br />
`mt_trip_end` timestamp NULL DEFAULT NULL, <br />
`mt_trip_duration` int(11) DEFAULT NULL, <br />
`mt_ignition_on_duration` int(11) DEFAULT NULL, <br />
`mt_engine_on_duration` int(11) DEFAULT NULL, <br />
`mt_motion_duration` int(11) DEFAULT NULL, <br />
`mt_total_trip_duration` int(11) DEFAULT NULL, <br />
`mt_pto_active_nomotion` int(11) DEFAULT NULL, <br />
`mt_pto_active_motion` int(11) DEFAULT NULL, <br />
`mt_trip_start_odometer` decimal(11,3) DEFAULT NULL, <br />
`mt_trip_end_odometer` decimal(11,3) DEFAULT NULL, <br />
`mt_trip_total_odometer` decimal(11,3) DEFAULT NULL, <br />
`mt_trip_start_fuel` decimal(10,1) DEFAULT NULL, <br />
`mt_trip_start_fuel_c` decimal(10,1) DEFAULT NULL, <br />
`mt_trip_end_fuel` decimal(10,1) DEFAULT NULL, <br />
`mt_trip_end_fuel_c` decimal(10,1) DEFAULT NULL, <br />
`mt_trip_total_fuel` decimal(10,1) DEFAULT NULL, <br />
`mt_trip_total_fuel_c` decimal(10,1) DEFAULT NULL, <br />
`mt_trip_idle_fuel` decimal(10,1) DEFAULT NULL, <br />
`mt_trip_idle_fuel_c` decimal(10,1) DEFAULT NULL, <br />
`mt_trip_fuel_l_100km` decimal(6,1) DEFAULT NULL, <br />
`mt_trip_fuel_l_100km_c` decimal(6,1) DEFAULT NULL, <br />
`mt_trip_fuel_l_hr` decimal(6,1) DEFAULT NULL, <br />
`mt_trip_fuel_l_hr_c` decimal(6,1) DEFAULT NULL, <br />
`mt_trip_driving_duration` int(11) DEFAULT NULL, <br />
`mt_trip_working_duration` int(11) DEFAULT NULL, <br />
`mt_trip_rest_duration` int(11) DEFAULT NULL, <br />
`mt_trip_available_duration` int(11) DEFAULT NULL, <br />
`mt_trip_absolute_km_h` decimal(5,2) DEFAULT NULL, <br />
`mt_trip_engine_on_km_h` decimal(5,2) DEFAULT NULL, <br />
`mt_trip_motion_km_h` decimal(5,2) DEFAULT NULL, <br />
`mt_trip_speed_zone1_cc_off_duration` int(11) DEFAULT NULL, <br />
`mt_trip_speed_zone2_cc_off_duration` int(11) DEFAULT NULL, <br />
`mt_trip_speed_zone3_cc_off_duration` int(11) DEFAULT NULL, <br />
`mt_trip_speed_zone4_cc_off_duration` int(11) DEFAULT NULL, <br />
`mt_trip_speed_total_cc_off_duration` int(11) DEFAULT NULL, <br />
`mt_trip_speed_zone1_cc_on_duration` int(11) DEFAULT NULL, <br />
`mt_trip_speed_zone2_cc_on_duration` int(11) DEFAULT NULL, <br />
`mt_trip_speed_zone3_cc_on_duration` int(11) DEFAULT NULL, <br />
`mt_trip_speed_zone4_cc_on_duration` int(11) DEFAULT NULL, <br />
`mt_trip_speed_total_cc_on_duration` int(11) DEFAULT NULL, <br />
`mt_trip_brake_pedal_count` int(11) DEFAULT NULL, <br />
`mt_trip_brake_pedal_duration` int(11) DEFAULT NULL, <br />
`mt_trip_accel_duration` int(11) DEFAULT NULL, <br />
`mt_trip_decel_duration` int(11) DEFAULT NULL, <br />
`mt_trip_accel_max_ms2` decimal(5,2) DEFAULT NULL, <br />
`mt_trip_decel_max_ms2` decimal(5,2) DEFAULT NULL, <br />
`mt_trip_acc_zone1_duration` int(11) DEFAULT NULL, <br />
`mt_trip_acc_zone2_duration` int(11) DEFAULT NULL, <br />
`mt_trip_acc_zone3_duration` int(11) DEFAULT NULL, <br />
`mt_trip_acc_zone4_duration` int(11) DEFAULT NULL, <br />
`mt_trip_acc_zone5_duration` int(11) DEFAULT NULL, <br />
`mt_trip_acc_zone6_duration` int(11) DEFAULT NULL, <br />
`mt_trip_acc_zone7_duration` int(11) DEFAULT NULL, <br />
`mt_trip_throttle_zone1_duration` int(11) DEFAULT NULL, <br />
`mt_trip_throttle_zone2_duration` int(11) DEFAULT NULL, <br />
`mt_trip_throttle_zone3_duration` int(11) DEFAULT NULL, <br />
`mt_trip_throttle_zone4_duration` int(11) DEFAULT NULL, <br />
`mt_trip_engine_zone1_duration` int(11) DEFAULT NULL, <br />
`mt_trip_engine_zone2_duration` int(11) DEFAULT NULL, <br />
`mt_trip_engine_zone3_duration` int(11) DEFAULT NULL, <br />
`mt_message_type` enum('T','U') DEFAULT NULL, <br />
`mt_time_engine_torque_high` int(11) DEFAULT NULL, <br />
`mt_time_in_high_gear` int(11) DEFAULT NULL, <br />
`mt_time_high_engine_load` int(11) DEFAULT NULL, <br />
`mt_time_low_load_high_throttle` int(11) DEFAULT NULL, <br />
`mt_time_kick_down` int(11) DEFAULT NULL, <br />
`mt_mean_engine_load` decimal(4,1) DEFAULT NULL, <br />
`mt_server_name` varchar(40) DEFAULT NULL, <br />
`created` timestamp NOT NULL DEFAULT '2000-01-01 00:00:00', <br />
`updated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, <br />
`ignore_pto` tinyint(1) NOT NULL DEFAULT '0', <br />
`cfg_t` timestamp NULL DEFAULT NULL, <br />
`cfg_apn` varchar(20) DEFAULT NULL, <br />
`cfg_user` varchar(20) DEFAULT NULL, <br />
`cfg_password` varchar(20) DEFAULT NULL, <br />
`cfg_ignition_off_every` varchar(20) DEFAULT NULL, <br />
`cfg_hd_change_rpt` varchar(20) DEFAULT NULL, <br />
`cfg_can_fitted` varchar(20) DEFAULT NULL, <br />
`cfg_extended_can` varchar(20) DEFAULT NULL, <br />
`cfg_trip_every` varchar(20) DEFAULT NULL, <br />
`cfg_tacho_download_enabled` varchar(20) DEFAULT NULL, <br />
`cfg_can_comms_protocol` varchar(20) DEFAULT NULL, <br />
`cfg_network_sel` varchar(20) DEFAULT NULL, <br />
`cfg_ign_rep` varchar(20) DEFAULT NULL, <br />
`cfg_debug` varchar(20) DEFAULT NULL, <br />
`cfg_every` varchar(20) DEFAULT NULL, <br />
`cfg_on_battery_backup_every` varchar(20) DEFAULT NULL, <br />
`cfg_ign_sen` varchar(20) DEFAULT NULL, <br />
`cfg_auto_reset` varchar(20) DEFAULT NULL, <br />
`cfg_red_pwr_mod` varchar(20) DEFAULT NULL, <br />
`cfg_red_pwr_min` varchar(20) DEFAULT NULL, <br />
`cfg_eng_sense_enabled` varchar(20) DEFAULT NULL, <br />
`cfg_eng_on_offset` varchar(20) DEFAULT NULL, <br />
`cfg_panic_enabled` varchar(20) DEFAULT NULL, <br />
`cfg_logging` varchar(20) DEFAULT NULL, <br />
`cfg_rmt_logging` varchar(20) DEFAULT NULL, <br />
`cfg_rmt_log_period` varchar(20) DEFAULT NULL, <br />
`cfg_reset_fuel` varchar(20) DEFAULT NULL, <br />
`cfg_alarm_time` varchar(20) DEFAULT NULL, <br />
`cnf_auto_request` enum('no','yes_new','yes_done') NOT NULL DEFAULT 'no', <br />
`cnf_auto_request_t` timestamp NULL DEFAULT NULL, <br />
PRIMARY KEY (`terminal_id`), <br />
KEY `comp_code` (`comp_code`,`veh_code`), <br />
KEY `veh_rtid` (`veh_rtid`), <br />
KEY `tag_master_terminal_id` (`tag_master_terminal_id`), <br />
KEY `tag_master_veh_rtid` (`tag_master_veh_rtid`), <br />
KEY `cnf_auto_request` (`cnf_auto_request`,`terminal_type_sub`) <br />
) ENGINE=ndbcluster DEFAULT CHARSET=latin1 <br />
<br />
<br />
<br />
----------------------------------------------------- <br />
<br />
Information Schema: <br />
<br />
TABLE_CATALOG: def <br />
TABLE_SCHEMA: ndb <br />
TABLE_NAME: fl_state <br />
TABLE_TYPE: BASE TABLE <br />
ENGINE: ndbcluster <br />
VERSION: 10 <br />
ROW_FORMAT: Dynamic <br />
TABLE_ROWS: 6567 <br />
AVG_ROW_LENGTH: 844 <br />
DATA_LENGTH: 7405568 <br />
MAX_DATA_LENGTH: 0 <br />
INDEX_LENGTH: 0 <br />
DATA_FREE: 0 <br />
AUTO_INCREMENT: NULL <br />
CREATE_TIME: NULL <br />
UPDATE_TIME: NULL <br />
CHECK_TIME: NULL <br />
TABLE_COLLATION: latin1_swedish_ci <br />
CHECKSUM: NULL <br />
CREATE_OPTIONS: <br />
TABLE_COMMENT:]]></description>
            <dc:creator>Ben Clewett</dc:creator>
            <category>Cluster</category>
            <pubDate>Wed, 24 Apr 2013 09:20:14 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,584227,584227#msg-584227</guid>
            <title>. (no replies)</title>
            <link>http://forums.mysql.com/read.php?25,584227,584227#msg-584227</link>
            <description><![CDATA[ .]]></description>
            <dc:creator>Tarran Benson-West</dc:creator>
            <category>Cluster</category>
            <pubDate>Thu, 18 Apr 2013 10:49:38 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,584214,584214#msg-584214</guid>
            <title>MySQL Cluster 7.3:  Auto-Installer, Foreign Keys, Node.js (no replies)</title>
            <link>http://forums.mysql.com/read.php?25,584214,584214#msg-584214</link>
            <description><![CDATA[ Overview:<br />
MySQL Cluster 7.3 DMR2: Increasing Developer Flexibility and Simplicity<br />
<br />
MySQL Cluster:  Connection Thread Scalability <br />
<a href="http://mikaelronstrom.blogspot.com/2013/05/mysql-cluster-73-improvements.html"  rel="nofollow">http://mikaelronstrom.blogspot.com/2013/05/mysql-cluster-73-improvements.html</a><br />
<br />
MySQL Cluster:  Auto-Installer<br />
<a href="http://www.clusterdb.com/mysql-cluster/mysql-cluster-7-3-auto-installer/"  rel="nofollow">http://www.clusterdb.com/mysql-cluster/mysql-cluster-7-3-auto-installer/</a><br />
<br />
MySQL Cluster:  Foreign Keys<br />
<a href="http://www.clusterdb.com/mysql-cluster/foreign-keys-in-mysql-cluster/"  rel="nofollow">http://www.clusterdb.com/mysql-cluster/foreign-keys-in-mysql-cluster/</a><br />
<br />
MySQL Cluster:  Node.js<br />
<a href="https://blogs.oracle.com/MySQL/entry/mysql_cluster_tutorial_nosql_api"  rel="nofollow">https://blogs.oracle.com/MySQL/entry/mysql_cluster_tutorial_nosql_api</a>]]></description>
            <dc:creator>Edwin Desouza</dc:creator>
            <category>Cluster</category>
            <pubDate>Thu, 18 Apr 2013 01:13:20 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,584188,584188#msg-584188</guid>
            <title>Forced node shutdown at specific time (no replies)</title>
            <link>http://forums.mysql.com/read.php?25,584188,584188#msg-584188</link>
            <description><![CDATA[ Recently we found that one of the cluster node disconnect at specific time in midnight. Checking the management node log, following error message was found:<br />
2013-04-14 01:03:16 [MgmtSrvr] ALERT    -- Node 3: Forced node shutdown complete<br />
d. Caused by error 2303: 'System error, node killed during node restart by other<br />
 node(Internal error, programming error or missing error message, please report<br />
a bug). Temporary error, restart node'.<br />
2013-04-16 01:03:09 [MgmtSrvr] ALERT    -- Node 3: Forced node shutdown complete<br />
d. Caused by error 2303: 'System error, node killed during node restart by other<br />
 node(Internal error, programming error or missing error message, please report<br />
a bug). Temporary error, restart node'.<br />
2013-04-17 01:02:30 [MgmtSrvr] ALERT    -- Node 3: Forced node shutdown complete<br />
d. Caused by error 2303: 'System error, node killed during node restart by other<br />
 node(Internal error, programming error or missing error message, please report<br />
a bug). Temporary error, restart node'.<br />
-------------------------------------------------------------------------<br />
<br />
The log pattern before error happen:<br />
2013-04-17 00:58:45 [MgmtSrvr] INFO     -- Node 2: Communication to Node 5 closed<br />
2013-04-17 00:58:45 [MgmtSrvr] INFO     -- Node 3: Communication to Node 5 closed<br />
2013-04-17 00:58:45 [MgmtSrvr] ALERT    -- Node 2: Node 5 Disconnected<br />
2013-04-17 00:58:46 [MgmtSrvr] ALERT    -- Node 3: Node 5 Disconnected<br />
2013-04-17 00:58:46 [MgmtSrvr] INFO     -- Node 3: Communication to Node 5 opened<br />
2013-04-17 00:58:46 [MgmtSrvr] INFO     -- Node 3: Node 5 Connected<br />
2013-04-17 00:58:47 [MgmtSrvr] INFO     -- Node 3: Node 5: API mysql-5.1.56 ndb-7.1.15<br />
2013-04-17 00:58:48 [MgmtSrvr] INFO     -- Node 2: Communication to Node 5 opened<br />
2013-04-17 00:58:48 [MgmtSrvr] INFO     -- Node 2: Node 5 Connected<br />
2013-04-17 00:58:48 [MgmtSrvr] INFO     -- Node 2: Node 5: API mysql-5.1.56 ndb-7.1.15<br />
2013-04-17 00:58:57 [MgmtSrvr] WARNING  -- Node 2: Node 4 missed heartbeat 2<br />
2013-04-17 00:58:58 [MgmtSrvr] WARNING  -- Node 2: Node 5 missed heartbeat 2<br />
2013-04-17 00:59:01 [MgmtSrvr] WARNING  -- Node 2: Node 5 missed heartbeat 2<br />
2013-04-17 00:59:20 [MgmtSrvr] WARNING  -- Node 2: Node 4 missed heartbeat 2<br />
2013-04-17 00:59:22 [MgmtSrvr] WARNING  -- Node 2: Node 5 missed heartbeat 2<br />
2013-04-17 00:59:22 [MgmtSrvr] WARNING  -- Node 2: Node 5 missed heartbeat 3<br />
2013-04-17 00:59:24 [MgmtSrvr] WARNING  -- Node 2: Node 5 missed heartbeat 2<br />
2013-04-17 00:59:49 [MgmtSrvr] WARNING  -- Node 2: Node 4 missed heartbeat 2<br />
2013-04-17 00:59:56 [MgmtSrvr] WARNING  -- Node 2: Node 4 missed heartbeat 2<br />
2013-04-17 00:59:56 [MgmtSrvr] WARNING  -- Node 2: Node 5 missed heartbeat 2<br />
2013-04-17 01:00:05 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_COMMIT lag 1 seconds (max lag: 27)<br />
2013-04-17 01:00:13 [MgmtSrvr] INFO     -- Node 3: Local checkpoint 8535 completed<br />
2013-04-17 01:00:16 [MgmtSrvr] INFO     -- Node 3: Local checkpoint 8536 started. Keep GCI = 396148 oldest restorable GCI = 396103<br />
2013-04-17 01:00:28 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_COMMIT lag 1 seconds (max lag: 27)<br />
2013-04-17 01:00:35 [MgmtSrvr] WARNING  -- Node 2: Node 5 missed heartbeat 2<br />
2013-04-17 01:00:36 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_COMMIT lag 0 seconds (max lag: 27)<br />
2013-04-17 01:00:39 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_COMMIT lag 0 seconds (max lag: 27)<br />
2013-04-17 01:00:41 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_COMMIT lag 0 seconds (max lag: 27)<br />
2013-04-17 01:00:44 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_COMMIT lag 1 seconds (max lag: 27)<br />
2013-04-17 01:00:49 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_COMMIT lag 1 seconds (max lag: 27)<br />
2013-04-17 01:00:54 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_COMMIT lag 0 seconds (max lag: 27)<br />
2013-04-17 01:00:59 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_COMMIT lag 0 seconds (max lag: 27)<br />
2013-04-17 01:01:00 [MgmtSrvr] WARNING  -- Node 2: Node 5 missed heartbeat 2<br />
2013-04-17 01:01:00 [MgmtSrvr] WARNING  -- Node 2: Node 5 missed heartbeat 3<br />
2013-04-17 01:01:01 [MgmtSrvr] WARNING  -- Node 2: Node 4 missed heartbeat 2<br />
2013-04-17 01:01:01 [MgmtSrvr] WARNING  -- Node 2: Node 5 missed heartbeat 4<br />
2013-04-17 01:01:01 [MgmtSrvr] ALERT    -- Node 2: Node 5 declared dead due to missed heartbeat<br />
2013-04-17 01:01:01 [MgmtSrvr] INFO     -- Node 2: Communication to Node 5 closed<br />
2013-04-17 01:01:01 [MgmtSrvr] INFO     -- Node 3: Communication to Node 5 closed<br />
2013-04-17 01:01:01 [MgmtSrvr] ALERT    -- Node 3: Node 5 Disconnected<br />
2013-04-17 01:01:01 [MgmtSrvr] ALERT    -- Node 2: Node 5 Disconnected<br />
2013-04-17 01:01:01 [MgmtSrvr] WARNING  -- Node 2: Node 4 missed heartbeat 3<br />
2013-04-17 01:01:02 [MgmtSrvr] INFO     -- Node 2: Communication to Node 5 opened<br />
2013-04-17 01:01:02 [MgmtSrvr] INFO     -- Node 2: Node 5 Connected<br />
2013-04-17 01:01:02 [MgmtSrvr] INFO     -- Node 2: Node 5: API mysql-5.1.56 ndb-7.1.15<br />
2013-04-17 01:01:03 [MgmtSrvr] INFO     -- Node 3: Communication to Node 5 opened<br />
2013-04-17 01:01:00 [MgmtSrvr] INFO     -- Node 3: Node 5 Connected<br />
2013-04-17 01:01:00 [MgmtSrvr] INFO     -- Node 3: Node 5: API mysql-5.1.56 ndb-7.1.15<br />
2013-04-17 01:01:00 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_COMMIT lag 1 seconds (max lag: 27)<br />
2013-04-17 01:01:04 [MgmtSrvr] WARNING  -- Node 2: Node 5 missed heartbeat 2<br />
2013-04-17 01:01:05 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_COMMIT lag 1 seconds (max lag: 27)<br />
2013-04-17 01:01:08 [MgmtSrvr] WARNING  -- Node 2: Node 5 missed heartbeat 2<br />
2013-04-17 01:01:08 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_COMMIT lag 0 seconds (max lag: 27)<br />
2013-04-17 01:01:09 [MgmtSrvr] WARNING  -- Node 2: Node 5 missed heartbeat 2<br />
2013-04-17 01:01:12 [MgmtSrvr] WARNING  -- Node 2: Node 5 missed heartbeat 2<br />
2013-04-17 01:01:14 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_SAVE lag 60 seconds (max lag: 145s)<br />
2013-04-17 01:01:14 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_COMMIT lag 0 seconds (max lag: 27)<br />
2013-04-17 01:01:17 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_COMMIT lag 1 seconds (max lag: 27)<br />
2013-04-17 01:01:20 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_COMMIT lag 1 seconds (max lag: 27)<br />
2013-04-17 01:01:23 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_COMMIT lag 0 seconds (max lag: 27)<br />
2013-04-17 01:01:26 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_COMMIT lag 0 seconds (max lag: 27)<br />
2013-04-17 01:01:30 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_COMMIT lag 0 seconds (max lag: 27)<br />
2013-04-17 01:01:33 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_SAVE lag 120 seconds (max lag: 145s)<br />
2013-04-17 01:01:33 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_COMMIT lag 0 seconds (max lag: 27)<br />
2013-04-17 01:01:35 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_COMMIT lag 0 seconds (max lag: 27)<br />
2013-04-17 01:01:39 [MgmtSrvr] WARNING  -- Node 2: Node 4 missed heartbeat 2<br />
2013-04-17 01:01:40 [MgmtSrvr] WARNING  -- Node 2: Node 5 missed heartbeat 2<br />
2013-04-17 01:01:43 [MgmtSrvr] WARNING  -- Node 3: GCP Monitor: GCP_COMMIT lag 0 seconds (max lag: 27)<br />
2013-04-17 01:01:43 [MgmtSrvr] WARNING  -- Node 2: Node 5 missed heartbeat 2<br />
2013-04-17 01:01:43 [MgmtSrvr] WARNING  -- Node 2: Node 5 missed heartbeat 3<br />
2013-04-17 01:01:44 [MgmtSrvr] WARNING  -- Node 2: Node 4 missed heartbeat 2<br />
2013-04-17 01:01:53 [MgmtSrvr] ALERT    -- Node 1: Node 3 Disconnected<br />
2013-04-17 01:01:56 [MgmtSrvr] WARNING  -- Node 2: Node 3 missed heartbeat 2<br />
2013-04-17 01:02:00 [MgmtSrvr] WARNING  -- Node 2: Node 3 missed heartbeat 3<br />
2013-04-17 01:02:04 [MgmtSrvr] WARNING  -- Node 2: Node 3 missed heartbeat 4<br />
2013-04-17 01:02:04 [MgmtSrvr] ALERT    -- Node 2: Node 3 declared dead due to missed heartbeat<br />
2013-04-17 01:02:04 [MgmtSrvr] INFO     -- Node 2: Communication to Node 3 closed<br />
2013-04-17 01:02:04 [MgmtSrvr] ALERT    -- Node 2: Network partitioning - arbitration required<br />
2013-04-17 01:02:04 [MgmtSrvr] INFO     -- Node 2: President restarts arbitration thread [state=7]<br />
2013-04-17 01:02:04 [MgmtSrvr] ALERT    -- Node 2: Arbitration won - positive reply from node 1<br />
2013-04-17 01:02:04 [MgmtSrvr] INFO     -- Node 2: GCP Take over started<br />
2013-04-17 01:02:04 [MgmtSrvr] INFO     -- Node 2: Node 2 taking over as DICT master<br />
2013-04-17 01:02:04 [MgmtSrvr] INFO     -- Node 2: GCP Monitor: Computed max GCP_SAVE lag to 145 seconds<br />
2013-04-17 01:02:04 [MgmtSrvr] INFO     -- Node 2: GCP Monitor: Computed max GCP_COMMIT lag to 27 seconds<br />
2013-04-17 01:02:04 [MgmtSrvr] INFO     -- Node 2: GCP Take over completed<br />
2013-04-17 01:02:04 [MgmtSrvr] INFO     -- Node 2: kk: 396202/112 1 0<br />
2013-04-17 01:02:04 [MgmtSrvr] ALERT    -- Node 2: Node 3 Disconnected<br />
2013-04-17 01:02:04 [MgmtSrvr] INFO     -- Node 2: Started arbitrator node 1 [ticket=54c500233951f1d4]<br />
2013-04-17 01:02:30 [MgmtSrvr] ALERT    -- Node 3: Forced node shutdown completed. Caused by error 2303: 'System error, node killed during node restart by other node(Internal error, programming error or missing error message, please report a bug). Temporary error, restart node'.<br />
2013-04-17 01:02:31 [MgmtSrvr] INFO     -- Mgmt server state: nodeid 3 freed, m_reserved_nodes 1 and 2.<br />
2013-04-17 01:02:32 [MgmtSrvr] WARNING  -- Node 2: Failure handling of node 3 has not completed in 1 min - state = 6<br />
2013-04-17 01:02:34 [MgmtSrvr] INFO     -- Node 2: LCP Take over started<br />
------------------------------------------------------------------------<br />
<br />
ndb_3_out.log<br />
------------------------------------------------------------------------<br />
2013-04-17 01:01:59 [ndbd] WARNING  -- Time moved forward with 1533 ms<br />
2013-04-17 01:01:59 [ndbd] WARNING  -- timerHandlingLab now: 961668499 sent: 961666952 diff: 1547<br />
2013-04-17 01:01:59 [ndbd] WARNING  -- timerHandlingLab now: 961667218 sent: 961668711 diff: -1493<br />
2013-04-17 01:01:59 [ndbd] WARNING  -- Time moved backwards with 1503 ms<br />
2013-04-17 01:01:59 [ndbd] WARNING  -- Time moved forward with 1520 ms<br />
2013-04-17 01:01:59 [ndbd] WARNING  -- timerHandlingLab now: 961669290 sent: 961667770 diff: 1520<br />
2013-04-17 01:02:00 [ndbd] WARNING  -- timerHandlingLab now: 961667832 sent: 961669331 diff: -1499<br />
2013-04-17 01:02:00 [ndbd] WARNING  -- Time moved backwards with 1509 ms<br />
2013-04-17 01:02:01 [ndbd] WARNING  -- Time moved forward with 1526 ms<br />
2013-04-17 01:02:01 [ndbd] WARNING  -- timerHandlingLab now: 961670318 sent: 961668783 diff: 1535<br />
2013-04-17 01:02:01 [ndbd] WARNING  -- Time moved backwards with 1502 ms<br />
2013-04-17 01:02:01 [ndbd] WARNING  -- Time moved forward with 1523 ms<br />
2013-04-17 01:02:01 [ndbd] WARNING  -- Time moved backwards with 1506 ms<br />
2013-04-17 01:01:56 [ndbd] WARNING  -- timerHandlingLab now: 961668994 sent: 961670477 diff: -1483<br />
2013-04-17 01:01:58 [ndbd] WARNING  -- Time moved forward with 1530 ms<br />
2013-04-17 01:01:58 [ndbd] WARNING  -- timerHandlingLab now: 961672212 sent: 961670671 diff: 1541<br />
2013-04-17 01:01:58 [ndbd] WARNING  -- Time moved backwards with 1512 ms<br />
2013-04-17 01:01:58 [ndbd] WARNING  -- timerHandlingLab now: 961670724 sent: 961672212 diff: -1488<br />
2013-04-17 01:01:59 [ndbd] WARNING  -- Time moved forward with 1522 ms<br />
2013-04-17 01:01:59 [ndbd] WARNING  -- timerHandlingLab now: 961672969 sent: 961671447 diff: 1522<br />
2013-04-17 01:01:59 [ndbd] INFO     -- findNeighbours from: 4891 old (left: 3 right: 3) new (65535 65535)<br />
2013-04-17 01:01:59 [ndbd] INFO     -- Watchdog: User time: 15145  System time: 34380<br />
2013-04-17 01:01:59 [ndbd] WARNING  -- Watchdog: Warning overslept 1614 ms, expected 100 ms.<br />
start_resend(1, empty bucket (396202/112 396202/111) -&gt; active<br />
REMOVING lcp: 8536 from table: 2 frag: 0 node: 3<br />
REMOVING lcp: 8536 from table: 2 frag: 1 node: 3<br />
Finished with handling node-failure<br />
execGCP_NOMORETRANS(396202/112) c_ongoing_take_over_cnt -&gt; seize<br />
2013-04-17 01:01:59 [ndbd] WARNING  -- Time moved backwards with 1462 ms<br />
2013-04-17 01:01:59 [ndbd] WARNING  -- timerHandlingLab now: 961671549 sent: 961672998 diff: -1449<br />
completing gcp 396202/112 in execTAKE_OVERTCCONF<br />
REMOVING lcp: 8536 from table: 3 frag: 0 node: 3<br />
REMOVING lcp: 8536 from table: 3 frag: 1 node: 3<br />
REMOVING lcp: 8536 from table: 4 frag: 0 node: 3<br />
REMOVING lcp: 8536 from table: 4 frag: 1 node: 3<br />
REMOVING lcp: 8536 from table: 5 frag: 0 node: 3<br />
REMOVING lcp: 8536 from table: 5 frag: 1 node: 3<br />
REMOVING lcp: 8536 from table: 6 frag: 0 node: 3<br />
REMOVING lcp: 8536 from table: 6 frag: 1 node: 3<br />
REMOVING lcp: 8536 from table: 7 frag: 0 node: 3<br />
REMOVING lcp: 8536 from table: 7 frag: 1 node: 3<br />
REMOVING lcp: 8536 from table: 9 frag: 0 node: 3<br />
REMOVING lcp: 8536 from table: 9 frag: 1 node: 3<br />
2013-04-17 01:01:59 [ndbd] WARNING  -- Time moved forward with 1537 ms<br />
2013-04-17 01:01:59 [ndbd] WARNING  -- timerHandlingLab now: 961673333 sent: 961671787 diff: 1546<br />
2013-04-17 01:01:59 [ndbd] WARNING  -- Time moved backwards with 1511 ms<br />
------------------------------------------------------------------------<br />
ndb_3_out.log<br />
------------------------------------------------------------------------<br />
2013-04-17 01:01:30 [ndbd] WARNING  -- timerHandlingLab now: 969629986 sent: 969632245 diff: -2259<br />
2013-04-17 01:01:30 [ndbd] WARNING  -- Time moved forward with 2286 ms<br />
2013-04-17 01:01:30 [ndbd] INFO     -- Watchdog: User time: 162515  System time: 425964<br />
2013-04-17 01:01:30 [ndbd] WARNING  -- Watchdog: Warning overslept 2376 ms, expected 100 ms.<br />
2013-04-17 01:01:30 [ndbd] WARNING  -- timerHandlingLab now: 969632301 sent: 969630006 diff: 2295<br />
2013-04-17 01:01:30 [ndbd] WARNING  -- Time moved backwards with 2272 ms<br />
2013-04-17 01:01:30 [ndbd] WARNING  -- timerHandlingLab now: 969630050 sent: 969632302 diff: -2252<br />
2013-04-17 01:01:30 [ndbd] WARNING  -- Time moved forward with 2283 ms<br />
2013-04-17 01:01:30 [ndbd] WARNING  -- timerHandlingLab now: 969632557 sent: 969630263 diff: 2294<br />
2013-04-17 01:01:30 [ndbd] WARNING  -- Time moved backwards with 2272 ms<br />
2013-04-17 01:01:30 [ndbd] WARNING  -- timerHandlingLab now: 969630302 sent: 969632558 diff: -2256<br />
2013-04-17 01:01:31 [ndbd] WARNING  -- Time moved forward with 2286 ms<br />
2013-04-17 01:01:31 [ndbd] WARNING  -- timerHandlingLab now: 969633055 sent: 969630751 diff: 2304<br />
2013-04-17 01:01:31 [ndbd] WARNING  -- Time moved backwards with 2270 ms<br />
2013-04-17 01:01:31 [ndbd] WARNING  -- timerHandlingLab now: 969630828 sent: 969633078 diff: -2250<br />
2013-04-17 01:01:31 [ndbd] WARNING  -- Time moved forward with 2293 ms<br />
2013-04-17 01:01:31 [ndbd] WARNING  -- timerHandlingLab now: 969633549 sent: 969631234 diff: 2315<br />
2013-04-17 01:01:31 [ndbd] WARNING  -- Time moved backwards with 2272 ms<br />
2013-04-17 01:01:31 [ndbd] WARNING  -- timerHandlingLab now: 969631287 sent: 969633549 diff: -2262<br />
2013-04-17 01:01:31 [ndbd] WARNING  -- Time moved forward with 2282 ms<br />
2013-04-17 01:01:31 [ndbd] WARNING  -- timerHandlingLab now: 969633590 sent: 969631297 diff: 2293<br />
2013-04-17 01:01:31 [ndbd] WARNING  -- Time moved backwards with 2272 ms<br />
2013-04-17 01:01:31 [ndbd] WARNING  -- timerHandlingLab now: 969631406 sent: 969633658 diff: -2252<br />
2013-04-17 01:01:33 [ndbd] WARNING  -- Time moved forward with 2283 ms<br />
2013-04-17 01:01:33 [ndbd] WARNING  -- Time moved backwards with 1283 ms<br />
2013-04-17 01:01:34 [ndbd] WARNING  -- timerHandlingLab now: 969636046 sent: 969633744 diff: 2302<br />
2013-04-17 01:01:34 [ndbd] WARNING  -- Time moved forward with 2292 ms<br />
2013-04-17 01:01:34 [ndbd] WARNING  -- Time moved backwards with 2270 ms<br />
2013-04-17 01:01:34 [ndbd] WARNING  -- timerHandlingLab now: 969633790 sent: 969636046 diff: -2256<br />
2013-04-17 01:01:38 [ndbd] WARNING  -- Time moved forward with 2284 ms<br />
2013-04-17 01:01:38 [ndbd] WARNING  -- timerHandlingLab now: 969639889 sent: 969637605 diff: 2284<br />
2013-04-17 01:01:38 [ndbd] WARNING  -- Time moved backwards with 2270 ms<br />
2013-04-17 01:01:38 [ndbd] WARNING  -- timerHandlingLab now: 969637643 sent: 969639890 diff: -2247<br />
2013-04-17 01:01:38 [ndbd] WARNING  -- Time moved forward with 2284 ms<br />
2013-04-17 01:01:38 [ndbd] WARNING  -- timerHandlingLab now: 969640512 sent: 969638217 diff: 2295<br />
2013-04-17 01:01:38 [ndbd] WARNING  -- Time moved backwards with 2272 ms<br />
2013-04-17 01:01:38 [ndbd] WARNING  -- timerHandlingLab now: 969638251 sent: 969640512 diff: -2261<br />
2013-04-17 01:01:40 [ndbd] WARNING  -- timerHandlingLab now: 969642658 sent: 969640363 diff: 2295<br />
2013-04-17 01:01:41 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=99<br />
2013-04-17 01:01:41 [ndbd] INFO     -- Watchdog: User time: 162516  System time: 425966<br />
2013-04-17 01:01:41 [ndbd] WARNING  -- timerHandlingLab now: 969640826 sent: 969642658 diff: -1832<br />
2013-04-17 01:01:41 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425969<br />
2013-04-17 01:01:41 [ndbd] WARNING  -- Watchdog: Warning overslept 427 ms, expected 100 ms.<br />
2013-04-17 01:01:42 [ndbd] WARNING  -- Time moved forward with 2284 ms<br />
2013-04-17 01:01:42 [ndbd] WARNING  -- timerHandlingLab now: 969644280 sent: 969641992 diff: 2288<br />
2013-04-17 01:01:42 [ndbd] WARNING  -- Time moved backwards with 2272 ms<br />
2013-04-17 01:01:42 [ndbd] WARNING  -- timerHandlingLab now: 969642029 sent: 969644281 diff: -2252<br />
2013-04-17 01:01:43 [ndbd] WARNING  -- Time moved forward with 2283 ms<br />
2013-04-17 01:01:43 [ndbd] WARNING  -- timerHandlingLab now: 969645600 sent: 969643311 diff: 2289<br />
c_nodeStartMaster.blockGcp: 0 4294967040<br />
m_gcp_save.m_counter: 1450 m_gcp_save.m_max_lag: 1450<br />
m_micro_gcp.m_counter: 13 m_micro_gcp.m_max_lag: 271<br />
m_gcp_save.m_state: 3<br />
m_gcp_save.m_master.m_state: 3<br />
m_micro_gcp.m_state: 1<br />
m_micro_gcp.m_master.m_state: 1<br />
c_COPY_GCIREQ_Counter = [SignalCounter: m_count=1 0000000000000008]<br />
c_COPY_TABREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_CREATE_FRAGREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_DIH_SWITCH_REPLICA_REQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_EMPTY_LCP_REQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_GCP_COMMIT_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_GCP_PREPARE_Counter = [SignalCounter: m_count=1 0000000000000004]<br />
c_GCP_SAVEREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_SUB_GCP_COMPLETE_REP_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_INCL_NODEREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_MASTER_GCPREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_MASTER_LCPREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_START_INFOREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_START_RECREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_STOP_ME_REQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_TC_CLOPSIZEREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_TCGETOPSIZEREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
m_copyReason: 3 m_waiting: 0 0<br />
c_copyGCISlave: sender{Data, Ref} 3 f60003 reason: 3 nextWord: 0<br />
Detected GCP stop(3)...sending kill to [SignalCounter: m_count=1 0000000000000008]<br />
c_nodeStartMaster.blockGcp: 0 4294967040<br />
m_gcp_save.m_counter: 0 m_gcp_save.m_max_lag: 1450<br />
m_micro_gcp.m_counter: 0 m_micro_gcp.m_max_lag: 271<br />
m_gcp_save.m_state: 3<br />
m_gcp_save.m_master.m_state: 3<br />
m_micro_gcp.m_state: 1<br />
m_micro_gcp.m_master.m_state: 1<br />
c_COPY_GCIREQ_Counter = [SignalCounter: m_count=1 0000000000000008]<br />
c_COPY_TABREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_CREATE_FRAGREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_DIH_SWITCH_REPLICA_REQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_EMPTY_LCP_REQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_GCP_COMMIT_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_GCP_PREPARE_Counter = [SignalCounter: m_count=1 0000000000000004]<br />
c_GCP_SAVEREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_SUB_GCP_COMPLETE_REP_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_INCL_NODEREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_MASTER_GCPREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_MASTER_LCPREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_START_INFOREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_START_RECREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_STOP_ME_REQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_TC_CLOPSIZEREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_TCGETOPSIZEREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
m_copyReason: 3 m_waiting: 0 0<br />
c_copyGCISlave: sender{Data, Ref} 3 f60003 reason: 3 nextWord: 0<br />
file[0] status: 2 type: 1 reqStatus: 0 file1: 2 1 4<br />
c_nodeStartMaster.blockGcp: 0 4294967040<br />
m_gcp_save.m_counter: 0 m_gcp_save.m_max_lag: 1450<br />
m_micro_gcp.m_counter: 0 m_micro_gcp.m_max_lag: 271<br />
m_gcp_save.m_state: 3<br />
m_gcp_save.m_master.m_state: 3<br />
m_micro_gcp.m_state: 1<br />
m_micro_gcp.m_master.m_state: 1<br />
c_COPY_GCIREQ_Counter = [SignalCounter: m_count=1 0000000000000008]<br />
c_COPY_TABREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_CREATE_FRAGREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_DIH_SWITCH_REPLICA_REQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_EMPTY_LCP_REQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_GCP_COMMIT_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_GCP_PREPARE_Counter = [SignalCounter: m_count=1 0000000000000004]<br />
c_GCP_SAVEREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_SUB_GCP_COMPLETE_REP_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_INCL_NODEREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_MASTER_GCPREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_MASTER_LCPREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_START_INFOREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_START_RECREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_STOP_ME_REQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_TC_CLOPSIZEREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
c_TCGETOPSIZEREQ_Counter = [SignalCounter: m_count=0 0000000000000000]<br />
m_copyReason: 3 m_waiting: 0 0<br />
c_copyGCISlave: sender{Data, Ref} 3 f60003 reason: 3 nextWord: 0<br />
2013-04-17 01:01:44 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=100<br />
2013-04-17 01:01:44 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:44 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=200<br />
2013-04-17 01:01:44 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:44 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=299<br />
2013-04-17 01:01:44 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:44 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=401<br />
2013-04-17 01:01:44 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:44 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=501<br />
2013-04-17 01:01:44 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:44 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=601<br />
2013-04-17 01:01:44 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:44 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=701<br />
2013-04-17 01:01:44 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:44 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=802<br />
2013-04-17 01:01:44 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:44 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=903<br />
2013-04-17 01:01:44 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:44 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=1002<br />
2013-04-17 01:01:44 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:45 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=1103<br />
2013-04-17 01:01:45 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:45 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=1208<br />
2013-04-17 01:01:45 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:45 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=1319<br />
2013-04-17 01:01:45 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:45 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=1420<br />
2013-04-17 01:01:45 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:45 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=1520<br />
2013-04-17 01:01:45 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:45 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=1619<br />
2013-04-17 01:01:45 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:45 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=1719<br />
2013-04-17 01:01:45 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:45 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=1820<br />
2013-04-17 01:01:45 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:45 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=1920<br />
2013-04-17 01:01:45 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:46 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=2021<br />
2013-04-17 01:01:46 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:46 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=2121<br />
2013-04-17 01:01:46 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:46 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=2220<br />
2013-04-17 01:01:46 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:46 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=2320<br />
2013-04-17 01:01:46 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:46 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=2420<br />
2013-04-17 01:01:46 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:46 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=2520<br />
2013-04-17 01:01:46 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:46 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=2621<br />
2013-04-17 01:01:46 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:46 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=2720<br />
2013-04-17 01:01:46 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:46 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=2820<br />
2013-04-17 01:01:46 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:46 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=2920<br />
2013-04-17 01:01:46 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:47 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=3020<br />
2013-04-17 01:01:47 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:47 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=3121<br />
2013-04-17 01:01:47 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:47 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=3220<br />
2013-04-17 01:01:47 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:47 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=3321<br />
2013-04-17 01:01:47 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:47 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=3422<br />
2013-04-17 01:01:47 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:47 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=3521<br />
2013-04-17 01:01:47 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:47 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=3621<br />
2013-04-17 01:01:47 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:47 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=3722<br />
2013-04-17 01:01:47 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:47 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=3822<br />
2013-04-17 01:01:47 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:47 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=3922<br />
2013-04-17 01:01:47 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:48 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=4022<br />
2013-04-17 01:01:48 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:48 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=4122<br />
2013-04-17 01:01:48 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:48 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=4222<br />
2013-04-17 01:01:48 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:48 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=4322<br />
2013-04-17 01:01:48 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:48 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=4422<br />
2013-04-17 01:01:48 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:48 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=4521<br />
2013-04-17 01:01:48 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:48 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=4621<br />
2013-04-17 01:01:48 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:48 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=4722<br />
2013-04-17 01:01:48 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:48 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=4823<br />
2013-04-17 01:01:48 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:48 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=4923<br />
2013-04-17 01:01:48 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:49 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=5023<br />
2013-04-17 01:01:49 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:49 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=5123<br />
2013-04-17 01:01:49 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:49 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=5223<br />
2013-04-17 01:01:49 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425971<br />
2013-04-17 01:01:49 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=5323<br />
2013-04-17 01:01:49 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425972<br />
2013-04-17 01:01:49 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=5423<br />
2013-04-17 01:01:49 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425972<br />
2013-04-17 01:01:49 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=5524<br />
2013-04-17 01:01:49 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425972<br />
2013-04-17 01:01:49 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=5623<br />
2013-04-17 01:01:49 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425972<br />
2013-04-17 01:01:49 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=5724<br />
2013-04-17 01:01:49 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425972<br />
2013-04-17 01:01:49 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=5823<br />
2013-04-17 01:01:49 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425972<br />
2013-04-17 01:01:49 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=5924<br />
2013-04-17 01:01:49 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425972<br />
2013-04-17 01:01:50 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Job Handling elapsed=6023<br />
2013-04-17 01:01:50 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425972<br />
2013-04-17 01:01:50 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Print Job Buffers at crash elapsed=100<br />
2013-04-17 01:01:50 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425972<br />
2013-04-17 01:01:50 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Print Job Buffers at crash elapsed=200<br />
2013-04-17 01:01:50 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425972<br />
2013-04-17 01:01:50 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Print Job Buffers at crash elapsed=299<br />
2013-04-17 01:01:50 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425972<br />
2013-04-17 01:01:50 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Print Job Buffers at crash elapsed=399<br />
2013-04-17 01:01:50 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425972<br />
2013-04-17 01:01:50 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Print Job Buffers at crash elapsed=499<br />
2013-04-17 01:01:50 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425972<br />
2013-04-17 01:01:50 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Print Job Buffers at crash elapsed=600<br />
2013-04-17 01:01:50 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425972<br />
2013-04-17 01:01:50 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Print Job Buffers at crash elapsed=700<br />
2013-04-17 01:01:50 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425972<br />
2013-04-17 01:01:50 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Print Job Buffers at crash elapsed=800<br />
2013-04-17 01:01:50 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425972<br />
2013-04-17 01:01:51 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Print Job Buffers at crash elapsed=899<br />
2013-04-17 01:01:51 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425972<br />
2013-04-17 01:01:51 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Print Job Buffers at crash elapsed=999<br />
2013-04-17 01:01:51 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425972<br />
2013-04-17 01:01:51 [ndbd] WARNING  -- Ndb kernel thread 0 is stuck in: Print Job Buffers at crash elapsed=1099<br />
2013-04-17 01:01:51 [ndbd] INFO     -- Watchdog: User time: 162518  System time: 425972<br />
2013-04-17 01:01:51 [ndbd] INFO     -- Node 3 killed this node because GCP stop was detected<br />
2013-04-17 01:01:51 [ndbd] INFO     -- NDBCNTR (Line: 276) 0x00000002<br />
2013-04-17 01:01:51 [ndbd] INFO     -- Error handler shutting down system<br />
2013-04-17 01:01:53 [ndbd] INFO     -- Error handler shutdown completed - exiting<br />
2013-04-17 01:02:29 [ndbd] ALERT    -- Node 3: Forced node shutdown completed. Caused by error 2303: 'System error, node killed during node restart by other node(Internal error, programming error or missing error message, please report a bug). Temporary error, restart node'.<br />
-------------------------------------------------------------------------<br />
<br />
The following is the management node config.ini:<br />
-------------------------------------------------------------------------<br />
[ndbd default]	<br />
NoOfReplicas=2 # Number of replicas<br />
DataMemory=2048M<br />
IndexMemory=20M<br />
RedoBuffer=512M<br />
TimeBetweenLocalCheckpoints=0<br />
NoOfFragmentLogFiles=64<br />
HeartbeatIntervalDbDb=5000<br />
# TCP/IP options:<br />
[tcp default]<br />
<br />
[ndb_mgmd]<br />
hostname=10.0.104.132 # Hostname or IP address of management node<br />
datadir=/var/lib/mysql-cluster # Directory for management node log files<br />
# Options for data node &quot;A&quot;:<br />
[ndbd]<br />
hostname=10.0.104.123 # Hostname or IP address<br />
datadir=/usr/local/mysql/data # Directory for this data node's data files<br />
[ndbd]<br />
hostname=10.0.104.122 # Hostname or IP address<br />
datadir=/usr/local/mysql/data # Directory for this data node's data files<br />
<br />
[mysqld]<br />
[mysqld]<br />
-------------------------------------------------------------------------<br />
<br />
Checked that there is no schedule job execute at that moment. The network status is good during incident period.<br />
<br />
Is there any suggestion to troubleshoot the problem? Thanks]]></description>
            <dc:creator>Jabba Jabba</dc:creator>
            <category>Cluster</category>
            <pubDate>Wed, 17 Apr 2013 15:46:51 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,584157,584157#msg-584157</guid>
            <title>ndbd over 100% (2 replies)</title>
            <link>http://forums.mysql.com/read.php?25,584157,584157#msg-584157</link>
            <description><![CDATA[ Hello, I'm new of cluster.<br />
I have a cluster of two servers.<br />
Server 1: management, ndb and mysql<br />
Server 2: ndb e mysql<br />
The cluster works good after same change to default value.<br />
A customer has a website on the two servers.<br />
Sometimes, after/during big queries, nbd comes up tp 120% of the cpu and everithing is slow.<br />
If i kill Server2 everything works better, but sometime the same thing happen also on Server1.<br />
I cannot understand why. ANy ideas?<br />
Thanks]]></description>
            <dc:creator>Paolo de marco</dc:creator>
            <category>Cluster</category>
            <pubDate>Fri, 26 Apr 2013 12:39:38 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,584077,584077#msg-584077</guid>
            <title>Indexes used in Cluster (4 replies)</title>
            <link>http://forums.mysql.com/read.php?25,584077,584077#msg-584077</link>
            <description><![CDATA[ Dear Cluster,<br />
<br />
I am trying to understand what index types are available on Cluster for the user to make use of.  But I have not having much luck finding accurate and recent documentation.  I wonder whether any members know?<br />
<br />
I believe that Cluster used to use a hash-index for both Primary and Secondary indexes?<br />
<br />
But now is it possible to use a T-Tree index on Primary and/or Secondary?<br />
<br />
If this is the case, what is the syntax?   I have trying &quot;USING {BTREE | HASH}&quot; on a &quot;CREATE TABLE&quot; without conclusive results.<br />
<br />
Of if anybody has a good URL on the subject, that would be very useful.<br />
<br />
Many thanks!!<br />
<br />
Ben.]]></description>
            <dc:creator>Ben Clewett</dc:creator>
            <category>Cluster</category>
            <pubDate>Fri, 26 Apr 2013 20:37:53 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,584064,584064#msg-584064</guid>
            <title>SQL node can't join cluster, claims no storage nodes connected (no replies)</title>
            <link>http://forums.mysql.com/read.php?25,584064,584064#msg-584064</link>
            <description><![CDATA[ I'm trying to configure my first MySQL cluster using the documentation at dev.mysql.com. I'm using the latest RPMs on CentOS 6. I have my management and NDB nodes up, but I'm running into this error when I start mysqld on the API node:<br />
<br />
[Note] NDB: NodeID is 4, management server '172.16.186.137:1186'<br />
[Note] NDB[0]: NodeID: 4, no storage nodes connected (timed out)<br />
[Warning] NDB: server id set to zero - changes logged to bin log with server id zero will be logged with another server id by slave mysqlds<br />
<br />
It seems that most people experiencing this error were having their connections blocked by a firewall, but my hosts are non-firewalled and are able to talk to each other on 1186 and 2202 (where applicable) without problem.<br />
<br />
Someone on irc suggested I try running &quot;ndb_show_tables&quot; from the API node, which I was able to execute successfully. They were unable to explain why this would work, but mysqld wouldn't be able to start normally. Here's log output and confs:<br />
<br />
## ndb_mgm output:<br />
<br />
[ndbd(NDB)]     2 node(s)<br />
id=2    @172.16.186.134  (mysql-5.5.30 ndb-7.2.12, Nodegroup: 0, Master)<br />
id=3    @172.16.186.135  (mysql-5.5.30 ndb-7.2.12, Nodegroup: 0)<br />
<br />
[ndb_mgmd(MGM)] 1 node(s)<br />
id=1    @172.16.186.137  (mysql-5.5.30 ndb-7.2.12)<br />
<br />
[mysqld(API)]   1 node(s)<br />
id=4 (not connected, accepting connect from 172.16.186.136)<br />
<br />
## MGM log:<br />
<br />
[MgmtSrvr] INFO     -- Nodeid 4 allocated for API at 172.16.186.136<br />
[MgmtSrvr] INFO     -- Node 4: mysqld --server-id=0<br />
[MgmtSrvr] WARNING  -- Node 2: Releasing node id allocation for node 4<br />
<br />
## The API node's my.cnf:<br />
<br />
[mysqld]<br />
datadir=/var/lib/mysql<br />
socket=/var/lib/mysql/mysql.sock<br />
user=mysql<br />
symbolic-links=0<br />
ndbcluster<br />
<br />
[mysql_cluster]<br />
ndb-connectstring=172.16.186.137<br />
<br />
[mysqld_safe]<br />
log-error=/var/log/mysqld.log<br />
pid-file=/var/run/mysqld/mysqld.pid]]></description>
            <dc:creator>Chad Austin</dc:creator>
            <category>Cluster</category>
            <pubDate>Tue, 16 Apr 2013 06:34:24 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,583761,583761#msg-583761</guid>
            <title>mysqld still crashing (3 replies)</title>
            <link>http://forums.mysql.com/read.php?25,583761,583761#msg-583761</link>
            <description><![CDATA[ Hi MySQL/Oracle,<br />
<br />
A while ago I posted that my mysqld was crashing about once a week.  This is still the case.  I wonder whether any member may have an idea why?<br />
<br />
Using 7.2.10 on Linux 3.1.10-1.9.<br />
<br />
Only a single NDB table at abut 50 DML/sec from various clients.  <br />
Table with 227 columns, 5 keys, 6567 rows, and average row length of 884 bytes.<br />
<br />
Table schema, information schema report and MySQL crash stack trace to follow.<br />
<br />
Because Cluster keep crashing, it's giving cluster a bad name in this company.  Which is a shame, as I want this to work.  If anybody has any ideas, please let me know.<br />
<br />
Regards, Ben.<br />
<br />
-----------------------------------------------------<br />
<br />
Crash log:<br />
<br />
05:54:07 UTC - mysqld got signal 11 ;<br />
This could be because you hit a bug. It is also possible that this binary<br />
or one of the libraries it was linked against is corrupt, improperly built,<br />
or misconfigured. This error can also be caused by malfunctioning hardware.<br />
We will try our best to scrape up some info that will hopefully help<br />
diagnose the problem, but since we have already crashed,<br />
something is definitely wrong and this may fail.<br />
<br />
key_buffer_size=8388608<br />
read_buffer_size=5242880<br />
max_used_connections=37<br />
max_threads=200<br />
thread_count=34<br />
connection_count=34<br />
It is possible that mysqld could use up to<br />
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 2058485 K  bytes of memory<br />
Hope that's ok; if not, decrease some variables in the equation.<br />
<br />
Thread pointer: 0x6ca3750<br />
Attempting backtrace. You can use the following information to find out<br />
where mysqld died. If you see no messages after this, something went<br />
terribly wrong...<br />
stack_bottom = 7fd9081b9e98 thread_stack 0x40000<br />
/usr/sbin/mysqld(my_print_stacktrace+0x35)[0x81cb65]<br />
/usr/sbin/mysqld(handle_fatal_signal+0x403)[0x6e8f33]<br />
/lib64/libpthread.so.0(+0xfd00)[0x7fd99e25fd00]<br />
/usr/sbin/mysqld(_Z15ha_commit_transP3THDb+0x158)[0x6ecc08]<br />
/usr/sbin/mysqld(_Z17trans_commit_stmtP3THD+0x1d)[0x69ad8d]<br />
/usr/sbin/mysqld(_Z21mysql_execute_commandP3THD+0x4c4)[0x5ee4b4]<br />
/usr/sbin/mysqld(_ZN21Execute_sql_statement19execute_server_codeEP3THD+0xf3)[0x5fea43]<br />
/usr/sbin/mysqld(_ZN18Prepared_statement23execute_server_runnableEP15Server_runnable+0x159)[0x5fe2b9]<br />
/usr/sbin/mysqld(_ZN13Ed_connection14execute_directEP15Server_runnable+0xc9)[0x5ffdf9]<br />
/usr/sbin/mysqld(_ZN13Ed_connection14execute_directE19st_mysql_lex_string+0x2d)[0x5ffecd]<br />
/usr/sbin/mysqld(_ZN20Ndb_local_connection13execute_queryE19st_mysql_lex_stringPKjPK10Suppressor+0x6b)[0x9db87b]<br />
/usr/sbin/mysqld(_ZN20Ndb_local_connection17execute_query_isoE19st_mysql_lex_stringPKjPK10Suppressor+0xc8)[0x9dba48]<br />
/usr/sbin/mysqld(_ZN20Ndb_local_connection11delete_rowsEPKcmS1_mbz+0x182)[0x9dc002]<br />
/usr/sbin/mysqld[0x9cb70f]<br />
/usr/sbin/mysqld[0x6ea2bf]<br />
/usr/sbin/mysqld(_Z26ha_binlog_index_purge_fileP3THDPKc+0x24)[0x6ea304]<br />
/usr/sbin/mysqld(_ZN13MYSQL_BIN_LOG17purge_index_entryEP3THDPyb+0x3c9)[0x77dc39]<br />
/usr/sbin/mysqld(_ZN13MYSQL_BIN_LOG10purge_logsEPKcbbbPy+0x1a9)[0x77f189]<br />
/usr/sbin/mysqld(_ZN13MYSQL_BIN_LOG22purge_logs_before_dateEl+0x320)[0x77fda0]<br />
/usr/sbin/mysqld(_ZN13MYSQL_BIN_LOG5writeEP3THDP11st_io_cacheP9Log_eventb+0x418)[0x783b58]<br />
/usr/sbin/mysqld[0x78443c]<br />
/usr/sbin/mysqld[0x7845e3]<br />
/usr/sbin/mysqld(_Z19ha_commit_one_phaseP3THDb+0x87)[0x6ec9e7]<br />
/usr/sbin/mysqld(_Z15ha_commit_transP3THDb+0x1d1)[0x6ecc81]<br />
/usr/sbin/mysqld(_Z17trans_commit_stmtP3THD+0x1d)[0x69ad8d]<br />
/usr/sbin/mysqld(_Z21mysql_execute_commandP3THD+0x4c4)[0x5ee4b4]<br />
/usr/sbin/mysqld(_Z11mysql_parseP3THDPcjP12Parser_state+0x18a)[0x5f285a]<br />
/usr/sbin/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcj+0x1331)[0x5f4411]<br />
/usr/sbin/mysqld(_Z24do_handle_one_connectionP3THD+0x167)[0x68d657]<br />
/usr/sbin/mysqld(handle_one_connection+0x54)[0x68d6c4]<br />
/lib64/libpthread.so.0(+0x7f05)[0x7fd99e257f05]<br />
/lib64/libc.so.6(clone+0x6d)[0x7fd99d4fb10d]<br />
<br />
Trying to get some variables.<br />
Some pointers may be invalid and cause the dump to abort.<br />
Query (7fd884071bf0): is an invalid pointer<br />
Connection ID (thread ID): 24<br />
Status: NOT_KILLED<br />
<br />
<br />
-----------------------------------------------------<br />
<br />
Table Schema:<br />
<br />
 CREATE TABLE `fl_state` (<br />
  `terminal_id` varchar(32) NOT NULL,<br />
  `ip_addr` varchar(15) NOT NULL DEFAULT '',<br />
  `server_name` varchar(40) NOT NULL DEFAULT '',<br />
  `server_pid` int(11) NOT NULL DEFAULT '0',<br />
  `version_daemon` varchar(20) NOT NULL DEFAULT '',<br />
  `version_software` varchar(20) NOT NULL DEFAULT '',<br />
  `version_protocol` varchar(20) NOT NULL DEFAULT '',<br />
  `connected` timestamp NULL DEFAULT NULL,<br />
  `tally` int(11) NOT NULL DEFAULT '0',<br />
  `tacho_type` varchar(20) DEFAULT NULL,<br />
  `comp_code` varchar(8) DEFAULT NULL,<br />
  `veh_code` varchar(16) DEFAULT NULL,<br />
  `veh_rtid` int(11) DEFAULT NULL,<br />
  `mem_code` int(11) DEFAULT NULL,<br />
  `terminal_type` varchar(20) DEFAULT NULL,<br />
  `terminal_type_sub` varchar(20) DEFAULT NULL,<br />
  `terminal_type_sub_from_veh` varchar(20) DEFAULT NULL,<br />
  `service_code` varchar(16) DEFAULT NULL,<br />
  `service_sub_code` varchar(8) DEFAULT NULL,<br />
  `entity_type` enum('driven','trailer','member') NOT NULL DEFAULT 'driven',<br />
  `site_no` int(11) DEFAULT NULL,<br />
  `reset_required` tinyint(1) NOT NULL DEFAULT '0',<br />
  `tag_master_veh_rtid` int(11) DEFAULT NULL,<br />
  `tag_master_veh_rtid_prev` int(11) DEFAULT NULL,<br />
  `tag_master_terminal_id` varchar(32) DEFAULT NULL,<br />
  `tag_slave_recorded` tinyint(1) NOT NULL DEFAULT '0',<br />
  `tag_slave_count` int(11) NOT NULL DEFAULT '0',<br />
  `tag_state_pending` enum('trip','timeout','next_valid','not') NOT NULL DEFAULT 'not',<br />
  `tag_state_pending_t` timestamp NULL DEFAULT NULL,<br />
  `tag_state_pending_lat` decimal(9,6) DEFAULT NULL,<br />
  `tag_state_pending_lon` decimal(9,6) DEFAULT NULL,<br />
  `tag_state_pending_km_h` int(11) DEFAULT NULL,<br />
  `tag_state_pending_id` int(11) DEFAULT NULL,<br />
  `tag_state_timeout_start` timestamp NULL DEFAULT NULL,<br />
  `tag_state_timeout_t` int(11) DEFAULT NULL,<br />
  `tag_state_pending_trip` enum('wait_primed','wait_next','found_trip','not') NOT NULL DEFAULT 'not',<br />
  `tag_slave_last_drop` timestamp NULL DEFAULT NULL,<br />
  `tag_slave_last_hookup` timestamp NULL DEFAULT NULL,<br />
  `fl_story_rec` bigint(20) unsigned DEFAULT NULL,<br />
  `mo_t` timestamp NOT NULL DEFAULT '2000-01-01 00:00:00',<br />
  `mo_odo` decimal(11,3) DEFAULT NULL,<br />
  `mo_fuel` decimal(10,2) DEFAULT NULL,<br />
  `md_t` timestamp NOT NULL DEFAULT '2000-01-01 00:00:00',<br />
  `md_t_from` enum('gps','server') NOT NULL DEFAULT 'gps',<br />
  `md_valid_fix` tinyint(1) NOT NULL,<br />
  `md_ignition` tinyint(1) DEFAULT NULL,<br />
  `md_ignition_on_t` timestamp NULL DEFAULT NULL,<br />
  `md_ignition_off_t` timestamp NULL DEFAULT NULL,<br />
  `md_stationary` tinyint(1) DEFAULT NULL,<br />
  `md_lights` tinyint(1) DEFAULT NULL,<br />
  `md_battery` tinyint(1) DEFAULT NULL,<br />
  `md_panic_active` tinyint(1) DEFAULT NULL,<br />
  `md_panic_ack` tinyint(1) DEFAULT NULL,<br />
  `md_panic_active_t` timestamp NULL DEFAULT NULL,<br />
  `md_panic_cancel_t` timestamp NULL DEFAULT NULL,<br />
  `md_panic_ack_t` timestamp NULL DEFAULT NULL,<br />
  `md_stored_frame` tinyint(1) DEFAULT NULL,<br />
  `md_heading_change` tinyint(1) DEFAULT NULL,<br />
  `md_power_save` tinyint(1) DEFAULT NULL,<br />
  `md_gps_ariel_fault` enum('good','short','open') DEFAULT NULL,<br />
  `md_reset` tinyint(1) DEFAULT NULL,<br />
  `md_batt_volts` decimal(4,1) DEFAULT NULL,<br />
  `md_batt_percent` decimal(4,1) DEFAULT NULL,<br />
  `md_upgrade` tinyint(1) DEFAULT NULL,<br />
  `md_engine_by_volts` tinyint(1) DEFAULT NULL,<br />
  `md_flag1` tinyint(3) unsigned DEFAULT NULL,<br />
  `md_flag2` tinyint(3) unsigned DEFAULT NULL,<br />
  `md_tl_rec` bigint(20) unsigned DEFAULT NULL,<br />
  `md_server_name` varchar(40) DEFAULT NULL,<br />
  `mg_t` timestamp NULL DEFAULT NULL,<br />
  `mg_lat` decimal(9,6) DEFAULT NULL,<br />
  `mg_lon` decimal(9,6) DEFAULT NULL,<br />
  `mg_speed_n_h` decimal(5,1) DEFAULT NULL,<br />
  `mg_speed_km_h` decimal(5,1) DEFAULT NULL,<br />
  `mg_speed_m_h` decimal(5,1) DEFAULT NULL,<br />
  `mg_heading` int(11) DEFAULT NULL,<br />
  `mg_tl_rec` bigint(20) unsigned DEFAULT NULL,<br />
  `mg_server_name` varchar(40) DEFAULT NULL,<br />
  `mz_t` timestamp NULL DEFAULT NULL,<br />
  `mz_town` varchar(40) DEFAULT NULL,<br />
  `mz_county` varchar(40) DEFAULT NULL,<br />
  `mz_country` varchar(3) DEFAULT NULL,<br />
  `mz_pcode` varchar(16) DEFAULT NULL,<br />
  `mz_gaz_rec` int(11) DEFAULT NULL,<br />
  `mc_t` timestamp NULL DEFAULT NULL,<br />
  `mc_service_distance` int(11) DEFAULT NULL,<br />
  `mc_odo` decimal(11,3) DEFAULT NULL,<br />
  `mc_fuel` decimal(10,2) DEFAULT NULL,<br />
  `mc_fuel_level` decimal(4,1) DEFAULT NULL,<br />
  `mc_temperature` decimal(5,1) DEFAULT NULL,<br />
  `mc_cat_level` decimal(4,1) DEFAULT NULL,<br />
  `mc_axle_1` decimal(6,1) DEFAULT NULL,<br />
  `mc_axle_2` decimal(6,1) DEFAULT NULL,<br />
  `mc_axle_3` decimal(6,1) DEFAULT NULL,<br />
  `mc_axle_4` decimal(6,1) DEFAULT NULL,<br />
  `mc_flag1` tinyint(3) unsigned DEFAULT NULL,<br />
  `mc_flag2` tinyint(3) unsigned DEFAULT NULL,<br />
  `mc_engine_available` tinyint(1) DEFAULT NULL,<br />
  `mc_ending_on` tinyint(1) DEFAULT NULL,<br />
  `mc_engine_on` tinyint(1) DEFAULT NULL,<br />
  `mc_pto` tinyint(1) DEFAULT NULL,<br />
  `mc_from_trip` tinyint(1) DEFAULT NULL,<br />
  `mc_tl_rec` bigint(20) unsigned DEFAULT NULL,<br />
  `mc_server_name` varchar(40) DEFAULT NULL,<br />
  `ms_t` timestamp NULL DEFAULT NULL,<br />
  `ms_flag1` tinyint(3) unsigned DEFAULT NULL,<br />
  `ms_flag2` tinyint(3) unsigned DEFAULT NULL,<br />
  `ms_flag3` tinyint(3) unsigned DEFAULT NULL,<br />
  `ms_speed` decimal(5,1) DEFAULT NULL,<br />
  `ms_card_1` varchar(16) DEFAULT NULL,<br />
  `ms_card_2` varchar(16) DEFAULT NULL,<br />
  `ms_card_1_null` enum('not_null','unsupported_device','no_k_line','card_not_inserted','driver_unknown') DEFAULT NULL,<br />
  `ms_card_2_null` enum('not_null','unsupported_device','no_k_line','card_not_inserted','driver_unknown') DEFAULT NULL,<br />
  `ms_mem_code_1` int(11) DEFAULT NULL,<br />
  `ms_mem_code_2` int(11) DEFAULT NULL,<br />
  `ms_overspeed` tinyint(1) DEFAULT NULL,<br />
  `ms_time_state_1` enum('normal','15m_before_430h','430h','15m_before_900h','900h','15m_before_xxxh','xxxh') DEFAULT NULL,<br />
  `ms_time_state_2` enum('normal','15m_before_430h','430h','15m_before_900h','900h','15m_before_xxxh','xxxh') DEFAULT NULL,<br />
  `ms_card_1_mode` enum('w','r','d','a') DEFAULT NULL,<br />
  `ms_card_2_mode` enum('w','r','d','a') DEFAULT NULL,<br />
  `ms_tl_rec` bigint(20) unsigned DEFAULT NULL,<br />
  `ms_server_name` varchar(40) DEFAULT NULL,<br />
  `mt_t` timestamp NULL DEFAULT NULL,<br />
  `mt_trip_id` int(11) DEFAULT NULL,<br />
  `mt_source` enum('sdi1','sdi2','fc01') DEFAULT NULL,<br />
  `mt_trip_start` timestamp NULL DEFAULT NULL,<br />
  `mt_trip_end` timestamp NULL DEFAULT NULL,<br />
  `mt_trip_duration` int(11) DEFAULT NULL,<br />
  `mt_ignition_on_duration` int(11) DEFAULT NULL,<br />
  `mt_engine_on_duration` int(11) DEFAULT NULL,<br />
  `mt_motion_duration` int(11) DEFAULT NULL,<br />
  `mt_total_trip_duration` int(11) DEFAULT NULL,<br />
  `mt_pto_active_nomotion` int(11) DEFAULT NULL,<br />
  `mt_pto_active_motion` int(11) DEFAULT NULL,<br />
  `mt_trip_start_odometer` decimal(11,3) DEFAULT NULL,<br />
  `mt_trip_end_odometer` decimal(11,3) DEFAULT NULL,<br />
  `mt_trip_total_odometer` decimal(11,3) DEFAULT NULL,<br />
  `mt_trip_start_fuel` decimal(10,1) DEFAULT NULL,<br />
  `mt_trip_start_fuel_c` decimal(10,1) DEFAULT NULL,<br />
  `mt_trip_end_fuel` decimal(10,1) DEFAULT NULL,<br />
  `mt_trip_end_fuel_c` decimal(10,1) DEFAULT NULL,<br />
  `mt_trip_total_fuel` decimal(10,1) DEFAULT NULL,<br />
  `mt_trip_total_fuel_c` decimal(10,1) DEFAULT NULL,<br />
  `mt_trip_idle_fuel` decimal(10,1) DEFAULT NULL,<br />
  `mt_trip_idle_fuel_c` decimal(10,1) DEFAULT NULL,<br />
  `mt_trip_fuel_l_100km` decimal(6,1) DEFAULT NULL,<br />
  `mt_trip_fuel_l_100km_c` decimal(6,1) DEFAULT NULL,<br />
  `mt_trip_fuel_l_hr` decimal(6,1) DEFAULT NULL,<br />
  `mt_trip_fuel_l_hr_c` decimal(6,1) DEFAULT NULL,<br />
  `mt_trip_driving_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_working_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_rest_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_available_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_absolute_km_h` decimal(5,2) DEFAULT NULL,<br />
  `mt_trip_engine_on_km_h` decimal(5,2) DEFAULT NULL,<br />
  `mt_trip_motion_km_h` decimal(5,2) DEFAULT NULL,<br />
  `mt_trip_speed_zone1_cc_off_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_speed_zone2_cc_off_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_speed_zone3_cc_off_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_speed_zone4_cc_off_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_speed_total_cc_off_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_speed_zone1_cc_on_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_speed_zone2_cc_on_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_speed_zone3_cc_on_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_speed_zone4_cc_on_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_speed_total_cc_on_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_brake_pedal_count` int(11) DEFAULT NULL,<br />
  `mt_trip_brake_pedal_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_accel_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_decel_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_accel_max_ms2` decimal(5,2) DEFAULT NULL,<br />
  `mt_trip_decel_max_ms2` decimal(5,2) DEFAULT NULL,<br />
  `mt_trip_acc_zone1_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_acc_zone2_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_acc_zone3_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_acc_zone4_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_acc_zone5_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_acc_zone6_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_acc_zone7_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_throttle_zone1_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_throttle_zone2_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_throttle_zone3_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_throttle_zone4_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_engine_zone1_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_engine_zone2_duration` int(11) DEFAULT NULL,<br />
  `mt_trip_engine_zone3_duration` int(11) DEFAULT NULL,<br />
  `mt_message_type` enum('T','U') DEFAULT NULL,<br />
  `mt_time_engine_torque_high` int(11) DEFAULT NULL,<br />
  `mt_time_in_high_gear` int(11) DEFAULT NULL,<br />
  `mt_time_high_engine_load` int(11) DEFAULT NULL,<br />
  `mt_time_low_load_high_throttle` int(11) DEFAULT NULL,<br />
  `mt_time_kick_down` int(11) DEFAULT NULL,<br />
  `mt_mean_engine_load` decimal(4,1) DEFAULT NULL,<br />
  `mt_server_name` varchar(40) DEFAULT NULL,<br />
  `created` timestamp NOT NULL DEFAULT '2000-01-01 00:00:00',<br />
  `updated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,<br />
  `ignore_pto` tinyint(1) NOT NULL DEFAULT '0',<br />
  `cfg_t` timestamp NULL DEFAULT NULL,<br />
  `cfg_apn` varchar(20) DEFAULT NULL,<br />
  `cfg_user` varchar(20) DEFAULT NULL,<br />
  `cfg_password` varchar(20) DEFAULT NULL,<br />
  `cfg_ignition_off_every` varchar(20) DEFAULT NULL,<br />
  `cfg_hd_change_rpt` varchar(20) DEFAULT NULL,<br />
  `cfg_can_fitted` varchar(20) DEFAULT NULL,<br />
  `cfg_extended_can` varchar(20) DEFAULT NULL,<br />
  `cfg_trip_every` varchar(20) DEFAULT NULL,<br />
  `cfg_tacho_download_enabled` varchar(20) DEFAULT NULL,<br />
  `cfg_can_comms_protocol` varchar(20) DEFAULT NULL,<br />
  `cfg_network_sel` varchar(20) DEFAULT NULL,<br />
  `cfg_ign_rep` varchar(20) DEFAULT NULL,<br />
  `cfg_debug` varchar(20) DEFAULT NULL,<br />
  `cfg_every` varchar(20) DEFAULT NULL,<br />
  `cfg_on_battery_backup_every` varchar(20) DEFAULT NULL,<br />
  `cfg_ign_sen` varchar(20) DEFAULT NULL,<br />
  `cfg_auto_reset` varchar(20) DEFAULT NULL,<br />
  `cfg_red_pwr_mod` varchar(20) DEFAULT NULL,<br />
  `cfg_red_pwr_min` varchar(20) DEFAULT NULL,<br />
  `cfg_eng_sense_enabled` varchar(20) DEFAULT NULL,<br />
  `cfg_eng_on_offset` varchar(20) DEFAULT NULL,<br />
  `cfg_panic_enabled` varchar(20) DEFAULT NULL,<br />
  `cfg_logging` varchar(20) DEFAULT NULL,<br />
  `cfg_rmt_logging` varchar(20) DEFAULT NULL,<br />
  `cfg_rmt_log_period` varchar(20) DEFAULT NULL,<br />
  `cfg_reset_fuel` varchar(20) DEFAULT NULL,<br />
  `cfg_alarm_time` varchar(20) DEFAULT NULL,<br />
  `cnf_auto_request` enum('no','yes_new','yes_done') NOT NULL DEFAULT 'no',<br />
  `cnf_auto_request_t` timestamp NULL DEFAULT NULL,<br />
  PRIMARY KEY (`terminal_id`),<br />
  KEY `comp_code` (`comp_code`,`veh_code`),<br />
  KEY `veh_rtid` (`veh_rtid`),<br />
  KEY `tag_master_terminal_id` (`tag_master_terminal_id`),<br />
  KEY `tag_master_veh_rtid` (`tag_master_veh_rtid`),<br />
  KEY `cnf_auto_request` (`cnf_auto_request`,`terminal_type_sub`)<br />
) ENGINE=ndbcluster DEFAULT CHARSET=latin1<br />
<br />
<br />
<br />
-----------------------------------------------------<br />
<br />
Information Schema:<br />
<br />
  TABLE_CATALOG: def<br />
   TABLE_SCHEMA: ndb<br />
     TABLE_NAME: fl_state<br />
     TABLE_TYPE: BASE TABLE<br />
         ENGINE: ndbcluster<br />
        VERSION: 10<br />
     ROW_FORMAT: Dynamic<br />
     TABLE_ROWS: 6567<br />
 AVG_ROW_LENGTH: 844<br />
    DATA_LENGTH: 7405568<br />
MAX_DATA_LENGTH: 0<br />
   INDEX_LENGTH: 0<br />
      DATA_FREE: 0<br />
 AUTO_INCREMENT: NULL<br />
    CREATE_TIME: NULL<br />
    UPDATE_TIME: NULL<br />
     CHECK_TIME: NULL<br />
TABLE_COLLATION: latin1_swedish_ci<br />
       CHECKSUM: NULL<br />
 CREATE_OPTIONS:<br />
  TABLE_COMMENT:]]></description>
            <dc:creator>Ben Clewett</dc:creator>
            <category>Cluster</category>
            <pubDate>Fri, 12 Apr 2013 16:19:01 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,583630,583630#msg-583630</guid>
            <title>NDB node memory usage different (1 reply)</title>
            <link>http://forums.mysql.com/read.php?25,583630,583630#msg-583630</link>
            <description><![CDATA[ hi~<br />
<br />
i wonder <br />
<br />
2 NDB node config.ini index memory +  data memory set 45G<br />
<br />
so NDB3 NDB4 memory usage different <br />
<br />
why different ?<br />
<br />
<br />
<br />
<br />
NDB 3<br />
[mysql@mysql ]$ free -m<br />
             total       used       free     shared    buffers     cached<br />
Mem:         64454      62768       1686          0        168      25767<br />
-/+ buffers/cache:      36832      27622<br />
Swap:        32765      25566       7198<br />
<br />
  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND                                                                              <br />
23551 mysql     15   0 59.3g  34g 3832 S 26.2 54.4  27:27.12 ndbmtd  <br />
<br />
<br />
NDB 4<br />
<br />
[mysql@mysql]$ free -m<br />
             total       used       free     shared    buffers     cached<br />
Mem:         64454      64285        169          0         94      17796<br />
-/+ buffers/cache:      46394      18060<br />
Swap:        32765      13583      19181<br />
  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND                                                               <br />
15113 mysql     15   0 59.2g  44g 3304 S 25.2 70.6  18:46.54 ndbmtd]]></description>
            <dc:creator>parkdonghyuk park</dc:creator>
            <category>Cluster</category>
            <pubDate>Wed, 24 Apr 2013 18:39:30 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,583570,583570#msg-583570</guid>
            <title>General error: 1297 Got temporary error 899 'Rowid already allocated' from NDBCLUSTER (no replies)</title>
            <link>http://forums.mysql.com/read.php?25,583570,583570#msg-583570</link>
            <description><![CDATA[ Hello.<br />
<br />
I've got problem with cluster getting following error:<br />
General error: 1297 Got temporary error 899 'Rowid already allocated' from NDBCLUSTER<br />
<br />
I'm running cluster (ndb 7.2.10) with two machines - one data node and one mysql node on each machine, with diskless turned on.<br />
The problem starts occuring under heavy load - few hundreds inserts and updates per second on each machine. What is strange, after it starts occuring it doesn't stop even when load gets very small. <br />
Only inserts cause this problem.<br />
Queries sometimes cause this error and sometimes don't (ie. every second 50% of queries fail with rowid error). <br />
Error stops appearing for inserts into table that was just truncated.<br />
Some tables have primary key with auto_increment, others don't - insert into all can cause error.<br />
Insert into biggest table (about 100M inserts a day) and few other tables don't cause error (didn't find any correlation yet).<br />
Error stops occuring after restarting/stopping one of data nodes.<br />
<br />
I've got no idea how to approach this problem - any suggestions? Or maybe it's a known problem which can be easily fixed? :)]]></description>
            <dc:creator>Mateusz Kamola</dc:creator>
            <category>Cluster</category>
            <pubDate>Wed, 10 Apr 2013 13:01:49 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,583508,583508#msg-583508</guid>
            <title>mysql cluster .NET connector (4 replies)</title>
            <link>http://forums.mysql.com/read.php?25,583508,583508#msg-583508</link>
            <description><![CDATA[ Hi,I'm trying mysql cluster to use in a project for our customer.<br />
<br />
The configuration I setted up is the following:<br />
Hardware S.O. equipment<br />
Server1 - S.O. Windows 2008 R2 64bit<br />
Server2 - S.O. Windows 2008 R2 64bit<br />
Client1 - S.O. Windows 7 64bit<br />
Client2 - S.O. Windows 7 64bit<br />
<br />
UserClient2 - S.O. Windows 7 64bit<br />
UserClient3 - S.O. Windows 7 64bit<br />
UserClient4 - S.O. Windows 7 64bit<br />
UserClient5 - S.O. Windows 7 64bit<br />
UserClientXX - S.O. Windows 7 64bit (where XX is less than 15)<br />
<br />
My Sql Cluster Configuration<br />
Server1 - act as cluster data node 1<br />
Server2 - act as cluster data node 2<br />
Server1 - act as mysql node 1 (from now MYSQL-D1)<br />
Server2 - act as mysql node 2 (from now MYSQL-D2)<br />
<br />
Client1 - act as mysql cluster management node 1<br />
Client2 - act as mysql cluster management node 2<br />
<br />
Client application configuration <br />
The following clients (from now CLIENTAPP):<br />
Client1, Client2, UserClient2, .., UserClientXX<br />
have a Microsoft .Net application that interact with mysql cluster database.<br />
<br />
After a while the My sql cluster configuration appears to work correctly and any of CLIENTAPP it's able to connect to MYSQL-D1 or MYSQL-D2 (this is possibile by changing the connection string of .NET client application and pointing to IP of MYSQL-D1 or to the IP of MYSQL-D2).<br />
<br />
In a perfect world CLIENTAPP automatically it's able to connect to the right server (MYSQL-D1 or MYSQL-D2), pratically:<br />
 - if MYSQL-D1 it's down CLIENTAPP connect to MYSQL-D2<br />
 - if MYSQL-D2 it's down CLIENTAPP connect to MYSQL-D1<br />
<br />
How .NET client application can interact with mysql cluster?<br />
<br />
The best solutions I have found for my scenario are the followings:<br />
1. use mysql proxy but this is in a alpha stage and I can't use it in production enviroment<br />
2. install cluster data node on each CLIENTAPP<br />
3. use a connection string that support multiple servers (I don't know if it's supported by mysql .NET connector)<br />
4. rewrite my application to interact with both MYSQL-DX node (what I want to avoid)<br />
<br />
Is there a right solutions? Which one is the best one?<br />
<br />
Thank you]]></description>
            <dc:creator>Gregorio Barberio</dc:creator>
            <category>Cluster</category>
            <pubDate>Mon, 15 Apr 2013 17:51:06 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,583504,583504#msg-583504</guid>
            <title>Need info on cluster setup.. (no replies)</title>
            <link>http://forums.mysql.com/read.php?25,583504,583504#msg-583504</link>
            <description><![CDATA[ Hi,<br />
I am new to the mysql. I am trying to setup mysql cluster. Could you please tell me whether I need to download ONLY &quot;mysql-cluster-gpl-7.2.10-win32&quot; or I should download the MySQL installer &quot;mysql-installer-community-5.6.10.1.msi&quot; too? I don't find any docs which will tell step by step guide to install mysql cluster in windows 7 or even any flavor of windows. All that I got is install mysql (*.msi) on windows. <br />
I followed the steps that are mentioned in the doc &quot;MySQL Cluster Quick Start Guide – Windows&quot; but not able to connect as I don't know what is the root password (mysql -h 127.0.0.1 -P 3306 -u root -p) I should provide as no where it asked me to setup any root password. So I am bit doubt whether I should install mysql installer prior to cluster setup.<br />
Could you please tell me if any docs exist so that I can follow the cluster setup?<br />
Regards,<br />
Saroj]]></description>
            <dc:creator>swayam kumar</dc:creator>
            <category>Cluster</category>
            <pubDate>Tue, 09 Apr 2013 16:32:16 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,583483,583483#msg-583483</guid>
            <title>After optimize table statement my data usage increased Mysql Cluster (no replies)</title>
            <link>http://forums.mysql.com/read.php?25,583483,583483#msg-583483</link>
            <description><![CDATA[ I deleted 500000 rows in my mysql cluster table having 12468000 rows and then i tried to OPTIMIZE TABLE so that all the freed up data memory can be used by another table also, but after optimizing table the data usage increased instead of decreasing it. Please explain how OPTIMIZE TABLE works and why data usage increased.<br />
<br />
DATA USAGE BEFORE OPTIMIZING TABLE:<br />
<br />
Node 2: Data usage is 71%(7348 32K pages of total 10240)<br />
Node 2: Index usage is 4%(4382 8K pages of total 102432)<br />
Node 3: Data usage is 69%(7167 32K pages of total 10240)<br />
Node 3: Index usage is 4%(4291 8K pages of total 102432)<br />
Node 4: Data usage is 70%(7229 32K pages of total 10240)<br />
Node 4: Index usage is 4%(4312 8K pages of total 102432)<br />
Node 5: Data usage is 67%(6899 32K pages of total 10240)<br />
Node 5: Index usage is 4%(4201 8K pages of total 102432)<br />
<br />
<br />
DATA USAGE AFTER OPTIMIZING TABLE:<br />
<br />
<br />
Node 2: Data usage is 74%(7589 32K pages of total 10240)<br />
Node 2: Index usage is 4%(4382 8K pages of total 102432)<br />
Node 3: Data usage is 72%(7392 32K pages of total 10240)<br />
Node 3: Index usage is 4%(4291 8K pages of total 102432)<br />
Node 4: Data usage is 72%(7461 32K pages of total 10240)<br />
Node 4: Index usage is 4%(4312 8K pages of total 102432)<br />
Node 5: Data usage is 69%(7117 32K pages of total 10240)<br />
Node 5: Index usage is 4%(4201 8K pages of total 102432)]]></description>
            <dc:creator>Anshul Jain</dc:creator>
            <category>Cluster</category>
            <pubDate>Tue, 09 Apr 2013 14:34:02 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,583482,583482#msg-583482</guid>
            <title>Re-use disk data extents after delete Mysql Cluster (no replies)</title>
            <link>http://forums.mysql.com/read.php?25,583482,583482#msg-583482</link>
            <description><![CDATA[ In my mysql cluster i have 1 million rows and my disk data tables are using all the disk usage available to them ;i.e; free extents are 0 . Now i deleted 50K rows from ap_perf_tbl but still it show free extents as 0 but i am able to insert into that table . But when i tried to insert into another table associated with that tablespace it says TABLE FULL error. I am not able to use those freed up extents for another table . Is there any way to use those freed extents from one table to be used by another table ?]]></description>
            <dc:creator>Anshul Jain</dc:creator>
            <category>Cluster</category>
            <pubDate>Tue, 09 Apr 2013 14:32:15 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,583481,583481#msg-583481</guid>
            <title>Why data usage increases when deleting rows Mysql Cluster? (no replies)</title>
            <link>http://forums.mysql.com/read.php?25,583481,583481#msg-583481</link>
            <description><![CDATA[ My mysql cluster data nodes data usage increased to 95%. Then i tried to delete 500000 rows and my data usage of nodes started increasing initially and reached to 99% and above and TABLE FULL error is encountered. Please can anyone tell me why data usage of existing nodes increased when deleting rows? What is the internal working of mysql cluster when deleting rows?<br />
<br />
My MaxNoOfConcurrentOperations parameter in config.ini 600000 and it is not due to this parameter.]]></description>
            <dc:creator>Anshul Jain</dc:creator>
            <category>Cluster</category>
            <pubDate>Tue, 09 Apr 2013 14:31:27 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,583093,583093#msg-583093</guid>
            <title>Two data nodes on the same machine - what is the point? (2 replies)</title>
            <link>http://forums.mysql.com/read.php?25,583093,583093#msg-583093</link>
            <description><![CDATA[ I am new to MySql Cluster.<br />
I have evaluated MySQL Cluster Quick Start Guide.<br />
In this guide in &quot;Run&quot; section are commands to run two data nodes on the same host. What is the point of such operation?<br />
If I want run cluster for test purposes (do not need failure safeness) with one host only do I need two data nodes or only one data node can work?]]></description>
            <dc:creator>Michał Herman</dc:creator>
            <category>Cluster</category>
            <pubDate>Mon, 08 Apr 2013 09:00:02 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,583055,583055#msg-583055</guid>
            <title>SQL Node not synchronizing (3 replies)</title>
            <link>http://forums.mysql.com/read.php?25,583055,583055#msg-583055</link>
            <description><![CDATA[ I have successfully installed the Cluster with 5 nodes (2 Data, 1 Mgmt and 2 SQL Nodes).  While testing the cluster I have hit on one scenario where I am stuck and cannot make it to work.  Here is the scenario:<br />
<br />
While all nodes in the cluster are working as a part of my test I shut down one of the SQL A node and while this node is offline, I drop a database which is part of the cluster databases on SQL Node B.  When I bring up the offline SQL Node A and rejoin to the cluster the dropped database still shows up.  It should sync with the old cluster databases meaning the dropped database when the SQL Node A was offline should be removed from the cluster and should not show up on SQL Node A. This is a real scenario that can happen.  <br />
<br />
Also, I am searching for MySQL  Cluster Test document which describes these scenarios and cannot seem to find it.<br />
<br />
Any Help will be greatly appreciated.<br />
<br />
Thanks<br />
Lal]]></description>
            <dc:creator>LAL CHAND Prasad</dc:creator>
            <category>Cluster</category>
            <pubDate>Thu, 18 Apr 2013 15:12:13 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,582708,582708#msg-582708</guid>
            <title>MySql Cluster for educational use (1 reply)</title>
            <link>http://forums.mysql.com/read.php?25,582708,582708#msg-582708</link>
            <description><![CDATA[ I am student and I am writing Master of Science paper about in-memory databases. I want to use MySql Cluster for benchmarks in my work.<br />
Can I use MySql Cluster free of charge for educational purposes or do I need to pay for it?]]></description>
            <dc:creator>Michał Herman</dc:creator>
            <category>Cluster</category>
            <pubDate>Mon, 01 Apr 2013 15:30:21 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,582499,582499#msg-582499</guid>
            <title>REDO log? (1 reply)</title>
            <link>http://forums.mysql.com/read.php?25,582499,582499#msg-582499</link>
            <description><![CDATA[ So my first experience with MySQL cluster/NDB has been far less than stellar.<br />
<br />
I have a corrupt database, which has never happened with InnoDB.<br />
<br />
Set up and ran a cluster, low volume, NoCopies=2<br />
<br />
1 x NDB + mysql on metal where all clients connected<br />
1 x NDB + mysql on Oracle VirtualBox<br />
1 x mnmt on secondary Oracle VirtualBox<br />
<br />
During the course of operation, I got some table read errors, Err 233.  (No text error message associated.)  Looked it up, very suspicious that I was hitting the 32k  MaxNoOfConcurrentOperations limit, but moved it up anyways to 65535.<br />
<br />
Eventually ran out of disk on the NDB+mysql VM.  Shut everything down, restarted with another VM disk attached for data and bumped memory alloc while it was down.<br />
<br />
Still getting MaxNoOfConcurrentOperations-type errors, but fewer, even at 65535.  This is dumb because we're sub 20 (TWENTY!) TPS with almost all of them being reads.  No way it should be hitting 32k concurrent, much less 64k.  These showed up on the bare-metal box, not the VM box.<br />
<br />
Looking at the database, it's showing corruption ... it looks like some of transactions were completely replayed... the UPDATE calls which used &quot;col = col + x&quot; are all skewed.  (Note: I did not tell it to use binlog or =row.)<br />
<br />
1)  Why would I possibly be getting Err: 233 off such a stupid low number of twenty TPS on the bare-metal box?  I could see the VM potentially having issues, but it was literally just a replication target in the cluster.  <br />
<br />
2)  Why would I end up with getting replayed statement transactions?  How can I even start to trace this?  How does this even happen?  And importantly, how can I ensure that this never (ever) happens again?<br />
<br />
<br />
Thanks ... hopefully someone can shed some light on this!]]></description>
            <dc:creator>Michael Oxford</dc:creator>
            <category>Cluster</category>
            <pubDate>Wed, 27 Mar 2013 23:54:07 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,582195,582195#msg-582195</guid>
            <title>Connecting to Cluster (2 replies)</title>
            <link>http://forums.mysql.com/read.php?25,582195,582195#msg-582195</link>
            <description><![CDATA[ Hello,<br />
<br />
Running MySQL Cluster 7.2.10 on ubuntu 12.04 in Amazon.<br />
Trying to connect with Java oracle jdk 1.7 on Windows 7.<br />
<br />
<br />
I built a cluster and would like to connect to it. Successfully connected using JDBC. But encountered one specific exception when trying both ClusterJPA and CluterJ.<br />
When connecting, it gives me this error (explaining the ClusterJ scenario and replacing the IP address of a management server (also a MySQL node in my cluster setup) with XX-XXX... in this email).<br />
<br />
INFO: Created cluster connection 'ec2-XX-XXX-XXX-XXX.compute-1.amazonaws.com:1186' with node id 0.<br />
Exception in thread &quot;main&quot; com.mysql.clusterj.ClusterJFatalUserException: Error getting connection to cluster with properties {com.mysql.clusterj.connect.verbose=1, com.mysql.clusterj.connect.retries=4, com.mysql.clusterj.connect.delay=5, com.mysql.clusterj.connectstring=ec2-XX-XXX-XXX-XXX.compute-1.amazonaws.com:1186, com.mysql.clusterj.max.transactions=1024, com.mysql.clusterj.connect.timeout.before=30, com.mysql.clusterj.connect.timeout.after=20, com.mysql.clusterj.database=clusterdb}:<br />
 Caused by com.mysql.clusterj.ClusterJDatastoreException:Datastore exception on connectString 'ec2-XX-XXX-XXX-XXX.compute-1.amazonaws.com:1186' nodeId 0; Return code: -1 error code: 0 message: .<br />
	at com.mysql.clusterj.core.SessionFactoryImpl.createClusterConnection(SessionFactoryImpl.java:252)<br />
	at com.mysql.clusterj.core.SessionFactoryImpl.createClusterConnectionPool(SessionFactoryImpl.java:226)<br />
	at com.mysql.clusterj.core.SessionFactoryImpl.&lt;init&gt;(SessionFactoryImpl.java:174)<br />
	at com.mysql.clusterj.core.SessionFactoryImpl.getSessionFactory(SessionFactoryImpl.java:129)<br />
	at com.mysql.clusterj.core.SessionFactoryServiceImpl.getSessionFactory(SessionFactoryServiceImpl.java:36)<br />
	at com.mysql.clusterj.core.SessionFactoryServiceImpl.getSessionFactory(SessionFactoryServiceImpl.java:27)<br />
	at com.mysql.clusterj.ClusterJHelper.getSessionFactory(ClusterJHelper.java:69)<br />
	at com.mysql.clusterj.ClusterJHelper.getSessionFactory(ClusterJHelper.java:54)<br />
<br />
The error happens when running this statement early in my Main function:<br />
 SessionFactory factory = ClusterJHelper.getSessionFactory(props);<br />
After the first line (&quot;INFO...&quot;) is shown, it takes 15-20 seconds before the exceptions are shown.<br />
<br />
The contents of clusterj.properties from which the props object is being loaded:<br />
com.mysql.clusterj.connectstring=ec2-XX-XXX-XXX-XXX.compute-1.amazonaws.com:1186<br />
com.mysql.clusterj.database=clusterdb<br />
com.mysql.clusterj.connect.retries=4<br />
com.mysql.clusterj.connect.delay=5<br />
com.mysql.clusterj.connect.verbose=1<br />
com.mysql.clusterj.connect.timeout.before=30<br />
com.mysql.clusterj.connect.timeout.after=20<br />
com.mysql.clusterj.max.transactions=1024<br />
<br />
<br />
In the exception message, For the node id, it says 0. This is while my node Ids start from 1.<br />
In case you need other information (e.g. config.ini), please kindly note the command I need to execute in order to get that output. I am a novice.<br />
<br />
Thank you,<br />
JJ]]></description>
            <dc:creator>JJ Comb</dc:creator>
            <category>Cluster</category>
            <pubDate>Wed, 24 Apr 2013 09:16:33 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,581991,581991#msg-581991</guid>
            <title>ClusterJ and multiple management nodes (1 reply)</title>
            <link>http://forums.mysql.com/read.php?25,581991,581991#msg-581991</link>
            <description><![CDATA[ In the MySQL cluster documentation there is a recommendation to have multiple management nodes (http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-basics.html).<br />
The question is how to configure the ClusterJ to make use of multiple management nodes? <br />
Is it anyhow related to the connection pooling in ClusterJ (com.mysql.clusterj.connection.pool.size and com.mysql.clusterj.connection.pool.nodeids properties)? What the connection pooling gives you and how to use it? <br />
<br />
Thanks in advance,<br />
Alex]]></description>
            <dc:creator>Alex Turetsky</dc:creator>
            <category>Cluster</category>
            <pubDate>Fri, 22 Mar 2013 10:48:35 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?25,581935,581935#msg-581935</guid>
            <title>Perform an Initial Restart (2 replies)</title>
            <link>http://forums.mysql.com/read.php?25,581935,581935#msg-581935</link>
            <description><![CDATA[ I'm sure there is a simple solution (so sorry in advance).<br />
<br />
I have installed a Cluster for testing purposes on my PC (Windows 7 - 64bit). It has:<br />
2 x Management Nodes (ID's 1, 2)<br />
2 x Data Nodes (ID's 11, 12)<br />
4 x SQL Nodes (ID's 50, 51, 52, 53)<br />
<br />
They are all installed as MySQL Services.<br />
<br />
This all works very well so far. However I am now looking at making configuration changes, so need to perform an --initial restart.<br />
<br />
I decided the obvious option is to change the nodeid of one of the data nodes (from 12 to 14)<br />
<br />
I make the change in the 2 x config.ini files. I then start a mangement CLient and run:<br />
1 RESTART -I<br />
2 RESTART -I<br />
11 RESTART -I<br />
14 RESTART -I<br />
<br />
But when I do a SHOW command, everything still has the same ID's as they started with. I'm assuming I have missed something obvious, but have been trawling the internet, and can't for the life of me find the answer.]]></description>
            <dc:creator>IGG t</dc:creator>
            <category>Cluster</category>
            <pubDate>Wed, 03 Apr 2013 19:05:57 +0000</pubDate>
        </item>
    </channel>
</rss>
