MySQL 9.3 Reference Manual Including MySQL NDB Cluster 9.3
This section lists error codes, names, and messages that are written to the cluster log in the event of transporter errors.
TE_NO_ERROR
No error
TE_ERROR_CLOSING_SOCKET
Error found during closing of socket
TE_ERROR_IN_SELECT_BEFORE_ACCEPT
Error found before accept. The transporter will retry
TE_INVALID_MESSAGE_LENGTH
Error found in message (invalid message length)
TE_INVALID_CHECKSUM
Error found in message (checksum)
TE_COULD_NOT_CREATE_SOCKET
Error found while creating socket(can't create socket)
TE_COULD_NOT_BIND_SOCKET
Error found while binding server socket
TE_LISTEN_FAILED
Error found while listening to server socket
TE_ACCEPT_RETURN_ERROR
Error found during accept(accept return error)
TE_SHM_DISCONNECT
The remote node has disconnected
TE_SHM_IPC_STAT
Unable to check shm segment
TE_SHM_UNABLE_TO_CREATE_SEGMENT
Unable to create shm segment
TE_SHM_UNABLE_TO_ATTACH_SEGMENT
Unable to attach shm segment
TE_SHM_UNABLE_TO_REMOVE_SEGMENT
Unable to remove shm segment
TE_TOO_SMALL_SIGID
Sig ID too small
TE_TOO_LARGE_SIGID
Sig ID too large
TE_WAIT_STACK_FULL
Wait stack was full
TE_RECEIVE_BUFFER_FULL
Receive buffer was full
TE_SIGNAL_LOST_SEND_BUFFER_FULL
Send buffer was full,and trying to force send fails
TE_SIGNAL_LOST
Send failed for unknown reason(signal lost)
TE_SEND_BUFFER_FULL
The send buffer was full, but sleeping for a while solved
TE_SHM_IPC_PERMANENT
Shm ipc Permanent error
Transporter error codes 0x17 through 0x20 and 0x22 are reserved for SCI connections, which are not supported in this version of NDB Cluster, and so are not included here.