Bug #3657 | Perfomance degradation after db node failure | ||
---|---|---|---|
Submitted: | 5 May 2004 10:04 | Modified: | 27 May 2004 13:34 |
Reporter: | Johan Andersson | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | mysql-4.1 | OS: | FermiLinux LTS 3.01 (RH EL 3.0) |
Assigned to: | Magnus Blåudd | CPU Architecture: | Any |
[5 May 2004 10:04]
Johan Andersson
[5 May 2004 10:14]
Johan Andersson
Changed severity of bug.
[10 May 2004 14:51]
Mikael Ronström
By setting ArbitrationRank: 1 on the management server this problem doesn't happen
[11 May 2004 13:48]
Magnus Blåudd
The function waitUntilReady is called before each query, and this causes this delay when one node is down. See also test case: testScan -n ScanReadWhileNodeIsDown I suggest this problem is fixed while NR and SR + MySQL Server, is being debugged.
[11 May 2004 17:23]
Johan Andersson
I think it should be fixed asap. It is a thing that many customers will try.
[27 May 2004 13:34]
Magnus Blåudd
The call to function waitUntilReady has now been removed.