Re: Cassandra Daemon not coming up

2018-03-05 Thread mahesh rajamani
ZAIDI, ASAD A <az1...@att.com>, wrote: > > Can you check if you’ve enough disk space available ? > > ~Asad > > > > *From:* mahesh rajamani [mailto:rajamani.mah...@gmail.com] > *Sent:* Tuesday, February 27, 2018 10:11 AM > *To:* user@cassandra.apache.org > *Su

Cassandra Daemon not coming up

2018-02-27 Thread mahesh rajamani
.jar:3.0.9] at org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:696) [apache-cassandra-3.0.9.jar:3.0.9] -- Regards, Mahesh Rajamani

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

Issue after loading data using ssttable loader

2014-07-17 Thread mahesh rajamani
) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:744) -- Regards, Mahesh Rajamani

Re: Index with same Name but different keyspace

2014-05-19 Thread mahesh rajamani
at 7:54 PM, mahesh rajamani rajamani.mah...@gmail.com wrote: Hi, I am using Cassandra 2.0.5 version. I trying to setup 2 keyspace with same tables for different testing. While creating index on the tables, I realized I am not able to use the same index name though the tables

Index with same Name but different keyspace

2014-05-16 Thread mahesh rajamani
is must/feature? -- Regards, Mahesh Rajamani

Re: Expired column showing up

2014-02-18 Thread mahesh rajamani
I upgraded the Cassandra to 2.0.5, these issues did not occur so far. Thanks Mahesh On Mon, Feb 17, 2014 at 1:43 PM, mahesh rajamani rajamani.mah...@gmail.comwrote: Christian, There are 2 use cases which are failing, and both looks to be similar issue, basically happens in column family

Re: Expired column showing up

2014-02-17 Thread mahesh rajamani
, Christian On Fri, Feb 14, 2014 at 3:45 PM, mahesh rajamani rajamani.mah...@gmail.com wrote: Hi, I am using Cassandra 2.0.2 version. On a wide row (approx. 1 columns), I expire few column by setting TTL as 1 second. At times these columns show up during slice query. When I have

Re: Expired column showing up

2014-02-17 Thread mahesh rajamani
will also be valid for 1 second! If the previous was valid for a longer time, then this old value might reappear. Maybe you can explain why you are doing this? kind regards, Christian On Mon, Feb 17, 2014 at 6:18 PM, mahesh rajamani rajamani.mah...@gmail.com wrote: Christain, Yes

Expired column showing up

2014-02-14 Thread mahesh rajamani
counts. But once I run flush and compact, the issue goes off and expired columns don't show up. Can someone provide some help on this issue. -- Regards, Mahesh Rajamani

Thrift CAS usage

2014-02-12 Thread mahesh rajamani
Hi, I am using CAS feature through thrift cas api. I am able to set the expected column with some value and use cas through thrift api. But I am sure what I should set for expected column list to achieve IF NOT EXIST condition for a column. Can someone help me on this? -- Regards, Mahesh

Creating custom secondary index in Cassandra.

2013-11-08 Thread mahesh rajamani
'; But there are no information about the interface that need to be implemented. Can someone give more information/reference on how to use this. -- Regards, Mahesh Rajamani