From: Ole John Aske Date: June 20 2012 9:36am Subject: bzr push into mysql-5.5-cluster-7.2 branch (ole.john.aske:3942 to 3943) List-Archive: http://lists.mysql.com/commits/144274 Message-Id: <20120620093637.18780.43977.3943@fimafeng09.no.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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).