Commit 48f5fae9 authored by joreland@mysql.com's avatar joreland@mysql.com

bug#10956 - ndb - more than 7 NR --initial yields cluster failure

  a node wo/ filesystem don't have any crashed replicas
  reset noCrashedReplicas in invalidate_node_lcp
parent 9f499292
...@@ -5072,6 +5072,7 @@ Dbdih::invalidateNodeLCP(Signal* signal, Uint32 nodeId, TabRecordPtr tabPtr) ...@@ -5072,6 +5072,7 @@ Dbdih::invalidateNodeLCP(Signal* signal, Uint32 nodeId, TabRecordPtr tabPtr)
* And reset nextLcp * And reset nextLcp
*/ */
replicaPtr.p->nextLcp = 0; replicaPtr.p->nextLcp = 0;
replicaPtr.p->noCrashedReplicas = 0;
}//if }//if
}//for }//for
}//for }//for
......
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