Skip to content

Commit ef1e488

Browse files
author
Jan Lindström
committed
MDEV-13569: wsrep_info.plugin failed in buildbot with "no nodes coming from prim view
Modify configuration so that all nodes are part of galera cluster i.e. wsrep_on=ON.
1 parent 4a012ce commit ef1e488

File tree

1 file changed

+2
-0
lines changed
  • plugin/wsrep_info/mysql-test/wsrep_info

1 file changed

+2
-0
lines changed

plugin/wsrep_info/mysql-test/wsrep_info/my.cnf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ wsrep_provider=@ENV.WSREP_PROVIDER
1111
[mysqld.1]
1212
#galera_port=@OPT.port
1313
#sst_port=@OPT.port
14+
wsrep-on=1
1415
wsrep_provider_options='base_port=@mysqld.1.#galera_port'
1516
wsrep_sst_receive_address='127.0.0.1:@mysqld.1.#sst_port'
1617
wsrep_node_name=test-node-1
1718

1819
[mysqld.2]
1920
#galera_port=@OPT.port
2021
#sst_port=@OPT.port
22+
wsrep-on=1
2123
wsrep_cluster_address='gcomm://127.0.0.1:@mysqld.1.#galera_port'
2224
wsrep_provider_options='base_port=@mysqld.2.#galera_port'
2325
wsrep_sst_receive_address='127.0.0.1:@mysqld.2.#sst_port'

0 commit comments

Comments
 (0)