Commit 86ca1bc3 authored by unknown's avatar unknown
Browse files

post merge fixes

parent be0d6c94
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2474,9 +2474,11 @@ void Qmgr::execDISCONNECT_REP(Signal* signal)
  ptrCheckGuard(nodePtr, MAX_NODES, nodeRec);

  char buf[100];
  if (getNodeState().startLevel < NodeState::SL_STARTED)
  if (getNodeInfo(nodeId).getType() == NodeInfo::DB &&
      getNodeState().startLevel < NodeState::SL_STARTED)
  {
    jam();
    CRASH_INSERTION(932);
    BaseString::snprintf(buf, 100, "Node %u disconected", nodeId);    
    progError(__LINE__, NDBD_EXIT_SR_OTHERNODEFAILED, buf);
    ndbrequire(false);