We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46494c3 commit 4ad1635Copy full SHA for 4ad1635
scripts/run.sh
@@ -302,7 +302,7 @@ function check_member_list_updated() {
302
if [[ "$report_host" == "$host" ]]; then
303
continue
304
fi
305
- for i in {60..0}; do
+ for i in {20..0}; do
306
alive_members_id=($(${mysql} -N -e "SELECT MEMBER_ID FROM performance_schema.replication_group_members WHERE MEMBER_STATE = 'ONLINE';"))
307
alive_cluster_size=${#alive_members_id[@]}
308
listed_members_id=($(${mysql} -N -e "SELECT MEMBER_ID FROM performance_schema.replication_group_members;"))
0 commit comments