[
https://issues.apache.org/jira/browse/HUDI-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Danny Chen updated HUDI-2831:
-----------------------------
Fix Version/s: (was: 0.11.0)
> Make sure usages of any `DateFormat`-based components are thread-safe
> ---------------------------------------------------------------------
>
> Key: HUDI-2831
> URL: https://issues.apache.org/jira/browse/HUDI-2831
> Project: Apache Hudi
> Issue Type: Bug
> Reporter: Alexey Kudinkin
> Assignee: Alexey Kudinkin
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.10.0
>
>
> Any `DateFormat` based class is inherently NOT thread-safe.
> Therefore we need to make sure we do concurrency-control (either through
> ThreadLocals or locks) when accessing these.
> This has already bitten us w/ HUDI-2812.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)