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?;;;
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?;;;