[
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)