Re: Possibly cassandra 3.0.9 bug?

2017-11-16 Thread Alex Circus
gt; wrote: > > > Hi Alex, > > > > It's still not visible... I don't think the mailing list supports image > > attachments. Maybe you can create an issue on JIRA with the attachments? > > > > Thanks, > > Muru > > On Thu, 16 Nov 2017 at 17:00

Re: Possibly cassandra 3.0.9 bug?

2017-11-16 Thread Alex Circus
> On 16 November 2017 at 01:04, Alex Circus > wrote: > > > Hi, > > > > *On short:* > > I use cassandra 3.0.9 in a cluster of 6 nodes. > > 1. I create a keyspace called test: > > CREATE KEYSPACE business WITH replication = {'class': > &

Possibly cassandra 3.0.9 bug?

2017-11-15 Thread Alex Circus
Hi, *On short:* I use cassandra 3.0.9 in a cluster of 6 nodes. 1. I create a keyspace called test: CREATE KEYSPACE business WITH replication = {'class': 'SimpleStrategy', 'replication_factor': '3'} AND durable_writes = true; 2. I create table called test: CREATE TABLE test.test ( test_i