5 messages in com.mysql.lists.clusterRe: More Problems with Cluster
FromSent OnAttachments
Donovan Francesco02 Jul 2008 01:56 
Frazer Clement02 Jul 2008 02:11 
Geert Vanderkelen02 Jul 2008 02:14 
Martin Skold02 Jul 2008 02:20 
Martin Skold02 Jul 2008 02:27 
Subject:Re: More Problems with Cluster
From:Martin Skold (Mart@mysql.com)
Date:07/02/2008 02:20:19 AM
List:com.mysql.lists.cluster

Geert Vanderkelen wrote:

On Jul 2, 2008, at 10:56 , Donovan Francesco wrote:

Hi Guys,

I got this error:

mysql> update Raw_cdr set updated = null; ERROR 1297 (HY000): Got temporary error 233 'Out of operation records in transaction coordinator (increase MaxNoOfConcurrentOperations)' from NDBCLUSTER

Do it in chunks, adding a WHERE-clause on some indexed field..

Cheers,

Geert

or try

set ndb_use_transactions=off; update Raw_cdr set updated = null; set ndb_use_transactions=on;

BR -- Martin