On 091103, Boehm, Matthew wrote:
> Got temporary error 1218 'Send Buffers overloaded in NDB kernel' from
> NDBCLUSTER
> FATAL: database error, exiting..."
Temporary errors are not FATAL. The application must try again,
possibly any number of times. In case of data transaction, all
operations in the transaction must be submitted again.
This is by design. Temporary errors are handled by the application.
(Sort of like interruptible syscalls in unix aka "worse is better".)
--
Pekka Nousiainen, Software Engineer, Sun Microsystems / MySQL