You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Till (JIRA)" <ji...@apache.org> on 2018/03/14 22:53:00 UTC

[jira] [Updated] (ASTERIXDB-2325) FeedLogManager uses SimpleDateFormat in a thread unsafe manner

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

Till updated ASTERIXDB-2325:
----------------------------
    Labels: triaged  (was: )

> FeedLogManager uses SimpleDateFormat in a thread unsafe manner
> --------------------------------------------------------------
>
>                 Key: ASTERIXDB-2325
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2325
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: ING - Ingestion
>            Reporter: Michael Blow
>            Assignee: Abdullah Alamoudi
>            Priority: Major
>              Labels: triaged
>
>     public synchronized void logProgress(String log) throws IOException {
>         stringBuilder.setLength(0);
>         stringBuilder.append(df.format((new Date())));



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)