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

Brandon Williams updated CASSANDRA-18374:
-----------------------------------------
    Resolution: Duplicate
        Status: Resolved  (was: Triage Needed)

CASSANDRA-18352 enables this.

> Create a guardrail to prevent writing of timestamps in the distant future
> -------------------------------------------------------------------------
>
>                 Key: CASSANDRA-18374
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18374
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Steve Lacerda
>            Priority: Normal
>
> We ran into an issue where data inserted was USING TIMESTAMP that was using 
> nanoseconds which cassandra was converting to something like this:
> ```
> {{"tstamp" : "+55089-04-29T09:06:44.854775807Z"}}
> {{```}}
> Which means we were not able to delete or update the row. We had to write a 
> delete with a timestamp 1 second ahead of the above timestamp and then run a 
> garbagecollect to remove the data.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to