Consitency level ONE

2010-06-29 Thread Wouter de Bie
Hi all, I'm having some issues with read consistency level ONE. The Wiki (and other sources) say the following: Will return the record returned by the first node to respond. A consistency check is always done in a background thread to fix any consistency issues when ConsistencyLevel.ONE is

Re: Consitency level ONE

2010-06-29 Thread Wouter de Bie
On Jun 29, 2010, at 1:03 PM, Sylvain Lebresne wrote: Hi all, I'm having some issues with read consistency level ONE. The Wiki (and other sources) say the following: Will return the record returned by the first node to respond. A consistency check is always done in a background thread

Timeout when cluster node fails/restarts

2010-06-23 Thread Wouter de Bie
Hi, I've currently setup a cluster of 11 nodes. When running a small application that uses Hector to read and write keys, and restarting one of the nodes (not the one the application is connected to), the application stalls, times out and reconnects. This takes roughly 10 seconds. When the