Skip to content

DELETE with limit generate an error #884

@tigran-m-dev

Description

@tigran-m-dev

When doing delete in cycle for example something like this

do{
    DELETE FROM index LIMIT 100
}
while(stopcondition)

got an error version_conflict_engine_exception version conflict, current version [2] is different than the one provided [1]

In original elastic _update_by_query they have a param conflicts=proceed
Can we pass parameter like this or do we have an alternate solution for this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions