[
https://issues.apache.org/jira/browse/HUDI-4974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raymond Xu updated HUDI-4974:
-----------------------------
Sprint: 2022/10/04, 2022/10/18, 2022/11/29 (was: 2022/10/04, 2022/10/18,
2022/11/15)
> Avoid creating Configuration copies in Hudi
> -------------------------------------------
>
> Key: HUDI-4974
> URL: https://issues.apache.org/jira/browse/HUDI-4974
> Project: Apache Hudi
> Issue Type: Improvement
> Reporter: Sagar Sumit
> Assignee: Pratyaksh Sharma
> Priority: Major
> Fix For: 0.13.0
>
>
> See [https://github.com/apache/hudi/issues/6332] for more details.
> The reason for creating copies was to avoid ConcurrentModificationException
> encountered while long-running deltastreamer jobs. To avoid current
> modification, table meta client and file system get exclusive copies of the
> configuration. See [#755|https://github.com/apache/hudi/pull/755] for context.
> But this breaks when a wrapper configuration object is given to the
> constructor, e.g. HIveCachingHdfsConfiguration from Presto. Is there a way to
> avoid creating copies and make it work with whatever the engine provides?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)