magda-io / magda

A federated, open-source data catalog for all your big data and small data
https://magda.io
Apache License 2.0
508 stars 93 forks source link

Set `conflicts` to true when Indexer performs the trim operation #3559

Closed t83714 closed 1 month ago

t83714 commented 1 month ago

Description

At this moment, the "Delete by Query" request sent by the indexer doesn't set conflicts to true, which leads to an "abort" operation when the server encounters a version conflict.

Considering our use case, we should set conflicts to true to avoid the operation being cancelled.

t83714 commented 1 month ago

closed via https://github.com/magda-io/magda/pull/3560