You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Joaquin Casares (JIRA)" <ji...@apache.org> on 2011/07/13 19:12:59 UTC

[jira] [Updated] (CASSANDRA-2896) Del command doesn't work in cli

     [ https://issues.apache.org/jira/browse/CASSANDRA-2896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joaquin Casares updated CASSANDRA-2896:
---------------------------------------

    Description: 
[default@unknown] connect localhost/9160;
Connected to: "Test Cluster" on localhost/9160
[default@unknown] use test;
Authenticated to keyspace: test
[default@test] get test[123][123];    
=> (column=0123, value=31, timestamp=1310576784324000)
[default@test] del test[123][123];    
column removed.
[default@test] get test[123][123];
=> (column=0123, value=31, timestamp=1310576784324000)

Does the same in 0.8.1 still both times in a single node.

  was:
[default@unknown] connect localhost/9160;
Connected to: "Test Cluster" on localhost/9160
[default@unknown] use test;
Authenticated to keyspace: test
[default@test] get test[123][123];    
=> (column=0123, value=31, timestamp=1310576784324000)
[default@test] del test[123][123];    
column removed.
[default@test] get test[123][123];
=> (column=0123, value=31, timestamp=1310576784324000)

Does the same in 0.8.1 still.


> Del command doesn't work in cli
> -------------------------------
>
>                 Key: CASSANDRA-2896
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2896
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.8.0
>            Reporter: Joaquin Casares
>             Fix For: 0.8.2
>
>
> [default@unknown] connect localhost/9160;
> Connected to: "Test Cluster" on localhost/9160
> [default@unknown] use test;
> Authenticated to keyspace: test
> [default@test] get test[123][123];    
> => (column=0123, value=31, timestamp=1310576784324000)
> [default@test] del test[123][123];    
> column removed.
> [default@test] get test[123][123];
> => (column=0123, value=31, timestamp=1310576784324000)
> Does the same in 0.8.1 still both times in a single node.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira