Bug #80640 ndb_mgm -e 'start backup' fails after creating 100 tables.
Submitted: 7 Mar 2016 10:23 Modified: 11 Mar 2016 13:32
Reporter: Sanjana Dulipeta Sridhar Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:7.5.1 OS:Any
Assigned to: CPU Architecture:Any

[7 Mar 2016 10:23] Sanjana Dulipeta Sridhar
Description:
Create 100 tables and once that is done, start a backup from the mgm node. Immediately, the cluster is crashes with below error:

$ ndb_mgm -e'start backup'
Connected to Management Server at: localhost:1186
Waiting for completed, this may take several minutes
Backup failed
*  3001: Could not start backup
*        Backup aborted due to node failure: Permanent error: Internal error

How to repeat:
1) Start a Cluster.

2) Create 100 tables.

3) Execute:
ndb_mgm -e'start backup'
[11 Mar 2016 13:32] Jon Stephens
Documented fix in the NDB 7.5.2 changelog as follows:

    Starting a backup in the ndb_mgm client after creating a large
    number of tables caused a forced shutdown of the cluster.

Closed.