On Tue, Jan 25, 2011 at 9:32 AM, Victor Kabdebon <victor.kabde...@gmail.com>wrote:
> Roshan, just remember, what you do on a one node cluster might not be valid > on a 5 node cluster. Depending on the way your insert and query (QUORUM, > ALL, ... ) your data might not be available to get, yet it will be in your > cluster. I advise you to read Patricio's link it will give you some hints. > Yes, I understand and expect the differences between a 1-node and a n-node setup. It's just that, at this point, I am investigating a few issues in a 1-node setup and if reads can follow the writes with guarantee, then I can comfortably look for a cause elsewhere. Thanks.