I've now:
- fixed error handling (although testing is still not 100%)
- pushed the grand unified table state patch
- pushed a few patches in the series...
No one commented asking for a snapshot,
so i decided to push into 6.4 instead.
Will just spend some more time testing/cleaning up...
How to Benchmark Replication Performance in MySQL
-
In this blog, I will cover important aspects which you need to test when
benchmarking replication setup. MySQL has great tools that could be used to
test i...
2 years ago
2 comments:
fixed error handling (although testing is still not 100%)
Can you give a little more detail on which error handing you have fixed and which test cover this?
I have added error handling for almost all
error patch in add partition
But havent done
1) all abort handling
2) cluster crash during reorg
(as described in next post).
---
Other than that, I think one should make
an extra pass to see that all error paths are covered by error inserts.
(i could have missed some)
Post a Comment