Dirk Dunger wrote:
> Hello,
> I am currently trying to write a transporter for NDB but I'm having some
> problems getting it done right. The nodes get connected via that
> transporter and seem to start as expected. But when I run testReadperf
> one node gets shut down after a while and I'm not quite sure what my
> transporters are doing wrong.
> I put the logs and tracefile on my webspace [1] hoping that someone with
> more experience in interpreting the information in those files could
> give me
> a hint.
>
> regards
> Dirk
>
>
> [1] http://www-user.tu-chemnitz.de/~ddu/ndb/
>
Hi,
My guess is that you found a know bug, http://bugs.mysql.com/bug.php?id=13744
I have never managed to get it repeatable...
And yes, when a node dies, you will get aborted transactions.
What kind of transporter are you writing ?
/Jonas