Commit 4e4e347b authored by unknown's avatar unknown

ndb - merge fix


storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
  merge fix
parent ad01aed8
...@@ -3771,6 +3771,11 @@ void Dbdih::execNODE_FAILREP(Signal* signal) ...@@ -3771,6 +3771,11 @@ void Dbdih::execNODE_FAILREP(Signal* signal)
/*------------------------------------------------------------------------*/ /*------------------------------------------------------------------------*/
// Verify that a starting node has also crashed. Reset the node start record. // Verify that a starting node has also crashed. Reset the node start record.
/*-------------------------------------------------------------------------*/ /*-------------------------------------------------------------------------*/
#if 0
/**
* Node will crash by itself...
* nodeRestart is run then...
*/
if (false && c_nodeStartMaster.startNode != RNIL && getNodeStatus(c_nodeStartMaster.startNode) == NodeRecord::ALIVE) if (false && c_nodeStartMaster.startNode != RNIL && getNodeStatus(c_nodeStartMaster.startNode) == NodeRecord::ALIVE)
{ {
BlockReference cntrRef = calcNdbCntrBlockRef(c_nodeStartMaster.startNode); BlockReference cntrRef = calcNdbCntrBlockRef(c_nodeStartMaster.startNode);
...@@ -3782,6 +3787,7 @@ void Dbdih::execNODE_FAILREP(Signal* signal) ...@@ -3782,6 +3787,7 @@ void Dbdih::execNODE_FAILREP(Signal* signal)
sendSignal(cntrRef, GSN_SYSTEM_ERROR, signal, SystemError::SignalLength, JBA); sendSignal(cntrRef, GSN_SYSTEM_ERROR, signal, SystemError::SignalLength, JBA);
nodeResetStart(); nodeResetStart();
}//if }//if
#endif
/*--------------------------------------------------*/ /*--------------------------------------------------*/
/* */ /* */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment