Re: Cassandra Server 3.10 unable to Start after crash - commitlog needs to be removed

2017-06-01 Thread Peter Reilly
Please, how do you do this? Peter On Fri, May 19, 2017 at 7:13 PM, Varun Gupta wrote: > Yes the bugs need to be fixed, but as a work around on dev environment, > you can enable cassandra.yaml option to override any corrupted commit log > file. > > > Thanks, > Varun > > > On

Re: Is it possible to have a column which can hold any data type (for inserting as json)

2017-02-01 Thread Peter Reilly
Example: cqlsh> use dc_god_emperor ; cqlsh:dc_god_emperor> create table data ( id int primary key, value text ) ; cqlsh:dc_god_emperor> insert into data JSON'{"id": 1, "value": "hello world"}' ... ; cqlsh:dc_god_emperor> select * from data; id | value +- 1 |

Re: question on an article

2016-10-31 Thread Peter Reilly
The original article http://techblog.netflix.com/2011/11/benchmarking-cassandra-scalability-on.html On Mon, Oct 31, 2016 at 5:57 PM, Peter Reilly <peter.kitt.rei...@gmail.com> wrote: > From the article: > java -jar stress.jar -d "144 node ids" -e ONE -n 2700 -l 3 -i

Re: question on an article

2016-10-31 Thread Peter Reilly
>From the article: java -jar stress.jar -d "144 node ids" -e ONE -n 2700 -l 3 -i 1 -t 200 -p 7102 -o INSERT -c 10 -r The client is writing 10 columns per row key, row key randomly chosen from 27 million ids, each column has a key and 10 bytes of data. The total on disk size for each write

Re: Migrate from Hector(unmaintained) to Astyanax for Cassandra 2.0.7, (delaying thrift to CQL migration plan) ?

2014-05-28 Thread Peter Reilly
According to the astynax blog the project will support the java-driver - https://github.com/Netflix/astyanax/wiki/Astyanax-over-Java-Driver On Wed, May 28, 2014 at 8:36 AM, Andrew redmu...@gmail.com wrote: 1. Astyanax does not *officially* support 2.0, and I’m not sure what the future plans

Re: How long are expired values actually returned?

2014-05-12 Thread Peter Reilly
You need to set grace period as well. Peter On Thu, May 8, 2014 at 8:44 AM, Sebastian Schmidt isib...@gmail.com wrote: Hi, I'm using the TTL feature for my application. In my tests, when using a TTL of 5, the inserted rows are still returned after 7 seconds, and after 70 seconds. Is this