Sagar Sumit created HUDI-8621:
---------------------------------
Summary: Bootstrap MOR with mutliple partition fields fail when
metadata enabled on read path
Key: HUDI-8621
URL: https://issues.apache.org/jira/browse/HUDI-8621
Project: Apache Hudi
Issue Type: Task
Reporter: Sagar Sumit
In [https://github.com/apache/hudi/pull/12376] - we attempted to revert the
optimization for single file slice, and do the computation such as
getRecordByKeys, etc. over executors even if it is for a single file slice.
This means when listing files using metadata files index, even if the data
partition has only one file slice, it happens over the executor and the request
is sent to the timeline server (RemoteFileSystemView). However, we noticed that
the timeline server did not respond and the request timed out in the case of
bootstrap of a MOR table having multiple partition fields.
To reproduce locally, follow below steps:
1. First, revert the single file slice optimization in HoodieBackedTableMetadata
--
This message was sent by Atlassian Jira
(v8.20.10#820010)