Loading storage/ndb/src/mgmsrv/MgmtSrvr.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -2136,6 +2136,8 @@ MgmtSrvr::alloc_node_id_req(NodeId free_node_id, enum ndb_mgm_node_type type) { do_send = 1; nodeId = refToNode(ref->masterRef); if (!theFacade->get_node_alive(nodeId)) nodeId = 0; continue; } return ref->errorCode; Loading Loading @@ -2626,6 +2628,8 @@ MgmtSrvr::startBackup(Uint32& backupId, int waitCompleted) ndbout_c("I'm not master resending to %d", nodeId); #endif do_send = 1; // try again if (!theFacade->get_node_alive(nodeId)) m_master_node = nodeId = 0; continue; } event.Event = BackupEvent::BackupFailedToStart; Loading Loading
storage/ndb/src/mgmsrv/MgmtSrvr.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -2136,6 +2136,8 @@ MgmtSrvr::alloc_node_id_req(NodeId free_node_id, enum ndb_mgm_node_type type) { do_send = 1; nodeId = refToNode(ref->masterRef); if (!theFacade->get_node_alive(nodeId)) nodeId = 0; continue; } return ref->errorCode; Loading Loading @@ -2626,6 +2628,8 @@ MgmtSrvr::startBackup(Uint32& backupId, int waitCompleted) ndbout_c("I'm not master resending to %d", nodeId); #endif do_send = 1; // try again if (!theFacade->get_node_alive(nodeId)) m_master_node = nodeId = 0; continue; } event.Event = BackupEvent::BackupFailedToStart; Loading