## ## Restarts a single NDB data node ## ## Parameters: ## $ndb_node_id - The node to be restarted ## $waiter_timeout_start - How long wo tait for a single node to start, default 120 seconds ## $waiter_timeout_stop - How long to wait for a single node to stop, default 60 seconds ## ## In addition, $NDB_CONNECTSTRING, $NDB_MGM, $NDB_TOOLS_DIR and $NDB_TOOLS_OUTPUT ## must be set (they are normally proivided by MTR). ## # Default values if (`SELECT LENGTH('$waiter_timeout_start') = 0`) { let $waiter_timeout_start= 120; } if (`SELECT LENGTH('$waiter_timeout_stop') = 0`) { let $waiter_timeout_stop= 60; } --echo # Restarting node $ndb_node_id, timeouts: start: $waiter_timeout_start seconds, stop: $waiter_timeout_stop seconds: --append_file $NDB_TOOLS_OUTPUT # Restarting random node, stopping part: EOF --exec $NDB_MGM -e "show" >> $NDB_TOOLS_OUTPUT --exec $NDB_MGM -e "$ndb_node_id restart -n" >> $NDB_TOOLS_OUTPUT --exec $NDB_TOOLS_DIR/ndb_waiter --no-defaults --ndb-connectstring="$NDB_CONNECTSTRING" --wait-nodes=$ndb_node_id --not-started --timeout=$waiter_timeout_stop >> $NDB_TOOLS_OUTPUT --append_file $NDB_TOOLS_OUTPUT # Restarting random node, starting part: EOF --exec $NDB_MGM -e "show" >> $NDB_TOOLS_OUTPUT --exec $NDB_MGM -e "$ndb_node_id start" >> $NDB_TOOLS_OUTPUT --exec $NDB_TOOLS_DIR/ndb_waiter --no-defaults --ndb-connectstring="$NDB_CONNECTSTRING" --timeout=$waiter_timeout_start >> $NDB_TOOLS_OUTPUT --exec $NDB_MGM -e "show" >> $NDB_TOOLS_OUTPUT
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
have_clusterj.inc | File | 3.03 KB | 0644 |
|
have_clusterj_jpa.inc | File | 1.72 KB | 0644 |
|
have_connectorj.inc | File | 1002 B | 0644 |
|
have_java.inc | File | 3.42 KB | 0644 |
|
have_junit.inc | File | 892 B | 0644 |
|
have_ndbjtie_junit.inc | File | 1.3 KB | 0644 |
|
have_openjpa.inc | File | 971 B | 0644 |
|
memory_usage.inc | File | 3.08 KB | 0644 |
|
ndb_add_node.cnf | File | 1000 B | 0644 |
|
ndb_add_node_mysqld.cnf | File | 550 B | 0644 |
|
ndb_desc_print.inc | File | 408 B | 0644 |
|
ndb_execute_count.inc | File | 190 B | 0644 |
|
ndb_info.inc | File | 3.55 KB | 0644 |
|
ndb_init_execute_count.inc | File | 212 B | 0644 |
|
ndb_init_scan_counts.inc | File | 346 B | 0644 |
|
ndb_scan_counts.inc | File | 387 B | 0644 |
|
ndb_share_check_shares.inc | File | 264 B | 0644 |
|
restart_cluster.inc | File | 1.17 KB | 0644 |
|
restart_cluster_rolling.inc | File | 1.33 KB | 0644 |
|
restart_node.inc | File | 1.46 KB | 0644 |
|
restart_random_node.inc | File | 1.04 KB | 0644 |
|
run_java.inc | File | 2.06 KB | 0644 |
|
run_ndbapitest.inc | File | 1.06 KB | 0644 |
|