[jira] [Commented] (CASSANDRA-11492) Crash during CREATE KEYSPACE immediately after drop

2016-04-20 Thread Seth Rosenblum (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-11492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15250121#comment-15250121
 ] 

Seth Rosenblum commented on CASSANDRA-11492:


This is actually on a single-node cluster, so I don't think it's a race 
condition.  This was being executed with the python datastax driver (I think it 
happened on both version 2.1.4 and 3.1.1, we were in the process of upgrading) 
but we were seeing this error in Cassandra's logs.  I'll keep an eye out for it 
happening again.

> Crash during CREATE KEYSPACE immediately after drop
> ---
>
> Key: CASSANDRA-11492
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11492
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Seth Rosenblum
>
> In a test environment, I run in immediate sequence:
> {code:sql}
> DROP KEYSPACE IF EXISTS "keyspacename";
> CREATE KEYSPACE "keyspacename"
> WITH REPLICATION = {'class': 'SimpleStrategy', 'replication_factor': 
> 1};
> {code}
> And I end up with a {{java.lang.AssertionError: null}} error triggered during 
> the CREATE statement.
> https://gist.github.com/sethrosenblum/d6b450b4455eeb28550f4038a0928bcf



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CASSANDRA-11492) Crash during CREATE KEYSPACE immediately after drop

2016-04-04 Thread Seth Rosenblum (JIRA)
Seth Rosenblum created CASSANDRA-11492:
--

 Summary: Crash during CREATE KEYSPACE immediately after drop
 Key: CASSANDRA-11492
 URL: https://issues.apache.org/jira/browse/CASSANDRA-11492
 Project: Cassandra
  Issue Type: Bug
Reporter: Seth Rosenblum


In a test environment, I run in immediate sequence:

{code:sql}
DROP KEYSPACE IF EXISTS "keyspacename";

CREATE KEYSPACE "keyspacename"
WITH REPLICATION = {'class': 'SimpleStrategy', 'replication_factor': 1};
{code}

And I end up with a {{java.lang.AssertionError: null}} error triggered during 
the CREATE statement.

https://gist.github.com/sethrosenblum/d6b450b4455eeb28550f4038a0928bcf



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CASSANDRA-8232) Cassandra missing from Apache.org

2014-10-31 Thread Seth Rosenblum (JIRA)
Seth Rosenblum created CASSANDRA-8232:
-

 Summary: Cassandra missing from Apache.org
 Key: CASSANDRA-8232
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8232
 Project: Cassandra
  Issue Type: Bug
Reporter: Seth Rosenblum


Not sure if this is the right place to report this, but Cassandra is missing 
from one of the www.apache.org hosts (specifically 140.211.11.131).

It should be here: http://140.211.11.131/dist/cassandra/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)