Skip to content

Maybe Bugs when deleting and recreating/reupdating resource  #489

Open
@jonenst

Description

@jonenst

Describe the current behavior

Looking at the code, there is code to "merge" update and create and delete operations in CollectionBuffer
create then update -> only create
create then delete -> nothing
update and delete -> only delete
delete and create -> Currently it does delete then create.
update and delete and create -> same, it does delete then create.
create and delete and create -> only create (only one that is optimized)

Describe the expected behavior

delete and create -> should only update.
update and delete and create -> same, it should only update.

Describe the steps

No response

Environment

No response

Relevant Log Output

No response

Extra Information

optimization only

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions