MySQL Forums
Forum List  »  NDB clusters

Re: MySQL-Max 4.1.14 refuses to join cluster as storage node
Posted by: Tim Pearson
Date: October 13, 2005 11:17PM

Oddly enough, I reverted back to the "standard" ndb_mgmd configuration:
ndb_mgmd --nodaemon
and both servers connected just fine!

I wonder what's going on here?

To work around the problem (for now, anyway), I just ignored the "fix" mentioned above and added the following line to my mysql startup script:

# Find and purge unresponsive nodes (such as might occur from a DB restart)
ndb_mgm --connect-string="192.168.0.12" --execute="purge stale sessions"

Seems to work OK!

I anyone has any idea why it wouldn't work with:
--no-nodeid-checks --connect-string=nodeid=1
I am still interested, please let me know!

Thanks,

Tim

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL-Max 4.1.14 refuses to join cluster as storage node
1491
October 13, 2005 11:17PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.