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


ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
  a node wo/ filesystem don't have any crashed replicas
This commit is contained in:
unknown 2005-05-30 14:17:58 +02:00
parent 76e92a1bdb
commit 7d225e6c80

View File

@ -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