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)

Reply via email to