Do not heve any manner to limit the usage of heap by setting some attribute
in cassandra.yalm file?
2013/4/9 aaron morton
> You need to increase the JVM heap, cassandra picks sensible defaults if
> you have enough server memory.
>
> Reset all changed config files to default settings and make su
For #1 Storage Proxy (server wide) metrics are per request, so 1 in your
example. CF level metrics are per row, so 5 in your example.
Not sure what graph you were looking at in ops centre, probably best to ask on
here http://www.datastax.com/support-forums/
Cheers
-
Aaron Mor
Look in the logs for messages from the SecondaryIndexManager
starts with "Submitting index build of"
end with "Index build of"
Cheers
-
Aaron Morton
Freelance Cassandra Consultant
New Zealand
@aaronmorton
http://www.thelastpickle.com
On 7/04/2013, at 12:55 AM, Kais Ahmed wrot
If you create a reverse index on all column names, where the single row has a
key something like "the_index" and each column name is the column name that has
been used else where, you are approaching the "twitter global timeline anti
pattern"(™).
Basically you will end up with a hot row that h
You need to increase the JVM heap, cassandra picks sensible defaults if you
have enough server memory.
Reset all changed config files to default settings and make sure cassandra has
at least 4GB of JVM heap. The heap size is calculated in cassandra-env.sh.
Cheers
-
Aaron Mor
After 2 days of endless compactions and streaming I had to stop this and
cancel shuffle. One of the nodes even complained that there's no free
disk space (grew from 30GB to 400GB). After all these problems number of
the moved tokens were less than 40 (out of 1280!).
Now, when nodes start they
I did try this option and everything is working fine. Thank you Aaron.
From: aa...@thelastpickle.com
Subject: Re: gossip not working
Date: Fri, 5 Apr 2013 23:02:58 +0530
To: user@cassandra.apache.org
Starting the node with the JVM option -Dcassandra.load_ring_state=false in
cassandra-env.sh somet
Hi,
I have a use case that sounds like storing data associated with files. So, I
store them with the CF:
rowkey = (folder_id, file_id)
colname = property name (about the file corresponding to file_id)
colvalue = property value
And I have CF for "manual" indexing:
rowkey = (folder_id, indexed val
Because cassandra is eventually consistent, and there are many settings
QUORUM, ONE, hint windows, disk failures, cosmic rays, node joins, there
are few absolutes.
On Mon, Apr 8, 2013 at 10:15 AM, wrote:
> So, you're saying that deleted rows can come back even if the node is
> always up or down
So, you're saying that deleted rows can come back even if the node is always up
or down for less than max_hint_window_in_ms, right ?
--
Cyril SCETBON
On Apr 5, 2013, at 11:59 PM, Edward Capriolo
mailto:edlinuxg...@gmail.com>> wrote:
There are a series of edge cases that dictate the need for re
[ Rustam Aliyev ]
> Hi,
>
> After upgrading to the vnodes I created and enabled shuffle
> operation as suggested. After running for a couple of hours I had to
> disable it because nodes were not catching up with compactions. I
> repeated this process 3 times (enable/disable).
>
> I have 5 nodes a
Thanks Aaron.
We managed to sort out the Snappyjava issue by using snappy-java-1.1.0-M3.jar
available at http://code.google.com/p/snappy-java/downloads/list.
We are still facing issue with the below error when using Java 1.6.
Unhandled exception
Type=Segmentation error vmState=0xJ9
Gen
12 matches
Mail list logo