Cassandra Table "Rename"

2018-04-06 Thread Marcel Villet
this way? Thanks Marcel Villet Osprey Pro Team Leader and Lead Architect CT LAB (PTY) LTD - Bringing Quality To Power T +27 (0)21-880-9915 | F +27 (0)21-880-1088 | www.ctlab.com<http://www.ctlab.com/> | www.pq-portal.com<http://www.pq-portal.com/rdPage.aspx> 15 Termo Lane,

"nodetool getendpoints" is inconsistent when cluster restarts

2018-02-16 Thread Marcel Villet
on the expected values. Seeing as the token ranges are stored in system.peers (stored on each node), why would I see different endpoints as I do? Regards Marcel Villet Osprey Pro Team Leader and Lead Architect CT LAB (PTY) LTD - Bringing Quality To Power T +27 (0)21-880-9915 | F +27 (0)21-880

RE: COMMERCIAL: Re: fromJson(null) throws java.lang.NullPointerException on Cassandra 3.11

2017-09-21 Thread Marcel Villet
one doesn’t already exist. -- Jeff Jirsa > On Sep 21, 2017, at 8:16 AM, Marcel Villet wrote: > > Hi All > > Basically, fromJson throws a java.lang.NullPointerException when NULL is > passed, instead of just returning a NULL itself. Say I create a UDT and a > table as

fromJson(null) throws java.lang.NullPointerException on Cassandra 3.11

2017-09-21 Thread Marcel Villet
Hi All Basically, fromJson throws a java.lang.NullPointerException when NULL is passed, instead of just returning a NULL itself. Say I create a UDT and a table as follows: create type type1 ( id int, name text ); create table table1 ( id int, t FROZEN, prim