I have tried restarting all of the nodes with no change.
Created JIRA https://issues.apache.org/jira/browse/CASSANDRA-4219
Thanks,
Jeff
On May 3, 2012, at 9:46 PM, Sylvain Lebresne wrote:
> Would you mind opening a ticket on JIRA
> (https://issues.apache.org/jira/browse/CASSANDRA). This is
> de
Would you mind opening a ticket on JIRA
(https://issues.apache.org/jira/browse/CASSANDRA). This is
definitively a bug and it's be easier to follow up there.
Did you try restarting the node on which you try the create keyspace?
--
Sylvain
On Thu, May 3, 2012 at 8:43 PM, Jeff Williams
wrote:
> As
As a follow up, I am running version 1.1 and have tried nodetool repair,
cleanup, compact. I can create other keyspaces, but still can't create a
keyspace called PlayLog even though it is not listed anywhere.
On May 3, 2012, at 6:35 PM, Jeff Williams wrote:
> Hi,
>
> I'm doing testing and want
Hi,
I'm doing testing and wanted to drop a keyspace (with a column family) to
re-add it with a different strategy. So I ran in cqlsh:
DROP KEYSPACE PlayLog;
CREATE KEYSPACE PlayLog WITH strategy_class = 'SimpleStrategy'
AND strategy_options:replication_factor = 2;
And everything seemed to be