You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Dave Brosius (JIRA)" <ji...@apache.org> on 2015/12/04 04:31:11 UTC

[jira] [Created] (CASSANDRA-10814) [patch] make json date formatter thread safe

Dave Brosius created CASSANDRA-10814:
----------------------------------------

             Summary: [patch] make json date formatter thread safe
                 Key: CASSANDRA-10814
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10814
             Project: Cassandra
          Issue Type: Bug
          Components: Local Write-Read Paths
            Reporter: Dave Brosius
            Priority: Trivial
             Fix For: 2.2.4


the TimestampSerializer.TO_JSON_FORMATTER (SimpleDateFormat) is shared across thread which isn't thread safe. Switch to using ThreadLocal



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