You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/11/22 20:08:00 UTC

[jira] [Updated] (HUDI-2831) Make sure usages of any `DateFormat`-based components are thread-safe

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

ASF GitHub Bot updated HUDI-2831:
---------------------------------
    Labels: pull-request-available  (was: )

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