Re: Reads requiring response from both servers.

2014-11-18 Thread Tyler Hobbs
On Tue, Nov 18, 2014 at 1:57 PM, Jacob Rhoden wrote: > > > If there are two nodes and RF=2, a simple data lookup on a very small > table will only need to talk to one node if you put in a (fake/pointless) > partition key, but two nodes if you don't. The impact is that if you want > 1ms query time

Re: Latest Code from Trunk - Server is not starting

2014-11-18 Thread Rajanarayanan Thottuvaikkatumana
Thanks a lot. It worked. Thanks -Raj On 18-Nov-2014, at 9:00 pm, Yuki Morishita wrote: > Clear your './bin/../data/data' directory, and cassandra will start up fine. > > On Tue, Nov 18, 2014 at 2:43 PM, Rajanarayanan Thottuvaikkatumana > wrote: >> I have taken the latest code from trunk, compil

Re: Latest Code from Trunk - Server is not starting

2014-11-18 Thread Robert Stupp
Try to clear the data + commitlog directory. At least the primary key for system.schema_functions table has changed in an incompatible way. > Am 18.11.2014 um 21:43 schrieb Rajanarayanan Thottuvaikkatumana > : > > I have taken the latest code from trunk, compiled (I have some changes in > som

Re: Latest Code from Trunk - Server is not starting

2014-11-18 Thread Yuki Morishita
Clear your './bin/../data/data' directory, and cassandra will start up fine. On Tue, Nov 18, 2014 at 2:43 PM, Rajanarayanan Thottuvaikkatumana wrote: > I have taken the latest code from trunk, compiled (I have some changes in > some of the local files also). But when I start the Cassandra server

Latest Code from Trunk - Server is not starting

2014-11-18 Thread Rajanarayanan Thottuvaikkatumana
I have taken the latest code from trunk, compiled (I have some changes in some of the local files also). But when I start the Cassandra server, I am getting exceptions. The exceptions are not seeming to be from the classed where I changed OR has any relationship with the ones that are showing er

Re: Reads requiring response from both servers.

2014-11-18 Thread Jacob Rhoden
> On 19 Nov 2014, at 4:44 am, Tyler Hobbs wrote: > >> On Tue, Nov 18, 2014 at 4:46 AM, Jacob Rhoden wrote: >> >> I was going to report a bug, but first figured I should check its not >> “working as expected”. Is it just me or is it wrong that the following >> query needs to talk to both nodes

Re: Reads requiring response from both servers.

2014-11-18 Thread Tyler Hobbs
On Tue, Nov 18, 2014 at 4:46 AM, Jacob Rhoden wrote: > I was going to report a bug, but first figured I should check its not > “working as expected”. Is it just me or is it wrong that the following > query needs to talk to both nodes to build a response to this query? > It seems to be working as