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
1465
April 14, 2021 01:57PM
605
April 14, 2021 02:51PM
630
April 15, 2021 03:51AM
610
April 15, 2021 06:02AM
Re: Can't create table
602
April 16, 2021 08:01AM
611
April 16, 2021 11:31AM
515
April 17, 2021 04:33AM
564
April 17, 2021 03:29PM
488
April 28, 2021 10:50AM
544
April 28, 2021 11:51AM
874
April 28, 2021 02:18PM
559
April 28, 2021 02:59PM
539
April 29, 2021 12:56AM
495
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.