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

Sylvain Lebresne commented on CASSANDRA-699:
--------------------------------------------

Right now, if someone provide a ttl <=0, the code just do as if they had 
provided no ttl.
Not sure it's smart. Maybe it would be better to either
  * not check the ttl and let people deal with what happens
  * throw an InvalideRequestException

Any preferences ? 

> Add (optional) expiration time for column 
> ------------------------------------------
>
>                 Key: CASSANDRA-699
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-699
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>         Attachments: 0001-Add-new-ExpiringColumn-class.patch, 
> 0002-Add-TTL-support-to-cassandra.thrift.patch, 
> 0003-Plug-thrift-TTL-addition-to-ExpiringColumn.patch, 
> 0004-Update-test_server-for-insert-changes-and-add-simple.patch
>
>
> Allow to attach an expiration time to a column. 
> An expired column would act much like a 'markedForDelete' one. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to