Re: Problem with file size during bulkload

2017-04-24 Thread LuckyBoy
unsubscribe On Mon, Apr 24, 2017 at 3:30 AM, Marcel Hylkema < marcel.hylkema@gmail.com> wrote: > Hi, > > We are loading SSTable files of different sizes (1 to a few 100,000 > records each) into Cassandra (v3.9 on CentOS 7) using JMX bulkload. > > Part of the files result in the following root

Re: How to stress test collections in Cassandra Stress

2017-04-24 Thread LuckyBoy
unsubscribe On Thu, Apr 13, 2017 at 7:26 AM, eugene miretsky wrote: > Hi, > > I'm trying to do a stress test on a a table with a collection column, but > cannot figure out how to do that. > > I tried > > table_definition: | > CREATE TABLE list ( > customer_id bigint, > items list, >

Re: How to stress test collections in Cassandra Stress

2017-04-24 Thread Ahmed Eljami
Hi, Collections are not supported in cassandra-stress tool. I suggest you use Jmeter with cassandra java driver to do your stress test with collection or Spark. 2017-04-13 16:26 GMT+02:00 eugene miretsky : > Hi, > > I'm trying to do a stress test on a a table with a collection column, but > c

Problem with file size during bulkload

2017-04-24 Thread Marcel Hylkema
Hi, We are loading SSTable files of different sizes (1 to a few 100,000 records each) into Cassandra (v3.9 on CentOS 7) using JMX bulkload. Part of the files result in the following root cause exception: Caused by: java.lang.AssertionError at org.apache.cassandra.cache.ChunkCache$Cachin