⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.124
Server IP:
50.28.103.30
Server:
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
server
/
mysql
/
mysql-test
/
suite
/
ndb
/
include
/
View File Name :
restart_random_node.inc
## ## Restarts a single random NDB data node ## ## Parameters: ## $waiter_timeout_start - How long wo tait for a single node to start, default from restart_node.inc ## $waiter_timeout_stop - How long to wait for a single node to stop, default from restart_node.inc ## $MTR_NDB_FIRST_NDBD_NODEID - The first node id of the NDBD data nodes ## $MTR_NDB_NO_OF_NODES - The number of NDBD data nodes ## ## This include file has as a prerequisite that the NDBD node ids is in a numbered range without ## holes which starts with MTR_NDB_FIRST_NDBD_NODEID and has no more than MTR_NDB_NO_OF_NODES nodes. ## ## The last two parameters are normally provided by ## --source suite/ndb/include/ndb_info.inc ## ## In addition, $NDB_CONNECTSTRING, $NDB_MGM, $NDB_TOOLS_DIR and $NDB_TOOLS_OUTPUT ## must be set (they are normally proivided by MTR). ## --let $ndb_node_id = `SELECT FLOOR($MTR_NDB_FIRST_NDBD_NODEID + (RAND() * $MTR_NDB_NO_OF_NODES))` --echo # Restarting random node $ndb_node_id --source suite/ndb/include/restart_node.inc --let $ndb_node_id=