You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Pavel Yaskevich (JIRA)" <ji...@apache.org> on 2012/06/20 01:40:43 UTC

[jira] [Comment Edited] (CASSANDRA-4356) Drop column family fail in Cassandra 1.1.1

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

Pavel Yaskevich edited comment on CASSANDRA-4356 at 6/19/12 11:39 PM:
----------------------------------------------------------------------

can you also please run the following commands using CLI on the node where MyColumnFamily still exists and post the output of the last command to the comments

{noformat}
use system;
list schema_columnfamilies;
{noformat}

so we can see what attribute has a value of '4fe0f7c7'. Because I have tried to reproduce this on cassandra-1.1 branch using ccm to run 2 nodes and didn't succeed and I didn't see any of the attributes in schema_columnfamilies to have value '4fe0f7c7'.
                
      was (Author: xedin):
    can you also please run the following commands using CLI on the node where MyColumnFamily still exists

{noformat}
use system;
list schema_columnfamilies;
{noformat}

so we can see what attribute has a value of '4fe0f7c7'. Because I have tried to reproduce this on cassandra-1.1 branch using ccm to run 2 nodes and didn't succeed and I didn't see any of the attributes in schema_columnfamilies to have value '4fe0f7c7'.
                  
> Drop column family fail in Cassandra 1.1.1
> ------------------------------------------
>
>                 Key: CASSANDRA-4356
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4356
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.1.1
>         Environment: 2-node cluster running on Ubuntu 10.10
>            Reporter: David B
>            Assignee: Sylvain Lebresne
>
> 2-node v1.1.1 cluster.  Attempts to drop column families appears to succeed, but fails behind the scenes.  More specifically, the column family is deleted as follows:
> cassandra-cli -h HOST_1
> > use MyKeyspace
> > drop column family MyColumnFamily
> 79f7ab8c-da08-355c-87a0-8e9630eb4945
> Waiting for schema agreement...
> ... schemas agree across the cluster
> Data files in fact have been deleted on HOST_1.  However, the files on HOST_2 still exist in the /data directory.  Also, the following stack trace appears in /var/log/system.log on HOST_2:
> ERROR [MigrationStage:1] 2012-06-19 22:05:56,172 AbstractCassandraDaemon.java (line 134) Exception in thread Thread[MigrationStage:1,5,main]
> org.apache.cassandra.cql.jdbc.MarshalException: invalid UTF8 bytes 4fe0f7c7
>         at org.apache.cassandra.cql.jdbc.JdbcUTF8.getString(JdbcUTF8.java:81)
>         at org.apache.cassandra.cql.jdbc.JdbcUTF8.compose(JdbcUTF8.java:97)
>         at org.apache.cassandra.db.marshal.UTF8Type.compose(UTF8Type.java:35)
>         at org.apache.cassandra.cql3.UntypedResultSet$Row.getString(UntypedResultSet.java:87)
>         at org.apache.cassandra.config.CFMetaData.fromSchemaNoColumns(CFMetaData.java:1170)
>         at org.apache.cassandra.config.CFMetaData.fromSchema(CFMetaData.java:1215)
>         at org.apache.cassandra.config.KSMetaData.deserializeColumnFamilies(KSMetaData.java:291)
>         at org.apache.cassandra.db.DefsTable.mergeColumnFamilies(DefsTable.java:396)
>         at org.apache.cassandra.db.DefsTable.mergeSchema(DefsTable.java:271)
>         at org.apache.cassandra.db.DefsTable.mergeRemoteSchema(DefsTable.java:249)
>         at org.apache.cassandra.db.DefinitionsUpdateVerbHandler$1.runMayThrow(DefinitionsUpdateVerbHandler.java:48)
>         at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
>         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
>         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>         at java.lang.Thread.run(Thread.java:662)
> From this point on, all other Migration commands (e.g. creating new column families) similarly report no errors in cassandra-cli, but fail behind the scenes.  Recovering from the erroneous state requires a cluster restart.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira