3943 Ole John Aske 2012-06-20
Increase MaxNoOfConcurrentOperations in 'suite/ndb_big/my.cnf' in order to reduce
failure rates for 'ndb_big.rqg_spj' which repeateadly encounters:
'Got temporary error 233 'Out of operation records in transaction coordinator (increase MaxNoOfConcurrentOperations)'
... Jonas has previously suggested to increase this in config file.
modified:
mysql-test/suite/ndb_big/my.cnf
3942 Ole John Aske 2012-06-18
Follow up fix to Mikael R's 4G, savemem.patch:
We originally assumed that a specific TC did not communicate with other TCs.
However, the SPJ block is located in the same block-thread as the TCs.
TC *will* communicate with all SPJ blocks, which should be counted as
a full TC <-> TC cross communication.
modified:
storage/ndb/src/kernel/vm/mt.cpp
=== modified file 'mysql-test/suite/ndb_big/my.cnf'
--- a/mysql-test/suite/ndb_big/my.cnf 2011-11-10 13:33:56 +0000
+++ b/mysql-test/suite/ndb_big/my.cnf 2012-06-20 07:36:18 +0000
@@ -16,7 +16,7 @@ mysqld=
DataMemory=700M
IndexMemory=220M
-MaxNoOfConcurrentOperations=32768
+MaxNoOfConcurrentOperations=262144
StringMemory=25
MaxNoOfTables=12800
MaxNoOfOrderedIndexes=12800
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.5-cluster-7.2 branch (ole.john.aske:3942 to 3943) | Ole John Aske | 20 Jun |