You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Zhaojing Yu (Jira)" <ji...@apache.org> on 2022/10/01 12:23:00 UTC

[jira] [Updated] (HUDI-3495) Reading keys in parallel from HoodieMetadataMergedLogRecordReader may lead to empty results even if key exists

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

Zhaojing Yu updated HUDI-3495:
------------------------------
    Fix Version/s: 0.13.0
                       (was: 0.12.1)

> Reading keys in parallel from HoodieMetadataMergedLogRecordReader may lead to empty results even if key exists
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: HUDI-3495
>                 URL: https://issues.apache.org/jira/browse/HUDI-3495
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: metadata
>            Reporter: Prashant Wason
>            Assignee: Yue Zhang
>            Priority: Blocker
>             Fix For: 0.13.0
>
>
> [HoodieMetadataMergedLogRecordReader|https://github.com/apache/hudi/blob/master/hudi-common/src/main/java/org/apache/hudi/metadata/HoodieMetadataMergedLogRecordReader.java] has two function which lookup keys:
> getRecordByKey(String key) - lookups the key in member variable map "records"
> getRecordsByKeys(List<String> keys) - clears member variable map "records" and scans the log files again.
> If the two functions are called in parallel, the getRecordByKey() may return an empty key because the records was cleared in another thread calling getRecordsByKeys()



--
This message was sent by Atlassian Jira
(v8.20.10#820010)