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

Jonathan Ellis resolved CASSANDRA-627.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.9
         Assignee: gabriele renzi

Applied the -2 patch to contrib.  Removed LogUtil completely from main src/ 
instead of patching it with -1 (we've been quietly avoiding it for a while; 
thanks for the push to finally clean it out :)

> use FastDateFormat instead of SimpleDateFormat 
> -----------------------------------------------
>
>                 Key: CASSANDRA-627
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-627
>             Project: Cassandra
>          Issue Type: Improvement
>         Environment: all
>            Reporter: gabriele renzi
>            Assignee: gabriele renzi
>            Priority: Minor
>             Fix For: 0.9
>
>         Attachments: CASSANDRA-627-1.patch, CASSANDRA-627-2.patch
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> FastDateFormat is thread safe and can be shared by different instances so we 
> can avoid the overhead of recreating it every time. 
> As in LogUtil we only rely on it for formatting it is a good fit. 
> The usage in Circuit is already protected by a lock so probably no real need 
> for this change.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to