Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Normal
Description
When inserting columns via batch mutation, we have an edge case where columns will be set to Integer.MAX. When setting the column expiration time to Integer.MAX, the columns do not appear to be persisted.
Fails:
Integer.MAX_VALUE
Integer.MAX_VALUE/2
Works:
Integer.MAX_VALUE/3
Attachments
Attachments
Issue Links
- is related to
-
CASSANDRA-14092 Max ttl of 20 years will overflow localDeletionTime
- Resolved