Re: UNSUBSCRIBE

2017-04-28 Thread Michael Shuler
On 04/27/2017 11:04 PM, spa...@gmail.com wrote: > UNSUBSCRIBE Unfortunately, it seems that only text messages and no mime-encoded messages get a footer appended, but INFRA added this for us to hopefully help people with this difficult task. || || || || || || || \/ \/ \/ \/ \/ \/ \/

Re: Running Cassandra in Integration Tests

2017-04-28 Thread kurt greaves
Use ccmlib. https://github.com/pcmanus/ccm On 28 April 2017 at 12:59, Matteo Moci wrote: > Sorry for bumping this old thread, but what would be your suggestion for > programmatically start/stop nodes in a cluster? > > I'd like to make some experiments and perform QUORUM writes

Re: cql3 - adding two numbers in insert statement

2017-04-28 Thread Alain RODRIGUEZ
Hi Shreyas, It's good to paste the error if you want us to give you a quick and good answer. In this case the table schema would have been helpful as well. That being said, you are probably missing some quotes around the values for 'key' and 'column1'. C*heers, --- Alain

Very slow cluster

2017-04-28 Thread Eduardo Alonso
Hi to all: I am having some problems with two client's cassandra:3.0.8 clusters i want to share with you. These clusters are for QA and DEV. The cluster 1 (1 DC) is composed by 3 vm (heap=4G, RAM=8G) sharing the same physical machine and sharing one ssd. I know this is not the best environment

Re: Running Cassandra in Integration Tests

2017-04-28 Thread Matteo Moci
Sorry for bumping this old thread, but what would be your suggestion for programmatically start/stop nodes in a cluster? I'd like to make some experiments and perform QUORUM writes against a cluster (REPLICATION=3) with alternatively 2 or 3 nodes up, starting/stopping/restarting nodes in the

Re: Drop tables takes too long

2017-04-28 Thread Bohdan Tantsiura
Thanks Alain, > Or is it on happening during drop table actions? Some other schema changes (e.g. adding columns to tables) also takes too much time. Link to complete set of GC options: https://pastebin.com/4qyENeyu > Have you had a look at logs, mainly errors and warnings? In logs I found

RE: cql3 - adding two numbers in insert statement

2017-04-28 Thread Shreyas Chandra Sekhar
Hi Alain, Thanks for the reply. I figured out the issue. We are using Cassandra 2.x. Cassandra-stress tool of 2.x could not handle upper case in its query. However this issue has been fixed in Cassandra 3.x stress tool. So used that binary of 3.x and had to use command line options to

Re: How can I efficiently export the content of my table to KAFKA

2017-04-28 Thread Tobias Eriksson
Hi Chris, Well, that seemed like a good idea at first, I would like to read from Cassandra and post to KAFKA But the KAFKA Connector Cassandra Source, requires that the table has a time-series order, and all my tables does not So thanx for the tip, but it did not work ☹ -Tobias From: Chris

Re: When is anti-entropy repair required?

2017-04-28 Thread Alain RODRIGUEZ
Hi Eugene, > If I have a time series data model, with TWCS compaction where I never > update rows and hence don't care about either of the above (the whole > SSTable just expires after a few days ), do I even need to run repairs? Probably not. I think you can go without repairs. Using only

RE: [Cassandra] nodetool compactionstats not showing pending task.

2017-04-28 Thread Abhishek Kumar Maheshwari
Hi , I will try with JMX but I try with tpstats. In tpstats its showing pending compaction as 0 but in nodetool compactionstats its showing 3. So, for me its seems strange. Thanks & Regards, Abhishek Kumar Maheshwari +91- 805591 (Mobile) Times Internet Ltd. | A Times of India Group Company

Restrict cassandra to number of cpus

2017-04-28 Thread Anshu Vajpayee
Hi All - Is it possible to restrict cassandra with some limited number of cpus/cores on a given bix? There is one JVM parameter to do that but all thread pools dont respect that setting. -D cassandra.available_processors Is there any other way to achieve this ?

Re: Restrict cassandra to number of cpus

2017-04-28 Thread Igmar Palsenberg
> Is it possible to restrict cassandra with  some limited number of cpus/cores > on a given bix? > > There is one  JVM parameter to do that but all thread pools dont respect > that setting. > > -D cassandra.available_processors > > Is there any other way to achieve this ? If you're running

Re: Issues while using TWCS compaction and Bulkloader

2017-04-28 Thread Alain RODRIGUEZ
Hi Eugene. >1. What could have caused the page fault, and/or bloom filter false >positives? >2. What's the right strategy for running repairs? > > I am not seeing how related these 2 questions are. Given your mix of questions I am guessing you tried to repair, probably using