Re: cassandra error on restart

2013-09-10 Thread Langston, Jim
Thanks Mina, That was it exactly … Jim From: Mina Naguib mailto:mina.nag...@adgear.com>> Reply-To: mailto:user@cassandra.apache.org>> Date: Tue, 10 Sep 2013 10:16:17 -0400 To: mailto:user@cassandra.apache.org>> Subject: Re: cassandra error on restart There was mention of

Re: cassandra error on restart

2013-09-10 Thread Mina Naguib
There was mention of a similar crash on the mailing list. Does this apply to your case ? http://mail-archives.apache.org/mod_mbox/cassandra-user/201306.mbox/%3ccdecfcfa.11e95%25agundabatt...@threatmetrix.com%3E -- Mina Naguib AdGear Technologies Inc. http://adgear.com/ On 2013-09-10, at 10:0

cassandra error on restart

2013-09-10 Thread Langston, Jim
Hi all, I restarted my cassandra ring this morning, but it is refusing to start. Everything was fine, but now I get this error in the log: …. INFO 14:05:14,420 Compacting [SSTableReader(path='/raid0/cassandra/data/system/local/system-local-ic-20-Data.db'), SSTableReader(path='/raid0/cassandra

Re: cassandra error: "Line 1 => Keyspace names must be case-insensitively unique ("usertable" conflicts with "usertable")"

2013-02-14 Thread Abhijit Chanda
On Thu, Feb 14, 2013 at 1:36 PM, Muntasir Raihan Rahman < muntasir.rai...@gmail.com> wrote: > Hi, > > I am trying to run cassandra on a 10 node cluster. But I keep getting this > error: "Line 1 => Keyspace names must be case-insensitively unique > ("usertable" conflicts with "usertable")". > *Whe

Re: Cassandra error while processing message

2012-06-17 Thread aaron morton
> > Jim > > On Thu, Jun 14, 2012 at 4:48 AM, Tiwari, Dushyant > wrote: > Hector : 1.0.0.1 > > Cassandra: 1.0.3 > > > > > > From: Tiwari, Dushyant (ISGT) > Sent: Thursday, June 14, 2012 2:16 PM > To: user@cassandra.apache.org > Subj

Re: Cassandra error while processing message

2012-06-15 Thread Jim Ancona
Dushyant (ISGT) > *Sent:* Thursday, June 14, 2012 2:16 PM > *To:* user@cassandra.apache.org > *Subject:* Cassandra error while processing message > > ** ** > > Hi All, > > ** ** > > Help needed on the following front. > > ** ** > > In my Cassand

RE: Cassandra error while processing message

2012-06-14 Thread Tiwari, Dushyant
Hector : 1.0.0.1 Cassandra: 1.0.3 From: Tiwari, Dushyant (ISGT) Sent: Thursday, June 14, 2012 2:16 PM To: user@cassandra.apache.org Subject: Cassandra error while processing message Hi All, Help needed on the following front. In my Cassandra node logs I can see the following error

Cassandra error while processing message

2012-06-14 Thread Tiwari, Dushyant
Hi All, Help needed on the following front. In my Cassandra node logs I can see the following error: CustomTThreadPoolServer.java (line 201) Thrift error occurred during processing of message. org.apache.thrift.protocol.TProtocolException: Missing version in readMessageBegin, old client?

cassandra error (compaction)

2011-11-01 Thread the-bad
ERROR [CompactionExecutor:655] 2011-11-01 20:11:12,652 AbstractCassandraDaemon.java (line 139) Fatal exception in thread Thread[CompactionExecutor:655,1,main] java.io.IOError: java.io.EOFException at org.apache.cassandra.io.util.ColumnIterator.deserializeNext(ColumnSortedMap.java :265)

Re: Cassandra error Insufficient space to compact

2011-03-31 Thread aaron morton
Where are the connection refused messages ? Are they client side ? Can you cannot to the cluster with nodetool and run the ring command ? Aaron On 31 Mar 2011, at 11:44, Anurag Gujral wrote: > I restarted the cassandra node with more disks when I try to connect to > cassandra i get connection

Re: Cassandra error Insufficient space to compact

2011-03-30 Thread Anurag Gujral
I restarted the cassandra node with more disks when I try to connect to cassandra i get connection refused errors. I see the following in the logs INFO [HintedHandoff:1] 2011-03-30 19:37:42,189 HintedHandOffManager.java (line 304) Started hinted handoff for endpoint /10.97.145.35 INFO [HintedHando

Re: Cassandra error Insufficient space to compact

2011-03-30 Thread Narendra Sharma
The space referred in the log message is disk space and not heap. So check if you are running low on disk space. Thanks, Naren On Wed, Mar 30, 2011 at 4:55 PM, Anurag Gujral wrote: > Hi All, > I am getting following message from cassandra > > WARN [CompactionExecutor:1] 2011-03-30 18:

Cassandra error Insufficient space to compact

2011-03-30 Thread Anurag Gujral
Hi All, I am getting following message from cassandra WARN [CompactionExecutor:1] 2011-03-30 18:46:33,272 CompactionManager.java (line 406) insufficient space to compact all requested files SSTableReader( I am using 16G of java heap space ,please let me know should I consider this as a

Re: question about Cassandra error

2010-09-02 Thread Benjamin Black
You seem to be typing 0.7 commands on a 0.6 cli. Please follow the README in the version you are using, e.g.: set Keyspace1.Standard2['jsmith']['first'] = 'John' On Thu, Sep 2, 2010 at 5:35 PM, Simon Chu wrote: > I downloaded cassendra 0.6.5 and ran it, got this error: > > bin/cassandra -f >  I

Re: question about Cassandra error

2010-09-02 Thread Stu Hood
: Thursday, September 2, 2010 8:27pm To: user@cassandra.apache.org Subject: Re: question about Cassandra error Simon, See this page: http://www.riptano.com/blog/whats-new-cassandra-065 "Because of licensing issues <http://www.apache.org/legal/3party.html>, we can't distribute JNA w

Re: question about Cassandra error

2010-09-02 Thread Mike Peters
Simon, See this page: http://www.riptano.com/blog/whats-new-cassandra-065 "Because of licensing issues , we can't distribute JNA with Cassandra, so you must manually add it to the Cassandra lib/ directory or otherwise place it on the classpath." On 9

question about Cassandra error

2010-09-02 Thread Simon Chu
I downloaded cassendra 0.6.5 and ran it, got this error: bin/cassandra -f INFO 16:46:06,198 JNA not found. Native methods will be disabled. INFO 16:46:06,875 DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap is this an issue? When I tried to run cassandra cli from the exampl

Re: cassandra error

2010-05-15 Thread Jonathan Ellis
Sounds like you changed your partitioner type after it already had data from the old one in it. On Fri, May 14, 2010 at 6:12 PM, AJ Chen wrote: > when starting cassandra, there is "Keys must be written in ascending order." > error.  and, when my application reads the datastore, it throws outofmem

cassandra error

2010-05-14 Thread AJ Chen
when starting cassandra, there is "Keys must be written in ascending order." error. and, when my application reads the datastore, it throws outofmemory exception. what causes this error? how should I go about to fix the problem? thanks, -aj INFO 15:55:19,713 Creating new commitlog segment C:\de