I have installed MySQL cluster (NDB 7.3 ) with
- 1 management node
- 4 data nodes
- 3 sql node.
I have 4 partitions and two node groups. I have couple of questions.
Can i view data stored in each data node separately?
Where can i find the data sync logs?
is it possible to have two node groups with same data ie with partitions data is splitted and stored among node groups?
tell me if there is a way to store same data among node groups, Currently my cluster wont work if a node group (2 nodes goes down).
when a node group goes down , others nodes restarts and whole cluster goes down. Is there a way to stop it and operate with other node groups.