Ok guys let me try to ask it in a different way: Will repair totally ensure a data synchronism among nodes?
Extra question: Once I write at CL=All, will C* ensure that I can read from ANY node without an inconsistency? The reverse state, writing at CL=One but reading at CL=All will also ensure that? On Wed, Feb 27, 2013 at 11:24 PM, Víctor Hugo Oliveira Molinar < vhmoli...@gmail.com> wrote: > Hello, I need some help to manage my live cluster! > > I'm currently running a cluster with 2 nodes, RF:2, CL:1. > Since I'm limited to hardware upgrade issues, I'm not able to increase my > ConsitencyLevel for now. > > Anyway, * *I ran a full repair on each node of the cluster followed by a > flush. Although I'm still reading old data when performing queries. > > Well it's know that I might read old data during normal operations, but > shouldnt it be sync after the full antientropy repair? > What I'm missing? > > Thanks in advance! >