MySQL Forums
Forum List  »  NDB clusters

Re: ndb_select_all not working ( No free node id found for mysqld(API) )
Posted by: Odis Yuck
Date: February 04, 2016 04:59AM

Hello!
I have tried to connect to manager server and even set both servers in connectstring. And still nothing happens in usual execution. In strace I still get same error:


# strace -s 100 ndb_select_all -c "192.168.108.5,192.168.108.6" -d test replication

..........

poll([{fd=3, events=POLLIN}], 1, 30000) = 1 ([{fd=3, revents=POLLIN}])
recvfrom(3, "get nodeid reply\nresult: No free node id found for mysqld(API).\nerror_code: 1101\n\n", 512, MSG_PEEK, NULL, NULL) = 82
recvfrom(3, "get nodeid reply\n", 17, 0, NULL, NULL) = 17
poll([{fd=3, events=POLLIN}], 1, 30000) = 1 ([{fd=3, revents=POLLIN}])
recvfrom(3, "result: No free node id found for mysqld(API).\nerror_code: 1101\n\n", 512, MSG_PEEK, NULL, NULL) = 65
recvfrom(3, "result: No free node id found for mysqld(API).\n", 47, 0, NULL, NULL) = 47
poll([{fd=3, events=POLLIN}], 1, 30000) = 1 ([{fd=3, revents=POLLIN}])
recvfrom(3, "error_code: 1101\n\n", 512, MSG_PEEK, NULL, NULL) = 18
recvfrom(3, "error_code: 1101\n", 17, 0, NULL, NULL) = 17
poll([{fd=3, events=POLLIN}], 1, 30000) = 1 ([{fd=3, revents=POLLIN}])
recvfrom(3, "\n", 512, MSG_PEEK, NULL, NULL) = 1
recvfrom(3, "\n", 1, 0, NULL, NULL) = 1
select(0, NULL, NULL, NULL, {5, 0}^CProcess 26913 detached
<detached ...>




If I understand correctly this error comes from ndb_mgmd process. This error says about mysqld(API) but I have free mysqld slots, that's why it seems strange for me.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: ndb_select_all not working ( No free node id found for mysqld(API) )
1039
February 04, 2016 04:59AM


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.