Steve Lacerda created CASSANDRA-18374:
-----------------------------------------

             Summary: 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


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