Re: Possible issue with read repair?

2012-10-11 Thread Niklas Ekström
ould not block on read repair tasks. See http://www.datastax.com/docs/1.1/cluster_architecture/about_client_requests#about-read-requestsfor more info. In order to achieve what you're looking for and eliminate the window you are describing, one would write and read at QUORUM consistency le

Possible issue with read repair?

2012-10-10 Thread Niklas Ekström
Hi, I’m looking in the file StorageProxy.java (Cassandra 1.1.5), and line 766 seems odd to me. FBUtilities.waitOnFutures() is called with the repairResults from the RowRepairResolver resolver. The problem though is that repairResults is only assigned when the object is created at line 737 in

Possible issue with read repair?

2012-10-10 Thread Niklas Ekström
Hi, I’m looking in the file StorageProxy.java (Cassandra 1.1.5), and line 766 seems odd to me. FBUtilities.waitOnFutures() is called with the repairResults from the RowRepairResolver resolver. The problem though is that repairResults is only assigned when the object is created at line 737 in

Re: Build failed in Jenkins: Cassandra-quick #489

2012-05-22 Thread Niklas Ekström
Hi, Is there any way to stop receiving mail from Apache Jenkins Server without unsubscribing from the Cassandra dev mailing list? /Niklas On mån, 2012-05-21 at 17:25 +, Apache Jenkins Server wrote: > See > > Changes: > > [jbellis]

Re: Consistency with Sequential Mutation/Access?

2012-04-24 Thread Niklas Ekström
On tis, 2012-04-24 at 20:08 +0530, Praveen Baratam wrote: > I will start with a hypothetical scenario to make my question easy to > comprehend. > > Time 1: Client A updates Row 1 in CF C. N=3, W=1 > > Time 2: Client A reads Row1 in CF C. N=3, R=1 > > Can we expect the update to be seen by all re