Skip to content

Commit ba6d997

Browse files
authored
Merge pull request #5909 from sysown/fix/gr-report-host-unreachable-member-monitor
fix(ci/infra): set report_host on mysql90/93/95-gr so ProxySQL GR monitor can reach members
2 parents ffc54d6 + a9cb40c commit ba6d997

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

test/infra/infra-dbdeployer-mysql90-gr/docker/entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ dbdeployer deploy replication "${MYSQL_VERSION}" \
3030
-c innodb_flush_log_at_trx_commit=2 \
3131
-c sync_binlog=0 \
3232
-c binlog_checksum=NONE \
33-
-c innodb_use_native_aio=0
33+
-c innodb_use_native_aio=0 \
34+
-c report_host=dbdeployer1.${INFRA}
3435

3536
echo "Group Replication deployed. Waiting for all nodes to be ready..."
3637

test/infra/infra-dbdeployer-mysql93-gr/docker/entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ dbdeployer deploy replication "${MYSQL_VERSION}" \
3030
-c innodb_flush_log_at_trx_commit=2 \
3131
-c sync_binlog=0 \
3232
-c binlog_checksum=NONE \
33-
-c innodb_use_native_aio=0
33+
-c innodb_use_native_aio=0 \
34+
-c report_host=dbdeployer1.${INFRA}
3435

3536
echo "Group Replication deployed. Waiting for all nodes to be ready..."
3637

test/infra/infra-dbdeployer-mysql95-gr/docker/entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ dbdeployer deploy replication "${MYSQL_VERSION}" \
3030
-c innodb_flush_log_at_trx_commit=2 \
3131
-c sync_binlog=0 \
3232
-c binlog_checksum=NONE \
33-
-c innodb_use_native_aio=0
33+
-c innodb_use_native_aio=0 \
34+
-c report_host=dbdeployer1.${INFRA}
3435

3536
echo "Group Replication deployed. Waiting for all nodes to be ready..."
3637

0 commit comments

Comments
 (0)