What version of Cassandra? What consistency level are you writing/reading at?
Do you continue to get inconsistent results when you read the same data over and over (i.e. read repair is not fixing something)? Do all of your nodes show the same thing when you run nodetool ring against them? - Tyler On Mon, Jan 10, 2011 at 9:18 AM, Vram Kouramajian < vram.kouramaj...@gmail.com> wrote: > We are running a five node cluster in production with a replication > factor of three. The query results from the 5 nodes are returning > different results (2 of the 5 nodes return extra columns for the same > row key). > > We are not sure the root of the problem (any config issues). Any > suggestions? > > Thanks, > Vram >