You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sam Tunnicliffe (JIRA)" <ji...@apache.org> on 2014/11/03 20:01:34 UTC

[jira] [Created] (CASSANDRA-8246) Default timestamp for QueryOptions should be Long.MIN_VALUE

Sam Tunnicliffe created CASSANDRA-8246:
------------------------------------------

             Summary: Default timestamp for QueryOptions should be Long.MIN_VALUE
                 Key: CASSANDRA-8246
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8246
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: Sam Tunnicliffe
            Assignee: Sam Tunnicliffe
             Fix For: 2.1.2


CASSANDRA-8139 adds proper handling for negative timestamps, but one case was missed in the merge to cassandra-2.1.
{{QueryOptions.SpecificOptions.DEFAULT}} is still created with a timestamp of -1, so statements which do not come in via the native protocol will retain this timestamp and not be assigned a server-side timestamp at execution time.{{QueryOptions.Codec}} does the right thing, so statements that do come via the protocol are unaffected.



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