Skip to content

Clustering w/ two multi-writers could lead to issues #15550

Description

@hudi-bot

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. 

 

JIRA info


Comments

08/Dec/22 23:02;haox;Hi do we have any updates on this issue?;;;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions