[
https://issues.apache.org/jira/browse/HUDI-3718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sagar Sumit updated HUDI-3718:
------------------------------
Description: Try to avoid lock for dropping index by doing lazy dropping,
like how the databases do. One simple way is to clear the metadata paritions
from hoodie.properties transactionally and then drop in the background without
blocking ingestion. But, we need to ensure that all access to indexes are
conditional on table config. (was: Try to avoid lock for dropping index by
doing lazy dropping, like how the databases do.)
> Support concurrent writes while dropping index
> ----------------------------------------------
>
> Key: HUDI-3718
> URL: https://issues.apache.org/jira/browse/HUDI-3718
> Project: Apache Hudi
> Issue Type: Improvement
> Reporter: Sagar Sumit
> Assignee: Sagar Sumit
> Priority: Blocker
>
> Try to avoid lock for dropping index by doing lazy dropping, like how the
> databases do. One simple way is to clear the metadata paritions from
> hoodie.properties transactionally and then drop in the background without
> blocking ingestion. But, we need to ensure that all access to indexes are
> conditional on table config.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)