Consistent Core, by Martin Fowler
martinfowler.comMartin Fowler's approach for proper management of clusters presents quite an interesting read.
Maintain a smaller cluster providing stronger consistency to allow large data cluster to coordinate server activities without implementing quorum based algorithms.
Metadata storage, handling client interactions, dealing with duplicate requests, and helpful examples, it's all there to make your life a bit easier.
Read more...