Re: cassandra OOM

2017-04-03 Thread Alexander Dejanovski
Hi, we've seen G1GC going OOM on production clusters (repeatedly) with a 16GB heap when the workload is intense, and given you're running on m4.2xl I wouldn't go over 16GB for the heap. I'd suggest to revert back to CMS, using a 16GB heap and up to 6GB of new gen. You can use 5 as

Re: Node Gossiping Information.

2017-04-03 Thread Jeff Jirsa
On 2017-04-02 11:27 (-0700), Pranay akula wrote: > where can we check gossip information of a node ?? I couldn't find > anything in System keyspace. > > Is it possible to update or refresh Gossiping information on a node without > restarting. Does enabling and

Re: nodetool tablestats reporting local read count of 0, incorrectly

2017-04-03 Thread Jeff Jirsa
On 2017-04-03 12:42 (-0700), Voytek Jarnot wrote: > Continuing to grasp at straws... > > Is it possible that indexing is modifying the read path such that the > tablestats/tablehistograms output is no longer trustworthy? I notice more > realistic "local read count"

Re: Maximum memory usage reached in cassandra!

2017-04-03 Thread Mark Rose
You may have better luck switching to G1GC and using a much larger heap (16 to 30GB). 4GB is likely too small for your amount of data, especially if you have a lot of sstables. Then try increasing file_cache_size_in_mb further. Cheers, Mark On Tue, Mar 28, 2017 at 3:01 AM, Mokkapati, Bhargav

Re: cassandra OOM

2017-04-03 Thread Gopal, Dhruva
16 Gig heap, with G1. Pertinent info from jvm.options below (we’re using m2.2xlarge instances in AWS): # # HEAP SETTINGS # # # Heap size is automatically calculated by cassandra-env based on this # formula: max(min(1/2 ram, 1024MB), min(1/4 ram, 8GB)) # That is:

cql3 - adding two numbers in insert statement

2017-04-03 Thread Shreyas Chandra Sekhar
Hi, I am trying to generate a random value of certain length and use that as one of the value in CQL3. Below is an example INSERT INTO "KS"."CF" (key, column1, value) VALUES (613462303431313435313838306530667c6263317431756331, 2633174317563312f6f36, blobAsUuid(timeuuidAsBlob(now())) + 1000);

Re: Cassandra rpm for 3.10

2017-04-03 Thread Michael Shuler
On 04/03/2017 02:58 PM, mahesh rajamani wrote: > Hi, > > Can you please let me know where I can get Cassandra 3.10 RPM? If its > not available, instruction to build it would be helpful. Check out the 'cassandra-3.10' tag and follow the README instructions in the redhat/ directory.

Cassandra rpm for 3.10

2017-04-03 Thread mahesh rajamani
Hi, Can you please let me know where I can get Cassandra 3.10 RPM? If its not available, instruction to build it would be helpful. -- Regards, Mahesh Rajamani

Re: nodetool tablestats reporting local read count of 0, incorrectly

2017-04-03 Thread Voytek Jarnot
Continuing to grasp at straws... Is it possible that indexing is modifying the read path such that the tablestats/tablehistograms output is no longer trustworthy? I notice more realistic "local read count" numbers on tables which do not utilize SASI. Would greatly appreciate any thoughts,

RE: Can we get username and timestamp in cqlsh_history?

2017-04-03 Thread Durity, Sean R
Sounds like you want full auditing of CQL in the cluster. I have not seen anything built into the open source version for that (but I could be missing something). DataStax Enterprise does have an auditing feature. Sean Durity From: anuja jain [mailto:anujaja...@gmail.com] Sent: Wednesday,

Re: cassandra OOM

2017-04-03 Thread Alexander Dejanovski
Hi, could you share your GC settings ? G1 or CMS ? Heap size, etc... Thanks, On Sun, Apr 2, 2017 at 10:30 PM Gopal, Dhruva wrote: > Hi – > > We’ve had what looks like an OOM situation with Cassandra (we have a > dump file that got generated) in our staging

Re: nodetool tablestats reporting local read count of 0, incorrectly

2017-04-03 Thread Voytek Jarnot
Further info - tablehistograms reports zeros for all percentiles for Read Latency; tablestats also reports really low numbers for Bloom filter usage (3-4 KiB, depending on node, whereas I'd expect orders of magnitude more given other - less accessed - tables in this keyspace). This is the most

Re: Can we get username and timestamp in cqlsh_history?

2017-04-03 Thread Nicolas Guyomar
Hi Anuja, What your are looking for is provided as part of DSE : https://docs.datastax.com/en/datastax_enterprise/5.0/datastax_enterprise/sec/auditEnabling.html On 1 April 2017 at 20:15, Vladimir Yudovin wrote: > Hi anuja, > > I don't thinks there is a way to do this