Re: Quorum + Token range confusion

2011-05-25 Thread Timo Nentwig
On 5/25/11 14:08, Timo Nentwig wrote: On 5/25/11 13:45, Watanabe Maki wrote: I think I don't get your situation yet, but if you use RF=2, CL=QUORUM is identical with CL=ALL. Does it explain your experience? If it was CL=ALL, it would explain it, however I does not explain why it works when I

Re: Quorum + Token range confusion

2011-05-25 Thread Timo Nentwig
On 5/25/11 13:45, Watanabe Maki wrote: I think I don't get your situation yet, but if you use RF=2, CL=QUORUM is identical with CL=ALL. Does it explain your experience? If it was CL=ALL, it would explain it, however I does not explain why it works when I decommission one node. RF=2 means that

Re: Quorum + Token range confusion

2011-05-25 Thread Watanabe Maki
I think I don't get your situation yet, but if you use RF=2, CL=QUORUM is identical with CL=ALL. Does it explain your experience? maki On 2011/05/25, at 19:39, Timo Nentwig wrote: > Hi! > > 5 nodes, replication factor of 2, fifth node down. > > As long as I write a single column with hector

Quorum + Token range confusion

2011-05-25 Thread Timo Nentwig
Hi! 5 nodes, replication factor of 2, fifth node down. As long as I write a single column with hector or pelops, it works. With 2 columns it fails because there are supposed to few servers to reach quorum. Confusing. If I decommission the fifth node with nodetool quorum works again and I can s