MySQL Forums
Forum List  »  NDB clusters

Re: Warning | 1296 | Got error 904 'Out of fragment records (increase MaxNoOfOrderedIndexes)' from NDB
Posted by: Mikael Ronström
Date: August 01, 2018 01:56AM

The error code 904 is completely related to the setting of
MaxNoOfOrderedIndexes. So if you still hit it, you must increase it
even more.

You need to set it higher than the number of ordered indexes.
Remember that primary keys also have an ordered index connected to them.
Have you also restarted all data nodes after changing the config?
A data node must be restarted for a config change to be happening.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Warning | 1296 | Got error 904 'Out of fragment records (increase MaxNoOfOrderedIndexes)' from NDB
620
August 01, 2018 01:56AM


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.