Commit 7ebebf5e authored by unknown's avatar unknown

ndb - bug#29354 - fix bug in bug fix,

  dont assert if 2 LCP's are being run during a node recovery

parent d55ca617
...@@ -11165,7 +11165,7 @@ void Dblqh::sendLCP_COMPLETE_REP(Signal* signal, Uint32 lcpId) ...@@ -11165,7 +11165,7 @@ void Dblqh::sendLCP_COMPLETE_REP(Signal* signal, Uint32 lcpId)
sendEMPTY_LCP_CONF(signal, true); sendEMPTY_LCP_CONF(signal, true);
} }
if (getNodeState().getNodeRestartInProgress()) if (getNodeState().getNodeRestartInProgress() && cstartRecReq != 3)
{ {
jam(); jam();
ndbrequire(cstartRecReq == 2); ndbrequire(cstartRecReq == 2);
......
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