MySQL Forums
Forum List  »  NDB clusters

Re: Can't create table
Posted by: Maurice Sobiera
Date: April 16, 2021 08:01AM

I changed the config on the manager but I still getting the same error.
That is my actual config.


[ndbd default]
# Options affecting ndbd processes on all data nodes:
NoOfReplicas=2 # Number of fragment replicas
DataMemory=512M # How much memory to allocate for data storage
#DataMemory=98M # How much memory to allocate for data storage
ServerPort=2202

[ndb_mgmd]
# Management process options:
HostName=XXX.XXX.XXX.X26 # Hostname or IP address of management node
DataDir=/var/lib/mysql-cluster # Directory for management node log files

[ndb_mgmd]
# Management process options:
HostName=XXX.XXX.XXX.X00 # Hostname or IP address of management node
DataDir=/var/lib/mysql-cluster # Directory for management node log files

[ndbd]
# Options for data node "A":
# (one [ndbd] section per data node)
HostName=XXX.XXX.XXX.X87 # Hostname or IP address
NodeId=3 # Node ID for this data node
DataDir=/usr/local/mysql/data # Directory for this data node's data files
MaxNoOfOrderedIndexes=200000
MaxNoOfUniqueHashIndexes=200000
MaxNoOfTables=20000

[ndbd]
# Options for data node "B":
HostName=XXX.XXX.XXX.X98 # Hostname or IP address
NodeId=4 # Node ID for this data node
DataDir=/usr/local/mysql/data # Directory for this data node's data files
MaxNoOfOrderedIndexes=200000
MaxNoOfUniqueHashIndexes=200000
MaxNoOfTables=20000


[mysqld]
# SQL node options:
HostName=XXX.XXX.XXX.X29 # Hostname or IP address

[mysqld]
# SQL node options:
HostName=XXX.XXX.XXX.X64 # Hostname or IP address
~
~
~



Edited 1 time(s). Last edit at 04/16/2021 08:02AM by Maurice Sobiera.

Options: ReplyQuote


Subject
Views
Written By
Posted
1121
April 14, 2021 01:57PM
470
April 14, 2021 02:51PM
444
April 15, 2021 03:51AM
479
April 15, 2021 06:02AM
Re: Can't create table
478
April 16, 2021 08:01AM
493
April 16, 2021 11:31AM
394
April 17, 2021 04:33AM
435
April 17, 2021 03:29PM
377
April 28, 2021 10:50AM
421
April 28, 2021 11:51AM
696
April 28, 2021 02:18PM
427
April 28, 2021 02:59PM
402
April 29, 2021 12:56AM
364
April 29, 2021 02:49AM


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.