Re: Error during startup - java.lang.OutOfMemoryError: unable to create new native thread

2013-09-19 Thread srmore
Was too fast on the send button, sorry. The thing I wanted to add was the pending signals (-i) 515038 that looks odd to me, could that be related. On Thu, Sep 19, 2013 at 4:53 PM, srmore wrote: > > I hit this issue again today and looks like changing -Xss option does not > wo

Re: Error during startup - java.lang.OutOfMemoryError: unable to create new native thread

2013-09-19 Thread srmore
I hit this issue again today and looks like changing -Xss option does not work :( I am on 1.0.11 (I know its old, we are upgrading to 1.2.9 right now) and have about 800-900GB of data. I can see cassandra is spending a lot of time reading the data files before it quits with "java.lang.OutOfMemoryE

Re: Error during startup - java.lang.OutOfMemoryError: unable to create new native thread

2013-09-11 Thread srmore
Thanks Viktor, - check (cassandra-env.sh) -Xss size, you may need to increase it for your JVM; This seems to have done the trick ! Thanks ! On Tue, Sep 10, 2013 at 12:46 AM, Viktor Jevdokimov < viktor.jevdoki...@adform.com> wrote: > For start: > > - check (cassandra-env.sh) -Xss size, yo

RE: Error during startup - java.lang.OutOfMemoryError: unable to create new native thread

2013-09-09 Thread Viktor Jevdokimov
For start: - check (cassandra-env.sh) -Xss size, you may need to increase it for your JVM; - check (cassandra-env.sh) -Xms and -Xmx size, you may need to increase it for your data load/bloom filter/index sizes. Best regards / Pagarbiai Viktor Jevdokimov Senior Developer [Adform News]

Re: Error during startup

2010-06-03 Thread David Boxenhorn
We didn't change partitioners. Maybe we did some other stupid thing, but not that one. On Wed, Jun 2, 2010 at 8:52 PM, Gary Dusbabek wrote: > I was able to reproduce the error by staring up a node using > RandomPartioner, kill it, switch to OrderPreservingPartitioner, > restart, kill, switch b

Re: Error during startup

2010-06-02 Thread Gary Dusbabek
I was able to reproduce the error by staring up a node using RandomPartioner, kill it, switch to OrderPreservingPartitioner, restart, kill, switch back to RandomPartitioner, BANG! So it looks like you tinkered with the partitioner at some point. This has the unfortunate effect of corrupting your s

Re: Error during startup

2010-05-31 Thread David Boxenhorn
Thanks! On Tue, Jun 1, 2010 at 9:09 AM, Jonathan Ellis wrote: > Created https://issues.apache.org/jira/browse/CASSANDRA-1146 > > On Tue, Jun 1, 2010 at 12:46 AM, David Boxenhorn > wrote: > > 0.6.2 > > > > On Mon, May 31, 2010 at 9:50 PM, Jonathan Ellis > wrote: > >> > >> What version of Cassan

Re: Error during startup

2010-05-31 Thread Jonathan Ellis
Created https://issues.apache.org/jira/browse/CASSANDRA-1146 On Tue, Jun 1, 2010 at 12:46 AM, David Boxenhorn wrote: > 0.6.2 > > On Mon, May 31, 2010 at 9:50 PM, Jonathan Ellis wrote: >> >> What version of Cassandra was this? >> >> On Sun, May 30, 2010 at 8:49 AM, David Boxenhorn >> wrote: >> >

Re: Error during startup

2010-05-31 Thread David Boxenhorn
0.6.2 On Mon, May 31, 2010 at 9:50 PM, Jonathan Ellis wrote: > What version of Cassandra was this? > > On Sun, May 30, 2010 at 8:49 AM, David Boxenhorn > wrote: > > I deleted the system/LocationInfo files, and now everything works. > > > > Yay! (...what happened?) > > > > On Sun, May 30, 2010 a

Re: Error during startup

2010-05-31 Thread Jonathan Ellis
What version of Cassandra was this? On Sun, May 30, 2010 at 8:49 AM, David Boxenhorn wrote: > I deleted the system/LocationInfo files, and now everything works. > > Yay! (...what happened?) > > On Sun, May 30, 2010 at 4:18 PM, David Boxenhorn wrote: >> >> I'm getting an "Expected both token and

Re: Error during startup

2010-05-30 Thread David Boxenhorn
I deleted the system/LocationInfo files, and now everything works. Yay! (...what happened?) On Sun, May 30, 2010 at 4:18 PM, David Boxenhorn wrote: > I'm getting an "Expected both token and generation columns; found > ColumnFamily" error during startup can anyone tell me what it is? Details > b