You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benjamin Lerer (JIRA)" <ji...@apache.org> on 2017/01/20 20:28:26 UTC

[jira] [Created] (CASSANDRA-13143) Cassandra can accept invalid durations

Benjamin Lerer created CASSANDRA-13143:
------------------------------------------

             Summary: Cassandra can accept invalid durations
                 Key: CASSANDRA-13143
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13143
             Project: Cassandra
          Issue Type: Bug
            Reporter: Benjamin Lerer


A duration can be positive or negative. If the duration is positive the months, days and nanoseconds must be greater or equals to zero. If the duration is negative the months, days and nanoseconds must be smaller or equals to zero.
Currently, it is possible to send to C* a duration which does not respect that rule and the data will not be reject.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)