You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "sivabalan narayanan (Jira)" <ji...@apache.org> on 2022/09/06 04:15:00 UTC

[jira] [Closed] (HUDI-4619) The retry mechanism of remotehoodietablefilesystemview needs to be thread safe

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

sivabalan narayanan closed HUDI-4619.
-------------------------------------
    Resolution: Fixed

> The retry mechanism of remotehoodietablefilesystemview needs to be thread safe
> ------------------------------------------------------------------------------
>
>                 Key: HUDI-4619
>                 URL: https://issues.apache.org/jira/browse/HUDI-4619
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: core
>            Reporter: HunterXHunter
>            Assignee: HunterXHunter
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 0.12.1
>
>
> {code:java}
> Caused by: java.io.FileNotFoundException: File file:/hudi_tbl/2/.00000000-575e-4905-85e4-fb62d29a4bea_20220813205548259.log.1_0-1-0 does not exist. {code}
> This error is because the partition of the return value of {{{}fileSystemView
>       .getLatestFileSlices(partitionPath){}}}`  is not equal to `{{{}partitionPath`{}}}
> {code:java}
> return like this : 
> request partitionPath : 6, response slice part : 1, 
> request partitionPath : 1, response slice part : 1,
> request partitionPath : 9, response slice part : 0, 
> request partitionPath : 3, response slice part : 4, 
> request partitionPath : 4, response slice part : 0,
> request partitionPath : 5, response slice part : 0, 
> request partitionPath : 0, response slice part : 0, 
> request partitionPath : 8, response slice part : 8, 
> request partitionPath : 2, response slice part : 4, 
> request partitionPath : 7, response slice part : 5,  {code}
> {{}}
>  



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