7 messages in com.mysql.lists.clusterRe: Problems to INSERT
FromSent OnAttachments
Aslan Carlos29 Nov 2007 08:05 
Matthew Montgomery29 Nov 2007 10:04 
Aslan Carlos29 Nov 2007 12:07 
Martin Skold03 Dec 2007 04:51 
Aslan Carlos03 Dec 2007 08:35 
Justin He04 Dec 2007 00:01 
Martin Skold04 Dec 2007 00:32 
Subject:Re: Problems to INSERT
From:Aslan Carlos (asl@digirati.com.br)
Date:11/29/2007 12:07:51 PM
List:com.mysql.lists.cluster

Hi,

This is the schema :

desc throttle_rcpt;

+-------------+-----------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-------------+-----------------------+------+-----+---------+-------+ | _rcpt | char(60) | NO | PRI | | | | _count_max | mediumint(8) unsigned | NO | | 0 | | | _count_cur | mediumint(8) unsigned | NO | | 1 | | | _date | int(10) unsigned | NO | | 0 | | | _time_limit | int(10) unsigned | NO | | 0 | | | _count_tot | mediumint(8) unsigned | NO | | 1 | | | _abuse_cur | int(10) unsigned | NO | | 0 | | | _abuse_tot | int(10) unsigned | NO | | 0 | | | _log_warn | int(10) unsigned | NO | | 0 | | | _log_panic | int(10) unsigned | NO | | 0 | | | _priority | tinyint(1) unsigned | NO | MUL | 0 | | | _ultramail | tinyint(1) unsigned | NO | | 0 | | | _iddomain | int(11) | NO | | 0 | | +-------------+-----------------------+------+-----+---------+-------+ 13 rows in set (0.00 sec)

select version();

+----------------+ | version() | +----------------+ | 5.0.45-Max-log | +----------------+ 1 row in set (0.00 sec)

I tried start the ndbd with --initial , thinking can be a error in ndb fs, but I don't found anything about this error in the docs, as you say is vague.

Thanks Advance

On Thu, 2007-11-29 at 12:05 -0600, Matthew Montgomery wrote:

Hello Aslan,

On Thu, 2007-11-29 at 14:05 -0200, Aslan Carlos wrote:

Hi Folks,

I'm having some problem to insert some data at new cluster, return this error: 'ERROR 1296 (HY000): Got error 879 '879' from ndbcluster'

I googled but don't found nothing related with number error.

You can see the error text for this code by using perror with the --ndb option. It returns:

NDB error code 879: 879: Permanent error: Application error

This error is again fairly vague. What is the schema definition of this `throttle_rcpt` table? What version of mysql are you seeing this behavior on?