2011/1/25 Wangpei (Peter) <peter.wang...@huawei.com> > for your 1-node cluster, ANY is the only consistency level that client > may returns BEFORE node write to memory table. > > And read op on the node read both the memory table and SSTable. > > > > It real puzzle me. :( >
Please don't be puzzled just yet. :-) As I said from the beginning, I wasn't confirming yet that reads were "in fact" missing the writes. I have just observed that kind of behavior at my app level and I wanted to understand what was the possibility of it happening from the Cassdandra side. If reads were sure to read what was written (with QUORAM level, let's say), then I can look at other causes inside the app.