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:
parent
76e92a1bdb
commit
7d225e6c80
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user