[ 
https://issues.apache.org/jira/browse/CASSANDRA-6784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Ellis updated CASSANDRA-6784:
--------------------------------------

    Fix Version/s:     (was: 2.0.5)
                   2.0.6

> 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
>              Labels: patch
>             Fix For: 2.0.6
>
>         Attachments: trunk-6784.txt
>
>
> 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