sivabalan narayanan created HUDI-5174:
-----------------------------------------
Summary: Clustering w/ two multi-writers could lead to issues
Key: HUDI-5174
URL: https://issues.apache.org/jira/browse/HUDI-5174
Project: Apache Hudi
Issue Type: Bug
Components: clustering, table-service
Reporter: sivabalan narayanan
if two writers have enabled clustering, each could rollback the clustering that
the other writer is currently executing and could lead to unrecoverable issues.
{code:java}
t1 t2
--------------------------------------------------------➝ t
writer1 |-----------------------------|
writer2 |--------------| {code}
lets say writer1 starts a clustering at t1.
and then writer2 starts clustering at time t2. at this time, it will rollback
the clustering started at time t1. but writer 1 could still be continuing to
execute the clustering.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)