Bug #20544 Error:1114: The table is full during cluster/replication stress test
Submitted: 19 Jun 2006 17:31 Modified: 23 Jun 2006 21:05
Reporter: Nikolay Grishakin Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:5.1 OS:Linux (Linux)
Assigned to: CPU Architecture:Any

[19 Jun 2006 17:31] Nikolay Grishakin
Description:
Getting the following error during cluster/replication stress test:
"Error:1114: The table 'account' is full". Test crdd_sys is under development now. You can find currnt code and test cases on ndb10 test machine. 

Here are instructions how to run the test:
Before running the test clean up ndb10:/home/ndbdev/ngrishakin/crdd_sys-workdir/ directory.

Location: ndb10:/home/ndbdev/ngrishakin/mysql-test-extra-5.1/mysql-test/suite/crdd_sys/...

To run it: [ndbdev@ndb10 crdd_sys]$./run_crddsys --config=crdd_sys.cnf. 

Results are in ndb10:/home/ndbdev/ngrishakin/crdd_sys-workdir/...

Results of the test will be in ndb10:/home/ndbdev/ngrishakin/crdd_sys-workdir/

[ndbdev@ndb10 ngrishakin]$ cd crdd_sys-workdir/

[ndbdev@ndb10 crdd_sys-workdir]$ ls
client-init.out  client-run1.out  log_init  log_run1  res_init  res_run1

Under  log_init directory look errors in file mysql-stress-test.log
Error it reports:

[ndbdev@ndb10 crdd_sys-workdir]$ cd log_init/20060619191021/
[ndbdev@ndb10 20060619191021]$ cat mysql-stress-test.log
TestID TID      Suite         TestFileName Found Errors
=======================================================
     1   0   crdd_sys rpl_ndb_row_sys_setup.test Severity S3: 1

S3: Count:1 Error:1114: The table 'account' is full

How to repeat:
see above
[21 Jun 2006 17:56] Nikolay Grishakin
Not a bug. increasing IndexMemory in config.ini to 50M fixed the problem.