Server IP : 172.67.216.182 / Your IP : 108.162.226.115 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/server/mysql/src/mysql-test/suite/ndb/include/ |
Upload File : |
## ## Restarts a NDB cluster by rolling node restart ## ## 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_LAST_NDBD_NODEID - The last node id of the 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 ends with $MTR_NDB_LAST_NDBD_NODEID. ## ## 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). ## --echo # Rolling system restart from node $MTR_NDB_FIRST_NDBD_NODEID to node $MTR_NDB_LAST_NDBD_NODEID: --append_file $NDB_TOOLS_OUTPUT # Rolling system restart: EOF --let $ndb_node_id= $MTR_NDB_LAST_NDBD_NODEID while (`SELECT $ndb_node_id >= $MTR_NDB_FIRST_NDBD_NODEID`) { --echo # Restarting node $ndb_node_id as part of rolling system restart --source suite/ndb/include/restart_node.inc --dec $ndb_node_id } --let $ndb_node_id= --exec $NDB_MGM -e "show" >> $NDB_TOOLS_OUTPUT