Commit 7c650824 authored by mskold@mysql.com's avatar mskold@mysql.com

Bug #19645 Data Node hangs in phase 100: post review fix, removed test printout

parent d951bc61
......@@ -2370,8 +2370,6 @@ void Qmgr::execAPI_FAILREQ(Signal* signal)
failedNodePtr.i = signal->theData[0];
// signal->theData[1] == QMGR_REF
ptrCheckGuard(failedNodePtr, MAX_NODES, nodeRec);
ndbout_c("Qmgr::execAPI_FAILREQ node %d", failedNodePtr.i);
ndbrequire(getNodeInfo(failedNodePtr.i).getType() != NodeInfo::DB);
......
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