Re: Bootstrap source code

2010-05-02 Thread Stu Hood
Nodes declare that they will be joining the ring at a particular position, which makes them a member of the 'pending ranges' set. Nodes with pending ranges are supposed to receive writes for those ranges, despite not officially owning them yet. -Original Message- From: "Roger Schildmei

Re: Bootstrap source code

2010-05-02 Thread Roger Schildmeijer
s/hinted handoff/read repair > > > > (Moved to developers mailing list) > > Without delve to deep into to that part of the code my educated(?) guess is > that this will (eventually) be solved/repaired thanks to hinted handoff and > anti entropy service. > > > On 2 maj 2010, at 18.29em, Bil

Re: Bootstrap source code

2010-05-02 Thread Roger Schildmeijer
(Moved to developers mailing list) Without delve to deep into to that part of the code my educated(?) guess is that this will (eventually) be solved/repaired thanks to hinted handoff and anti entropy service. On 2 maj 2010, at 18.29em, Bill Hastings wrote: > Hi > > I have looking at the boot

Build failed in Hudson: Cassandra #423

2010-05-02 Thread Apache Hudson Server
See Changes: [eevans] updated stress.py to use set_keyspace() instead of login() Patch by eevans for CASSANDRA-1022 [eevans] separate assignment of current keyspace from login() This changeset is based on Todd Blose's patch, wit

Re: how to delete data

2010-05-02 Thread Ran Tavory
I've added the JMX work to StorageService and NodeTool so this work is done, ready for final review, thanks https://issues.apache.org/jira/secure/attachment/12443404/CASSANDRA-531.patch On Sun, May 2, 2010 at 12:05 AM, Ran Tavory wrote: > alright, I've uploaded another patch with these updates: