MySQL Forums
Forum List  »  NDB clusters

Re: Problem with node's group
Posted by: Mikael Ronström
Date: December 16, 2005 03:19PM

Hi,
Most likely you have hit a bug. I've seen a couple of cases where node group
information in the show command provides the wrong output. Nodes will be
placed in node groups implicitly. If you have NoOfReplicas = 2 then the first
two nodes will be in node group 0, the next two in node group 1 and so forth.
So in your case they should all be in 0 unless you have set NoOfReplicas = 1
when node 3 should be in node group 1.

Rgrds Mikael


sorapak wrote:
> I have problems with node's group.
>
> - When I start 2 storage nodes (id=2, 3), then I
> check their status using SHOW command. Sometimes
> they are in the same group (0), but sometimes they
> are in the different group.
> - How can I specify that all noes will always be
> in the same group?
> - How these problems effect the system's
> performance?
>
> Thank you in advance.

Mikael Ronstrom
Senior Software Architect, MySQL AB
My blog: http://mikaelronstrom.blogspot.com

Options: ReplyQuote


Subject
Views
Written By
Posted
2053
November 14, 2005 10:50PM
Re: Problem with node's group
1582
December 16, 2005 03:19PM


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.