From 7d225e6c807ce0a087c1977e4f15a613a2fc110b Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 30 May 2005 14:17:58 +0200 Subject: [PATCH] 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 --- ndb/src/kernel/blocks/dbdih/DbdihMain.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp b/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp index efd1740651c..82678827927 100644 --- a/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp +++ b/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp @@ -5072,6 +5072,7 @@ Dbdih::invalidateNodeLCP(Signal* signal, Uint32 nodeId, TabRecordPtr tabPtr) * And reset nextLcp */ replicaPtr.p->nextLcp = 0; + replicaPtr.p->noCrashedReplicas = 0; }//if }//for }//for