Re: Internal error processing get: Null pointer exception

2011-11-02 Thread Erik Forkalsrud
On 11/01/2011 09:02 PM, Jonathan Ellis wrote: That doesn't make sense to me. CS:147 is columnFamilyKeyMap.put(row.key, row.cf); where cFKM is Map columnFamilyKeyMap = new HashMap(); So cFKM can't be null, and HashMap accomodates both null key and null value, so I'm not

Re: Updates Question

2011-10-24 Thread Erik Forkalsrud
On 10/24/2011 05:23 AM, Sam Hodgson wrote: I can write new columns/rows etc no problem however when updating I get no errors back and the update does not occur. I've also tried updating manually using the Cassandra cluster admin gui and the same thing happens. I can write but updates do not wo

Re: 0.7.9 RejectedExecutionException

2011-10-12 Thread Erik Forkalsrud
the Oracle JDK install so I would rather not. On Wed, Oct 12, 2011 at 12:35 PM, Erik Forkalsrud <mailto:eforkals...@cj.com>> wrote: On 10/12/2011 11:33 AM, Ashley Martens wrote: java version "1.6.0_20" OpenJDK Runtime Environment (IcedTea6 1.9.9) (6b20-1.9.9-

Re: 0.7.9 RejectedExecutionException

2011-10-12 Thread Erik Forkalsrud
On 10/12/2011 11:33 AM, Ashley Martens wrote: java version "1.6.0_20" OpenJDK Runtime Environment (IcedTea6 1.9.9) (6b20-1.9.9-0ubuntu1~10.10.2) OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode) This may have been mentioned before, but is it an option to use the Sun/Oracle JDK? - Erik -

Re: FW: Very slow batch insert using version 0.7.2

2011-03-11 Thread Erik Forkalsrud
long thresholdA = memtableThroughputInMB * 1024 * 1024; long thresholdB = memtableThroughputInMB * 1024L * 1024L; System.out.println("a=" + thresholdA + " b=" + thresholdB); } - Erik - On Fri, Mar 11, 2011 at 2:02 PM, Erik Forkalsrud wrote: On 03/11/2011

Re: FW: Very slow batch insert using version 0.7.2

2011-03-11 Thread Erik Forkalsrud
On 03/11/2011 12:13 PM, Jonathan Ellis wrote: https://issues.apache.org/jira/browse/CASSANDRA-2158, fixed in 0.7.3 you could have saved a lot of time just by upgrading first. :) Hmm, I'm testing with 0.7.3 ... but now I know at least which knob to turn. - Erik -

Re: FW: Very slow batch insert using version 0.7.2

2011-03-11 Thread Erik Forkalsrud
375/3010/1440") (all the other output from "describe keyspace" remains the same) So it looks like something goes wrong when cassandra gets too much memory. -- Erik Forkalsrud Commission Junstion

Re: FW: Very slow batch insert using version 0.7.2

2011-03-10 Thread Erik Forkalsrud
The only difference in the effective command line between the laptop and server is "-Xms3932M -Xmx3932M -Xmn400M" on the laptop and "-Xms48334M -Xmx48334M -Xmn1600M" on the server. -- Erik Forkalsrud Commission Junction On 03/10/2011 09:18 AM, Ryan King wrote: Why use s