windows - Cannot start mysql cluster SQL node -


i have installed 4 node mysql cluster on windows: management node 192.168.2.69 data node 192.168.2.66 data node b 192.168.2.67 sql node 192.168.2.78

i can start first 3 without problem, sql node stuck in following warning:

2017-04-07t13:55:23.970111z 0 [note] ipv6 available. 2017-04-07t13:55:23.970111z 0 [note]   - '::' resolves '::'; 2017-04-07t13:55:23.970111z 0 [note] server socket created on ip: '::'. 2017-04-07t13:55:24.110707z 0 [note] event scheduler: loaded 0 events 2017-04-07t13:55:24.127269z 0 [note] 2017-04-07t13:55:24.127269z 0 [note] ndb index stat: wait cluster start 2017-04-07t13:55:24.127269z 2 [note] ndb util: wait cluster start 2017-04-07t13:55:24.127269z 1 [note] ndb binlog: check incidents 2017-04-07t13:55:24.127269z 0 [note] ndb index stat: started 2017-04-07t13:55:24.127269z 2 [note] ndb util: started 2017-04-07t13:55:24.127269z 1 [note] ndb binlog: wait cluster start 2017-04-07t13:55:24.127269z 0 [note] ndb index stat: created ndb object 'ndb  index stat', ref: 0x80070004 2017-04-07t13:55:24.141956z 1 [note] ndb binlog: discover table event: repl$mysql/ndb_schema 2017-04-07t13:55:34.513769z 0 [note] ndb index stat: execute index stats listener failed: error 1427 line 2546 2017-04-07t13:56:15.502173z 0 [note] ndb index stat: execute index stats listener failed: error 1427 line 2546 

this repeats "ndb index stat: execute index stats listener failed: error 1427 line 2546" cannot find error. can me fix this?

edit

if install nodes in 1 server mysqld runs fine.

the problem turn windows firewall on on the data node machine 192.168.2.67, turning off solve problem.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -