You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Danny Chen (Jira)" <ji...@apache.org> on 2021/11/27 04:12:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17449729#comment-17449729 ] 

Danny Chen commented on HUDI-2831:
----------------------------------

Fixed via master branch: 18cf59507fe32971da79c0e7c039730e57c5d207

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