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
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
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
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
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
> 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
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