From: jon Date: June 6 2007 9:10pm Subject: svn commit - mysqldoc@docsrva: r6692 - trunk/ndbapi List-Archive: http://lists.mysql.com/commits/28246 Message-Id: <200706062110.l56LAShc001741@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2007-06-06 23:10:26 +0200 (Wed, 06 Jun 2007) New Revision: 6692 Log: Reformat. Modified: trunk/ndbapi/errors.xml Modified: trunk/ndbapi/errors.xml =================================================================== --- trunk/ndbapi/errors.xml 2007-06-06 21:09:43 UTC (rev 6691) +++ trunk/ndbapi/errors.xml 2007-06-06 21:10:26 UTC (rev 6692) Changed blocks: 10, Lines Added: 486, Lines Deleted: 156; 45804 bytes @@ -4175,48 +4175,51 @@ - +
+ <literal>ndbd</literal> Error Messages - + This section contains exit codes and error messages given when a data node process stops prematurely. - +
+ <command>ndbd</command> Error Codes - + This section lists all the error messages that can be returned when a data node process halts due to an error, arranged in most cases according to the affected NDB kernel block. - - - - + + The meanings of the values given in the Classification column of each - of the following tables is given in - . + of the following tables is given in + . - +
+ General Errors - + This section contains ndbd error codes that are either generic in nature or otherwise not associated with a specific NDB kernel block. - + @@ -4230,62 +4233,215 @@ - NDBD_EXIT_GENERICXREGeneric error - NDBD_EXIT_PRGERRXIEAssertion - NDBD_EXIT_NODE_NOT_IN_CONFIGXCEnode id in the configuration has the wrong type, (i.e. not an NDB node) - NDBD_EXIT_SYSTEM_ERRORXIESystem error, node killed during node restart by other node - NDBD_EXIT_INDEX_NOTINRANGEXIEArray index out of range - NDBD_EXIT_ARBIT_SHUTDOWNXAENode lost connection to other nodes and can not form a unpartitioned cluster, please investigate if there are error(s) on other node(s) - NDBD_EXIT_PARTITIONED_SHUTDOWNXAEPartitioned cluster detected. Please check if cluster is already running - NDBD_EXIT_NODE_DECLARED_DEADXAENode declared dead. See error log for details - NDBD_EXIT_POINTER_NOTINRANGEXIEPointer too large - NDBD_EXIT_SR_OTHERNODEFAILEDXREAnother node failed during system restart, please investigate error(s) on other node(s) - NDBD_EXIT_NODE_NOT_DEADXREInternal node state conflict, most probably resolved by restarting node again - NDBD_EXIT_SR_REDOLOGXFIError while reading the REDO log - NDBD_EXIT_SR_SCHEMAFILEXFIError while reading the schema file - 2311XIEConflict - when selecting restart typeThis - error message is currently unused. - NDBD_EXIT_NO_MORE_UNDOLOGXCRNo more free UNDO log, increase UndoIndexBuffer - NDBD_EXIT_SR_UNDOLOGXFIError while reading the datapages and UNDO log - NDBD_EXIT_SINGLE_USER_MODEXREData node is not allowed to get added to the cluster while it is in single user mode - NDBD_EXIT_MEMALLOCXCEMemory allocation failure, please decrease some configuration parameters - NDBD_EXIT_BLOCK_JBUFCONGESTIONXIEJob buffer congestion - NDBD_EXIT_TIME_QUEUE_SHORTXIEError in short time queue - NDBD_EXIT_TIME_QUEUE_LONGXIEError in long time queue - NDBD_EXIT_TIME_QUEUE_DELAYXIEError in time queue, too long delay - NDBD_EXIT_TIME_QUEUE_INDEXXIETime queue index out of range - NDBD_EXIT_BLOCK_BNR_ZEROXIESend signal error - NDBD_EXIT_WRONG_PRIO_LEVELXIEWrong priority level when sending signal - NDBD_EXIT_NDBREQUIREXIEInternal program error (failed ndbrequire) - NDBD_EXIT_NDBASSERTXIEInternal program error (failed ndbassert) - NDBD_EXIT_ERROR_INSERTXNEError insert executed - NDBD_EXIT_INVALID_CONFIGXCEInvalid - configuration received from Management - ServerThis error message is - complemented by additional information when generated. - NDBD_EXIT_RESOURCE_ALLOC_ERRORXCEResource allocation error, please review the configuration - NDBD_EXIT_OS_SIGNAL_RECEIVEDXIEError - OS signal receivedThis error - message is complemented by additional information, such - as signal and text, when - generated - NDBD_EXIT_SR_RESTARTCONFLICTXREPartial system restart causing conflicting file systems + + NDBD_EXIT_GENERIC + XRE + Generic error + + + NDBD_EXIT_PRGERR + XIE + Assertion + + + NDBD_EXIT_NODE_NOT_IN_CONFIG + XCE + node id in the configuration has the wrong type, (i.e. not an + NDB node) + + + NDBD_EXIT_SYSTEM_ERROR + XIE + System error, node killed during node restart by other + node + + + NDBD_EXIT_INDEX_NOTINRANGE + XIE + Array index out of range + + + NDBD_EXIT_ARBIT_SHUTDOWN + XAE + Node lost connection to other nodes and can not form a + unpartitioned cluster, please investigate if there are + error(s) on other node(s) + + + NDBD_EXIT_PARTITIONED_SHUTDOWN + XAE + Partitioned cluster detected. Please check if cluster is + already running + + + NDBD_EXIT_NODE_DECLARED_DEAD + XAE + Node declared dead. See error log for details + + + NDBD_EXIT_POINTER_NOTINRANGE + XIE + Pointer too large + + + NDBD_EXIT_SR_OTHERNODEFAILED + XRE + Another node failed during system restart, please investigate + error(s) on other node(s) + + + NDBD_EXIT_NODE_NOT_DEAD + XRE + Internal node state conflict, most probably resolved by + restarting node again + + + NDBD_EXIT_SR_REDOLOG + XFI + Error while reading the REDO log + + + NDBD_EXIT_SR_SCHEMAFILE + XFI + Error while reading the schema file + + + 2311 + XIE + Conflict when selecting restart type + + + + This error message is currently unused. + + + + + NDBD_EXIT_NO_MORE_UNDOLOG + XCR + No more free UNDO log, increase UndoIndexBuffer + + + NDBD_EXIT_SR_UNDOLOG + XFI + Error while reading the datapages and UNDO log + + + NDBD_EXIT_SINGLE_USER_MODE + XRE + Data node is not allowed to get added to the cluster while it + is in single user mode + + + NDBD_EXIT_MEMALLOC + XCE + Memory allocation failure, please decrease some configuration + parameters + + + NDBD_EXIT_BLOCK_JBUFCONGESTION + XIE + Job buffer congestion + + + NDBD_EXIT_TIME_QUEUE_SHORT + XIE + Error in short time queue + + + NDBD_EXIT_TIME_QUEUE_LONG + XIE + Error in long time queue + + + NDBD_EXIT_TIME_QUEUE_DELAY + XIE + Error in time queue, too long delay + + + NDBD_EXIT_TIME_QUEUE_INDEX + XIE + Time queue index out of range + + + NDBD_EXIT_BLOCK_BNR_ZERO + XIE + Send signal error + + + NDBD_EXIT_WRONG_PRIO_LEVEL + XIE + Wrong priority level when sending signal + + + NDBD_EXIT_NDBREQUIRE + XIE + Internal program error (failed ndbrequire) + + + NDBD_EXIT_NDBASSERT + XIE + Internal program error (failed ndbassert) + + + NDBD_EXIT_ERROR_INSERT + XNE + Error insert executed + + + NDBD_EXIT_INVALID_CONFIG + XCE + Invalid configuration received from Management + Server + + + + This error message is complemented by additional + information when generated. + + + + + NDBD_EXIT_RESOURCE_ALLOC_ERROR + XCE + Resource allocation error, please review the + configuration + + + NDBD_EXIT_OS_SIGNAL_RECEIVED + XIE + Error OS signal received + + + + This error message is complemented by additional + information, such as signal and text, when + generated + + + + + NDBD_EXIT_SR_RESTARTCONFLICT + XRE + Partial system restart causing conflicting file + systems + - +
- +
+ <literal>VM</literal> Errors - + This section contains ndbd error codes that are associated with problems in the VM (virtal machine) NDB kernel block. - + @@ -4299,30 +4455,56 @@ - NDBD_EXIT_OUT_OF_LONG_SIGNAL_MEMORYXCRSignal lost, out of long signal memory, please increase LongMessageBuffer - NDBD_EXIT_WATCHDOG_TERMINATEXIEWatchDog terminate, internal error or massive overload on the machine running this node - NDBD_EXIT_SIGNAL_LOST_SEND_BUFFER_FULLXCRSignal lost, out of send buffer memory, please increase SendBufferMemory or lower the load - NDBD_EXIT_SIGNAL_LOSTXIESignal lost (unknown reason) - NDBD_EXIT_ILLEGAL_SIGNALXIEIllegal signal (version mismatch a possibility) - NDBD_EXIT_CONNECTION_SETUP_FAILEDXCEConnection setup failed - + + NDBD_EXIT_OUT_OF_LONG_SIGNAL_MEMORY + XCR + Signal lost, out of long signal memory, please increase + LongMessageBuffer + + + NDBD_EXIT_WATCHDOG_TERMINATE + XIE + WatchDog terminate, internal error or massive overload on the + machine running this node + + + NDBD_EXIT_SIGNAL_LOST_SEND_BUFFER_FULL + XCR + Signal lost, out of send buffer memory, please increase + SendBufferMemory or lower the load + + + NDBD_EXIT_SIGNAL_LOST + XIE + Signal lost (unknown reason) + + + NDBD_EXIT_ILLEGAL_SIGNAL + XIE + Illegal signal (version mismatch a possibility) + + + NDBD_EXIT_CONNECTION_SETUP_FAILED + XCE + Connection setup failed + - +
- +
+ <literal>NDBCNTR</literal> Errors - - + This section contains ndbd error codes that are associated with problems in the NDBCNTR - (initialization and configuration) NDB kernel block. + (initialization and configuration) NDB + kernel block. - - + @@ -4336,26 +4518,36 @@ - NDBD_EXIT_RESTART_TIMEOUTXCETotal restart time too long, consider increasing StartFailureTimeout or investigate error(s) on other node(s) - NDBD_EXIT_RESTART_DURING_SHUTDOWNXRENode started while node shutdown in progress. Please wait until shutdown complete before starting node - + + NDBD_EXIT_RESTART_TIMEOUT + XCE + Total restart time too long, consider increasing + StartFailureTimeout or investigate error(s) on other + node(s) + + + NDBD_EXIT_RESTART_DURING_SHUTDOWN + XRE + Node started while node shutdown in progress. Please wait + until shutdown complete before starting + node + - +
- +
+ <literal>DIH</literal> Errors - - - + This section contains ndbd error codes that are associated with problems in the DIH (distribution handler) NDB kernel block. - + @@ -4369,27 +4561,44 @@ - NDBD_EXIT_MAX_CRASHED_REPLICASXFLToo many crashed replicas (8 consecutive node restart failures) - NDBD_EXIT_MASTER_FAILURE_DURING_NRXREUnhandled master failure during node restart - NDBD_EXIT_LOST_NODE_GROUPXAEAll nodes in a node group are unavailable - NDBD_EXIT_NO_RESTORABLE_REPLICAXFIUnable to find a restorable replica - + + NDBD_EXIT_MAX_CRASHED_REPLICAS + XFL + Too many crashed replicas (8 consecutive node restart + failures) + + + NDBD_EXIT_MASTER_FAILURE_DURING_NR + XRE + Unhandled master failure during node restart + + + NDBD_EXIT_LOST_NODE_GROUP + XAE + All nodes in a node group are unavailable + + + NDBD_EXIT_NO_RESTORABLE_REPLICA + XFI + Unable to find a restorable replica + - +
- +
+ <literal>ACC</literal> Errors - - + This section contains ndbd error codes that are associated with problems in the ACC - (access control and lock management) NDB kernel block. + (access control and lock management) NDB + kernel block. - + @@ -4403,24 +4612,28 @@ - NDBD_EXIT_SR_OUT_OF_INDEXMEMORYXCROut of index memory during system restart, please increase IndexMemory + + NDBD_EXIT_SR_OUT_OF_INDEXMEMORY + XCR + Out of index memory during system restart, please increase + IndexMemory + - +
- +
+ <literal>TUP</literal> Errors - - - + This section contains ndbd error codes that are associated with problems in the TUP (tuple management) NDB kernel block. - + @@ -4434,27 +4647,33 @@ - NDBD_EXIT_SR_OUT_OF_DATAMEMORYXCROut of data memory during system restart, please increase DataMemory + + NDBD_EXIT_SR_OUT_OF_DATAMEMORY + XCR + Out of data memory during system restart, please increase + DataMemory + - +
- +
+ <literal>NDBFS</literal> Errors - - + This section contains ndbd error codes that are associated with problems in the NDBFS (filesystem) NDB kernel block. + Most of these errors will provide additional information, such as operating system error codes, when they are generated. - + @@ -4468,41 +4687,114 @@ - NDBD_EXIT_AFS_NOPATH XIENo file system path - 2802 XIEChannel is full - 2803 XIENo more threads - NDBD_EXIT_AFS_PARAMETER XIEBad parameter - NDBD_EXIT_AFS_INVALIDPATH XCEIllegal file system path - NDBD_EXIT_AFS_MAXOPEN XCRMax number of open files exceeded, please increase MaxNoOfOpenFiles - NDBD_EXIT_AFS_ALREADY_OPENXIEFile has already been opened - NDBD_EXIT_AFS_ENVIRONMENT XIEEnvironment error using file - NDBD_EXIT_AFS_TEMP_NO_ACCESS XIETemporary on access to file - NDBD_EXIT_AFS_DISK_FULL XFFThe file system is full - NDBD_EXIT_AFS_PERMISSION_DENIED XCEReceived permission denied for file - NDBD_EXIT_AFS_INVALID_PARAM XCEInvalid parameter for file - NDBD_EXIT_AFS_UNKNOWN XIEUnknown file system error - NDBD_EXIT_AFS_NO_MORE_RESOURCES XIESystem reports no more file system resources - NDBD_EXIT_AFS_NO_SUCH_FILE XFIFile not found - NDBD_EXIT_AFS_READ_UNDERFLOW XFIRead underflow - NDBD_EXIT_INVALID_LCP_FILEXFIInvalid LCP - NDBD_EXIT_INSUFFICENT_NODESXREInsufficent nodes for system restart - + + NDBD_EXIT_AFS_NOPATH + XIE + No file system path + + + 2802 + XIE + Channel is full + + + 2803 + XIE + No more threads + + + NDBD_EXIT_AFS_PARAMETER + XIE + Bad parameter + + + NDBD_EXIT_AFS_INVALIDPATH + XCE + Illegal file system path + + + NDBD_EXIT_AFS_MAXOPEN + XCR + Max number of open files exceeded, please increase + MaxNoOfOpenFiles + + + NDBD_EXIT_AFS_ALREADY_OPEN + XIE + File has already been opened + + + NDBD_EXIT_AFS_ENVIRONMENT + XIE + Environment error using file + + + NDBD_EXIT_AFS_TEMP_NO_ACCESS + XIE + Temporary on access to file + + + NDBD_EXIT_AFS_DISK_FULL + XFF + The file system is full + + + NDBD_EXIT_AFS_PERMISSION_DENIED + XCE + Received permission denied for file + + + NDBD_EXIT_AFS_INVALID_PARAM + XCE + Invalid parameter for file + + + NDBD_EXIT_AFS_UNKNOWN + XIE + Unknown file system error + + + NDBD_EXIT_AFS_NO_MORE_RESOURCES + XIE + System reports no more file system resources + + + NDBD_EXIT_AFS_NO_SUCH_FILE + XFI + File not found + + + NDBD_EXIT_AFS_READ_UNDERFLOW + XFI + Read underflow + + + NDBD_EXIT_INVALID_LCP_FILE + XFI + Invalid LCP + + + NDBD_EXIT_INSUFFICENT_NODES + XRE + Insufficent nodes for system restart + - +
- +
+ Sentinel Errors - + A special case, to handle unknown or previously unclassified - errors. You should always report a bug using - if you can repeat a - problem giving rise to this error consistently. + errors. You should always report a bug using + if you can repeat a + problem giving rise to this error consistently. - + @@ -4519,27 +4811,26 @@ 0 XUE - No message slogan found (please report - a bug if you get this error code) + No message slogan found (please report a bug if you get this + error code) - +
- - +
- +
+ <command>ndbd</command> Error Classifications - + This section lists the classifications for the error messages described in . - - + @@ -4553,25 +4844,64 @@ - XNESuccessNo error - XUEUnknownUnknown - XIEXST_RInternal error, programming error or missing error - message, please report a bug - XCEPermanent error, external action neededConfiguration error - XAETemporary error, restart nodeArbitration error - XRETemporary error, restart nodeRestart error - XCRPermanent error, external action neededResource configuration error - XFFPermanent error, external action neededFile system full - XFINdbd file system error, restart node initialNdbd file system inconsistency error, please report a bug - XFLNdbd file system error, restart node initialNdbd file system limit exceeded + + XNE + Success + No error + + + XUE + Unknown + Unknown + + + XIE + XST_R + Internal error, programming error or missing error message, + please report a bug + + + XCE + Permanent error, external action needed + Configuration error + + + XAE + Temporary error, restart node + Arbitration error + + + XRE + Temporary error, restart node + Restart error + + + XCR + Permanent error, external action needed + Resource configuration error + + + XFF + Permanent error, external action needed + File system full + + + XFI + Ndbd file system error, restart node initial + Ndbd file system inconsistency error, please report a + bug + + + XFL + Ndbd file system error, restart node initial + Ndbd file system limit exceeded + +
- - - +
- - +