Re: Can't create table
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.
Subject
Views
Written By
Posted
1300
April 14, 2021 01:57PM
549
April 14, 2021 02:51PM
537
April 15, 2021 03:51AM
569
April 15, 2021 06:02AM
Re: Can't create table
556
April 16, 2021 08:01AM
569
April 16, 2021 11:31AM
458
April 17, 2021 04:33AM
519
April 17, 2021 03:29PM
441
April 28, 2021 10:50AM
499
April 28, 2021 11:51AM
807
April 28, 2021 02:18PM
508
April 28, 2021 02:59PM
484
April 29, 2021 12:56AM
442
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.