Watching the Paint to Dry
The life cycle of nerd contains an inevitable empty phase after all the hectic crunching to get release out is over. Nerd-work, is actually not so different from carpenter, artisan - a violin builder for instance. When the instrument is ready, there is nothing much to do, but to watch it dry. He cannot play with those thick fingers and ears, which don't make difference between flats and sharps.
We cannot use a DB cluster, but we have built one.
But, what's next?
Open Source Projects
We decided to split our "wsrep mysql patch" open source project in two:
- wsrep API project, to define just the API
- mysql patch project, which contains integration of wsrep in MySQL engine
Then, we will start two other projects:
- postgres patch project for integrating wsrep in postgreSQL
- openrep, which is open source implementation for wsrep replication.
These should appear in launchpad some time soon, seems we have more violins to handcraft.
Fixing wsrep
In the MySQL wsrep integration, we have observed some issues,
which need attention. Luckily, we have received open source contributions, which helps our work a lot, and more than anything, encourages us to try harder (hmm.. to do what, watching the drying violin? Well, I think I am straightening up already while writing this)
- One evaluator tried to run mysql test suite against Galera and observed a lot of failures. We got open source contribution to fix this bootstrap issue, and with the fix, most tests are supposed to pass. However, there remains issues with replication tests due to empty binlog files.
evaluating.
But, enough fiddling with the blog already, back to busy-ness
- seppo's blog
- Login or register to post comments
