HunterHunter created HUDI-4619:
----------------------------------
Summary: 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: HunterHunter
{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)