You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Chander S Pechetty (JIRA)" <ji...@apache.org> on 2014/02/28 15:31:19 UTC

[jira] [Created] (CASSANDRA-6784) Compaction timestamp captured incorrectly in Compaction History table

Chander S Pechetty created CASSANDRA-6784:
---------------------------------------------

             Summary: Compaction timestamp captured incorrectly in Compaction History table
                 Key: CASSANDRA-6784
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6784
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: Chander S Pechetty
            Priority: Trivial
             Fix For: 2.0.5


Compaction finish time is incorrectly captured using System.nanoTime() before the compaction is triggered. The finish time should be captured using System.currentTimeMillis() as per #4432.  The suggested patch captures using  FBUtilities.timestampMicros() after the compaction completes.
 
This however doesn't fix the formatting of timestamp values by
  cqlsh which throws decoding errors as below:
   - Failed to format value NNN.. as timestamp: timestamp out of range for platform time_t

 
Reference : https://issues.apache.org/jira/browse/CASSANDRA-4432



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)