Bug #91612 Warning | 1296 | Got error 904 'Out of fragment records (increase MaxNoOfOrdere
Submitted: 12 Jul 2018 9:35 Modified: 12 Jul 2018 10:42
Reporter: harjeet singh Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:mysql-5.5.60 ndb-7.2.33 OS:Ubuntu (18.04)
Assigned to: CPU Architecture:Other (Pentium(R) Dual-Core CPU E5700 @ 3.00GHz)
Tags: Warning | 1296 | Got error 904 'Out of fragment records (increase MaxNoOfOrdered

[12 Jul 2018 9:35] harjeet singh
Description:
 Warning | 1296 | Got error 904 'Out of fragment records (increase MaxNoOfOrderedIndexes)' from NDB 

when i am going to import tables(after change the engine innodb to ndbcluster) in sql node only 34 tables are importing after that i am facing problem with error like  Warning | 1296 | Got error 904 'Out of fragment records (increase MaxNoOfOrderedIndexes)' from NDB 

NOTE: I am going to basic setup of cluster

my config.ini

[ndbd default]
NoOfReplicas= 2
DataDir= /var/lib/mysql-cluster
DataMemory=2G     # Memory allocate for data storage
indexMemory=1G    # Memory allocate for index storage
MaxNoOfTables=4096
MaxNoOfOrderedIndexes=2048
MaxNoOfUniqueHashIndexes=512

Hostname= 1.1.1.1
DataDir= /var/lib/mysql-cluster

[ndbd]
HostName= 1.1.1.2

[ndbd]
HostName= 1.1.1.3

[mysqld]
HostName= 1.1.1.4

[mysqld]
HostName= 1.1.1.5

How to repeat:
with same execution
[12 Jul 2018 10:42] MySQL Verification Team
We're sorry, but the bug system is not the appropriate forum for asking help on using MySQL products. Your problem is not the result of a bug.

Support on using our products is available both free in our forums at http://forums.mysql.com/ and for a reasonable fee direct from our skilled support engineers at http://www.mysql.com/support/

Thank you for your interest in MySQL.